diff options
Diffstat (limited to 'gentoobrowse/css/screen.css')
-rw-r--r-- | gentoobrowse/css/screen.css | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/gentoobrowse/css/screen.css b/gentoobrowse/css/screen.css new file mode 100644 index 0000000..6d5d2f9 --- /dev/null +++ b/gentoobrowse/css/screen.css @@ -0,0 +1,129 @@ +html { + background: white url('/images/glogo-small.png') no-repeat 10px 5px; + font-family: cursive, sans-serif; +} +body { + font-size: 11px; +} +h1 { + font-style: italic; + font-weight: bold; + font-size: 45px; + margin: 20px 160px 5px; + border-bottom: 1px solid black; + height: 66px; +} +.tabs { + font-size: 15px; + text-align: center; +} +h2 { + padding: 0; + margin: 0; + font-size: 18px; +} +p { +} + +.colLeft { + vertical-align: top; + width: 130px; + padding: 5px; +} +.content { + vertical-align: top; + border-left: 3px dotted black; + padding: 5px; +} + +.newebuilds th { + margin: 0; + width: 33%; +} +.newebuilds ul { + margin: 0; +} + +.ver { + font-size: large; + padding: 5px 20px; + white-space: nowrap; +} +.masked { + color: red; + font-weight: bold; +} +.urls { + float: right; + margin: 8px 30px; +} +.urls a { + display: block; +} + +div.trademark, div.poweredby { + text-align: center; + color: gray; + font-size: 9px; + margin: 10px; +} +.warning { + color: red; + font-weight: bold; +} +form.generalForm table { + width: 500px; + background-color: #ddddff; + border: 1px solid #aaaaff; +} + +form.generalForm td { + width: 75%; +} +form.generalForm td input { + border: 1px solid #aaaaff; + width: 98%; +} +.tracked { + font-weight: bold; +} +#dotrack, #dountrack { + font-size: 8px; + margin: 0 10px; +} + +.tabstrip { +} +.tabbox { + margin: 0px; +} +.tabvisible, .tabhidden { + padding: 10px 20px; + margin: 0px; + border: 1px solid grey; + background: #eeeeee; +} +.tabvisible { + display: block; +} +.tabhidden { + display: none; +} +.tabhandle a { + text-decoration: none; + padding: 0 15px; +} +.tabhandle { + font-weight: normal; + display: inline; + padding: 0 0; + font-size: 14px; + border: 1px solid grey; + margin: 0 4px; + -webkit-border-top-left-radius: 10px; + -webkit-border-top-right-radius: 10px; + -moz-border-radius-topleft: 10px; + -moz-border-radius-topright: 10px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; +} |