Skip to content

Commit 64c69f1

Browse files
committed
more tweaks
1 parent c5e9e11 commit 64c69f1

File tree

1 file changed

+19
-27
lines changed

1 file changed

+19
-27
lines changed

www/style/base_ucn.css

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ body {
6767
}
6868

6969
#banner {
70-
margin: 1.5em 2em 1em 2em;
70+
background: #365D95;
71+
border-bottom-left-radius: 6px;
72+
border-bottom-right-radius: 6px;
7173
line-height: 1;
74+
margin: 1.5em 2em 1em 2em;
7275
}
7376

7477
#banner img {
@@ -77,16 +80,30 @@ body {
7780
}
7881

7982
#banner h1 {
83+
background: #365D95;
84+
color: #FDFDFD;
8085
font-size: 1.6em;
86+
margin-bottom: 1em;
8187
padding-bottom: 0.43em;
8288
}
8389

90+
#banner h1 span {
91+
border-bottom: 1px solid #4E6F9E;
92+
}
93+
94+
#banner a:link,#banner a:hover,#banner a:visited,#banner a:active {
95+
color: #FDFDFD;
96+
text-decoration: none;
97+
}
98+
8499
#banner p {
100+
background-color: transparent;
101+
color: #D0DCEE;
85102
font-size: 0.7em;
103+
letter-spacing: 0.1em;
86104
line-height: 100% !important;
87105
margin: -4em 13em 0 13em;
88106
padding-bottom: 1em;
89-
background-color: transparent;
90107
}
91108

92109
#logo {
@@ -343,31 +360,6 @@ div.submit input:hover {
343360
color: #1F2126;
344361
}
345362

346-
#banner {
347-
background: #365D95;
348-
}
349-
350-
#banner h1 {
351-
background: #365D95;
352-
color: #FDFDFD;
353-
border-bottom-left-radius: 6px;
354-
border-bottom-right-radius: 6px;
355-
}
356-
357-
#banner h1 span {
358-
border-bottom: 1px solid #4E6F9E;
359-
}
360-
361-
#banner a:link,#banner a:hover,#banner a:visited,#banner a:active {
362-
color: #FDFDFD;
363-
text-decoration: none;
364-
}
365-
366-
#banner p {
367-
color: #D0DCEE;
368-
letter-spacing: 0.1em;
369-
}
370-
371363
#tabset_tabs li {
372364
background: #DADDE3 url(../images/tab-tl.png) no-repeat scroll left top;
373365
border-bottom: 1px solid #CBD0DB;

0 commit comments

Comments
 (0)