X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=610e7aadabaae4e4d571398721ee989bb51700bc;hp=0fe527e2e7b7732d343aeaedc410b768817d4209;hb=984b068b1369819a44bbfc4412476da0da49607f;hpb=a365bbcf0ccc18cc5cee9e5cc697725279b02e53;ds=sidebyside diff --git a/stylesheet.css b/stylesheet.css index 0fe527e..610e7aa 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,7 +1,7 @@ body { background-color: #000000; color: rgb(26,151,15); - font-family: Arial, Helvetica, sans-serif; + font-family: sans-serif; font-style: normal; border: solid 1px #ffffff; border-color: rgb(15,15,15); @@ -17,13 +17,15 @@ table, tr, td { td.options { width: 250px; + max-width: 250px; + min-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 { +td.available_tags,td.selected_tags { border-bottom: solid 1px #000000; padding-top: 10px; padding-bottom: 10px; @@ -31,6 +33,16 @@ td.available_tags,td.selected_tags,td.searchfor { line-height: 21px; } +td.searchfor { + border-bottom: solid 1px #000000; + padding-top: 10px; + padding-bottom: 10px; + padding-right: 10px; + line-height: 21px; + font-size: 12px; + vertical-align: middle; +} + td.logo { font-weight: bolder; height: 40px; @@ -53,6 +65,13 @@ td.index_header { white-space: nowrap; } +td.content_title { + background-color: #eeeeee; + padding: 10px; + vertical-align: middle; +} + + img { border: none; } @@ -73,7 +92,6 @@ a:hover { a.tag { color: #000000; text-decoration: underline; - font-style: italic; } a.tag:hover { @@ -95,6 +113,10 @@ a.thumblink { font-size: 12px; } +a.calendar { + font-size: 10px; +} + a.thumblink:hover { color: #4761ab; } @@ -134,3 +156,27 @@ td.thumb { clip: auto; overflow: auto; } + +table.calendar tr td { + border: solid 1px #ffffff; + padding: 1px; + text-align: center; + font-size: 10px; +} + +.prevMonth { + font-size: 10px; + text-align: left; +} +.nextMonth { + font-size: 10px; + text-align: right; +} +#calendar { + position: absolute; + width: 140px; + height: 200px; + background-color: #000000; + visibility: hidden; + z-index: 1000; +}