[#263] Set up default styles
This commit is contained in:
parent
d8023e6949
commit
a9d6518a5d
BIN
public/images/logo.png
Normal file
BIN
public/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
@ -19,7 +19,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
#top-menu a {color: #fff; margin-right: 0px; font-weight: bold;}
|
#top-menu a {color: #444;; margin-right: 0px; font-weight: bold;}
|
||||||
#top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
|
#top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
|
||||||
|
|
||||||
#account {float:none;}
|
#account {float:none;}
|
||||||
@ -37,14 +37,14 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
|
|||||||
}
|
}
|
||||||
#main-menu li a {
|
#main-menu li a {
|
||||||
display: block;
|
display: block;
|
||||||
color: #fff;
|
color: #555;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 0 24px;
|
padding: 0 0 0 24px;
|
||||||
}
|
}
|
||||||
#main-menu li a:hover {color:#fff; text-decoration: none;}
|
#main-menu li a:hover {color:#555; text-decoration: none;}
|
||||||
|
|
||||||
#main-menu #admin-menu ul {margin: 0; padding: 0;}
|
#main-menu #admin-menu ul {margin: 0; padding: 0;}
|
||||||
#main-menu #admin-menu li {margin: 0; padding: 0 0 0 0; list-style-type:none;}
|
#main-menu #admin-menu li {margin: 0; padding: 0 0 0 0; list-style-type:none;}
|
||||||
@ -998,6 +998,9 @@ h2 img { vertical-align:middle; }
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font: normal normal normal 12px/1.5 'lucida grande','lucida sans unicode',tahoma,arial,sans-serif;
|
font: normal normal normal 12px/1.5 'lucida grande','lucida sans unicode',tahoma,arial,sans-serif;
|
||||||
|
background:#f3f3f3;
|
||||||
|
color:#333;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
@ -1024,6 +1027,7 @@ h5 {
|
|||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
color:#8C8C8C;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -1039,7 +1043,7 @@ a:hover {
|
|||||||
|
|
||||||
|
|
||||||
#top-menu {
|
#top-menu {
|
||||||
background: #277D94 url(../images/sap-logo.png) no-repeat 24px bottom;
|
background: #F3F3F3 url(../images/logo.png) no-repeat 24px bottom;
|
||||||
height: 88px;
|
height: 88px;
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
@ -1047,9 +1051,9 @@ a:hover {
|
|||||||
z-index:5;
|
z-index:5;
|
||||||
}
|
}
|
||||||
#account {
|
#account {
|
||||||
background: #6DABC2 url(../images/sap-logo.png) no-repeat 24px 15px;
|
background: #FFFFFF url(../images/logo.png) no-repeat 24px 15px;
|
||||||
height:67px;
|
height:67px;
|
||||||
border-bottom:1px solid #fff;
|
border-bottom:1px solid #FF4719;
|
||||||
}
|
}
|
||||||
#account ul {
|
#account ul {
|
||||||
float:right;
|
float:right;
|
||||||
@ -1063,6 +1067,8 @@ a:hover {
|
|||||||
border-bottom-left-radius:5px;
|
border-bottom-left-radius:5px;
|
||||||
border-bottom-right-radius:5px;
|
border-bottom-right-radius:5px;
|
||||||
height:22px;
|
height:22px;
|
||||||
|
color:#000000;
|
||||||
|
background:#DDDDDD;}
|
||||||
}
|
}
|
||||||
#account ul#account-info {
|
#account ul#account-info {
|
||||||
margin-right:15px;
|
margin-right:15px;
|
||||||
@ -1082,7 +1088,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
#account li a {
|
#account li a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#fff;
|
color:#444;
|
||||||
height:17px;
|
height:17px;
|
||||||
}
|
}
|
||||||
#account li.drop-down a {
|
#account li.drop-down a {
|
||||||
@ -1108,6 +1114,9 @@ a:hover {
|
|||||||
top:0px;
|
top:0px;
|
||||||
z-index:21;
|
z-index:21;
|
||||||
}
|
}
|
||||||
|
#account-nav li a:hover, #account li li a:hover {
|
||||||
|
background-color:#DDDDDD;
|
||||||
|
}
|
||||||
#account li ul {
|
#account li ul {
|
||||||
display:none;
|
display:none;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -1280,6 +1289,9 @@ a:hover {
|
|||||||
*
|
*
|
||||||
* This section includes the layout and styles for the main content area.
|
* This section includes the layout and styles for the main content area.
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
#main {background:#f3f3f3;}
|
||||||
|
#footer { color: #aaa; }
|
||||||
|
|
||||||
h1.title {
|
h1.title {
|
||||||
margin:12px 24px 9px;
|
margin:12px 24px 9px;
|
||||||
}
|
}
|
||||||
@ -1290,12 +1302,16 @@ h1.title {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
#content .title-bar {
|
#content .title-bar {
|
||||||
|
background: #DDD;
|
||||||
|
-moz-border-radius:5px;
|
||||||
|
-webkit-border-radius:5px;
|
||||||
|
border-radius:5px;
|
||||||
position:relative;
|
position:relative;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
.title-bar h2 {
|
.title-bar h2 {
|
||||||
padding:9px 100px 9px 12px;
|
padding:9px 100px 9px 12px;
|
||||||
color:#fff;
|
color:#000;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -1341,6 +1357,8 @@ fieldset#filters div.add-filter {
|
|||||||
-webkit-border-bottom-right-radius:5px;
|
-webkit-border-bottom-right-radius:5px;
|
||||||
border-bottom-left-radius:5px;
|
border-bottom-left-radius:5px;
|
||||||
border-bottom-right-radius:5px;
|
border-bottom-right-radius:5px;
|
||||||
|
background-color:#EEE;
|
||||||
|
color:#333333;
|
||||||
}
|
}
|
||||||
.title-bar-extras ul {
|
.title-bar-extras ul {
|
||||||
padding:10px;
|
padding:10px;
|
||||||
@ -1358,7 +1376,7 @@ fieldset#filters div.add-filter {
|
|||||||
}
|
}
|
||||||
.extras-actions a {
|
.extras-actions a {
|
||||||
border:0;
|
border:0;
|
||||||
color:#fff;
|
color:#000;
|
||||||
padding-left:18px;
|
padding-left:18px;
|
||||||
margin-right:10px;
|
margin-right:10px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
@ -47,6 +47,6 @@
|
|||||||
#context-menu li:hover ul, #context-menu li:hover li:hover ul { display:block; }
|
#context-menu li:hover ul, #context-menu li:hover li:hover ul { display:block; }
|
||||||
|
|
||||||
/* selected element */
|
/* selected element */
|
||||||
.context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; }
|
.context-menu-selection { background-color:#507AAA !important; color:#000 !important; }
|
||||||
.context-menu-selection a, .context-menu-selection a:hover { color:#f8f8f8 !important; }
|
.context-menu-selection a, .context-menu-selection a:hover { color:#000 !important; }
|
||||||
.context-menu-selection:hover { background-color:#507AAA !important; color:#f8f8f8 !important; }
|
.context-menu-selection:hover { background-color:#507AAA !important; color:#000 !important; }
|
||||||
|
@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
@import url(../../../stylesheets/application.css);
|
@import url(../../../stylesheets/application.css);
|
||||||
|
|
||||||
body {
|
|
||||||
background:#f3f3f3;
|
|
||||||
color:#333;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family:'lucida grande','lucida sans unicode',tahoma,arial,sans-serif !important;
|
font-family:'lucida grande','lucida sans unicode',tahoma,arial,sans-serif !important;
|
||||||
}
|
}
|
||||||
@ -35,8 +31,6 @@ a { color:#226D81; }
|
|||||||
border:1px solid #194E60;
|
border:1px solid #194E60;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {background:#f3f3f3;}
|
|
||||||
|
|
||||||
#main-menu { border-right:1px solid #E6E6E6; }
|
#main-menu { border-right:1px solid #E6E6E6; }
|
||||||
#main-menu a {
|
#main-menu a {
|
||||||
color:#222;
|
color:#222;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user