From 4da53d8f712210eba8ab81f85bb64ec15720085a Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Sat, 10 Sep 2016 11:47:41 -0400 Subject: Bug 988971 - Replace Classic with "Sandstone" skin as Standard skin r=dylan,a=dylan --- skins/contrib/Dusk/global.css | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'skins/contrib/Dusk/global.css') diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index 7ffb91014..e0a18bbef 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -16,8 +16,20 @@ body { /* page title */ #titles { + width: 100%; + background-color: #404D6C; + color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; + padding: 0px; +} + +#header .links { + border-left: 1px solid #747E93; + border-right: 1px solid #747E93; + border-bottom: 1px solid #747E93; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } #header .links, #footer { @@ -36,8 +48,13 @@ body { text-decoration: none; } #header a:hover, #footer a:hover { + color: white; text-decoration: underline; } +#header a:visited, #footer a:visited { + color: white; + text-decoration: none; +} /* body */ @@ -53,6 +70,7 @@ body { a { color: #6070cf; } + a:hover { color: #8090ef; } @@ -70,6 +88,10 @@ hr { padding-top: 2px; } +.field_label a, .field_label b { + color: #6070cf; +} + /* attachments */ #attachment-list { @@ -140,6 +162,10 @@ hr { margin-left: 0; } +.bz_comment_user a { + color: #6070cf; +} + .bz_comment.bz_private { background-color: #f0e8e8; border-color: #f8c8ba; @@ -174,6 +200,9 @@ hr { } /* tabs */ +table.tabs { + border-collapse: collapse; +} .tabbed .tabbody { background: #f8f8f8; @@ -189,9 +218,15 @@ hr { border-collapse: collapse; } +.tabs a { + color: #6070cf; +} + .tabs td { background: #c8c8c8; + border-style: solid; border-width: 1px; + text-transform: none; } .tabs td.selected { @@ -216,6 +251,15 @@ hr { clear:both; } +.column_header { + background-color: #66f; +} + +#enter_bug { background: url(../../standard/index/file-a-bug.png) no-repeat; } +#query { background: url(../../standard/index/search.png) no-repeat; } +#account { background: url(../../standard/index/new-account.png) no-repeat; } +#help { background: url(../../standard/index/help.png) no-repeat; } + /* Rules specific for printing */ @media print { #header, -- cgit v1.2.3-24-g4f1b