X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=b38411ffc5ef9f2342ba5752cde4219acb1d210f;hp=5ff127a4206b9b3c6ffe63e7be797c5a675b7813;hb=c6745c143300a59acc48cec937b77ab071a5a693;hpb=112ac9e09c81b3cb4babe6b8246a6576ecb5df5e diff --git a/stylesheet.css b/stylesheet.css index 5ff127a..b38411f 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,27 +1,160 @@ body { - background-color: rgb(255,255,255); - color: rgb(26,151,15); - font-family: Arial, Helvetica, sans-serif; - border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; - border-color: rgb(15,15,15); -} - -#content { - background-color: rgb(255,255,255); - color: rgb(0,0,0); - border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; - padding: 2px; - border-color: rgb(0,0,0); - margin-left: 25%; width: auto; -} - -#tags { - background-color: rgb(255,255,255); - color: rgb(4,151,15); - font-family: sans-serif; - font-style: normal; - border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; - border-color: rgb(0,0,0); - padding-top: 20px; - width: 25%; position: relative; top: 0; left: 0; float: left; + background-color: #000000; + color: rgb(26,151,15); + font-family: Arial, Helvetica, sans-serif; + font-style: normal; + border: solid 1px #ffffff; + border-color: rgb(15,15,15); + padding: 10px; +} + +table, tr, td { + border-collapse: collapse; + padding: 0px; + empty-cells: show; + vertical-align: top; +} + +td.tags { + width: 250px; + padding: 2px; + padding-top: 8px; + border-top: solid 1px #000000; + border-right: solid 1px #000000; +} + +td.available_tags,td.selected_tags,td.searchfor { + border-bottom: solid 1px #000000; + padding-top: 10px; + padding-bottom: 10px; + padding-right: 10px; +} + +td.logo { + font-weight: bolder; + height: 40px; + border-bottom: solid 1px #000000; +} + +td.content { + border-top: solid 1px #000000; +} + +td.menu { + padding-top: 5px; + padding-bottom: 5px; +} + +td.index_header { + background-color: #eeeeee; + padding: 10px; + vertical-align: middle; +} + +img { + border: none; +} + +img.thumb { +} + +img.bubbleimg_up { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 39px; + margin-left: 36px; + margin-bottom: 0; + margin-right: 0; + border: 0; + width: 202px; + height: 152px; +} + +img.bubbleimg_down { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 34px; + margin-left: 36px; + margin-bottom: 0; + margin-right: 0; + border: 0; + width: 202px; + height: 152px; +} + +a { + font-size: 14px; + color: #008200; + text-decoration: none; +} + +a:hover { + color: #00aa44; +} + +a.tag { + color: #000000; + text-decoration: underline; + font-style: italic; +} + +a.tag:hover { + color: #00aa44; +} + +a.smalltag { + font-size: 12px; + color: #000000; + text-decoration: underline; + font-style: italic; +} + +a.smalltag:hover { + color: #00aa44; +} + +#matrix,#single { + padding: 10px; +} + +td.thumb { + padding: 1px; + text-align: center; +} + +#outter { + padding: 10px; + background-color: #eeeeee; +} + +#inner { + padding: 7px; + -moz-border-radius: 1em; + border-radius: 1em; + border: dashed 1px #888888; + +} + +#photo_details { + width: 150px; + font-size: 12px; + padding: 10px; + -moz-border-radius: 1em; + border-radius: 1em; + border: dashed 1px #888888; +} + +#frame { + padding: 10px; + background-color: #ffffff; +} + +#available_tags { + width: 250px; + clip: auto; + overflow: auto; }