More cleanup work on stylesheet. Continuing to convert NarrativeWeb to use the Html class and the with statement.
svn: r12698
This commit is contained in:
parent
cdf0e98a55
commit
1101b21ba0
@ -206,7 +206,7 @@ span.preposition {
|
|||||||
margin:0;
|
margin:0;
|
||||||
height:1.5cm;
|
height:1.5cm;
|
||||||
padding:0 0 .9em 0;
|
padding:0 0 .9em 0;
|
||||||
background-color:#542;
|
background-color:#453619;
|
||||||
border-bottom:solid 2px #6AF364;
|
border-bottom:solid 2px #6AF364;
|
||||||
}
|
}
|
||||||
#SiteTitle {
|
#SiteTitle {
|
||||||
@ -235,9 +235,20 @@ p#user_header {
|
|||||||
color:#FFF;
|
color:#FFF;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
background-color:#542;
|
background-color:#453619;
|
||||||
border-top:solid 2px #6AF364;
|
border-top:solid 2px #6AF364;
|
||||||
}
|
}
|
||||||
|
#footer p#top {
|
||||||
|
float:right;
|
||||||
|
text-align:right;
|
||||||
|
margin-top:20px;
|
||||||
|
margin-right:20px;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
#footer p#top a {
|
||||||
|
width:60px;
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
#footer a, #footer a:visited {
|
#footer a, #footer a:visited {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
@ -252,21 +263,19 @@ p#user_header {
|
|||||||
}
|
}
|
||||||
#footer p#createdate {
|
#footer p#createdate {
|
||||||
float:left;
|
float:left;
|
||||||
width:45%;
|
width:230px;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
}
|
}
|
||||||
#footer p#copyright {
|
#footer p#copyright {
|
||||||
float:right;
|
float:center;
|
||||||
width:40%;
|
text-align:center;
|
||||||
text-align:right;
|
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
margin-right:10px;
|
margin-top:10px;
|
||||||
}
|
|
||||||
#footer p#copyright img {
|
|
||||||
margin-right:10px;
|
|
||||||
}
|
}
|
||||||
|
#footer p#copyright img { }
|
||||||
|
|
||||||
#user_footer {
|
#user_footer {
|
||||||
width:70%;
|
width:70%;
|
||||||
float:left;
|
float:left;
|
||||||
@ -360,15 +369,13 @@ div#alphabet ul li.letters a:hover {
|
|||||||
margin-top:-6px;
|
margin-top:-6px;
|
||||||
padding-top:11px;
|
padding-top:11px;
|
||||||
padding-bottom:8px;
|
padding-bottom:8px;
|
||||||
border-right:solid 1px #6AF364;
|
background-color:#CCC;
|
||||||
border-left:solid 1px #6AF364;
|
color:#000;
|
||||||
border-bottom:solid 4px #000;
|
border-bottom:solid 4px #CCC;
|
||||||
background-color:#000;
|
|
||||||
color:#FFF;
|
|
||||||
}
|
}
|
||||||
#navigation ul li.CurrentSection a:hover {
|
#navigation ul li.CurrentSection a:hover {
|
||||||
background-color:#228A22;
|
background-color:#000;
|
||||||
border-bottom:solid 4px #228A22;
|
color:#FFF;
|
||||||
}
|
}
|
||||||
#subnavigation ul li.CurrentSection a {
|
#subnavigation ul li.CurrentSection a {
|
||||||
border-width:0 0 1px 0;
|
border-width:0 0 1px 0;
|
||||||
@ -603,6 +610,7 @@ table.individuallist tbody tr td.ColumnPartner a:hover {
|
|||||||
#Sources { }
|
#Sources { }
|
||||||
#Sources table.infolist tbody tr td.ColumnRowLabel {
|
#Sources table.infolist tbody tr td.ColumnRowLabel {
|
||||||
padding-bottom:0;
|
padding-bottom:0;
|
||||||
|
background-color:#FFF;
|
||||||
}
|
}
|
||||||
#Sources table.infolist tbody tr td.ColumnName {
|
#Sources table.infolist tbody tr td.ColumnName {
|
||||||
padding:0;
|
padding:0;
|
||||||
@ -610,7 +618,6 @@ table.individuallist tbody tr td.ColumnPartner a:hover {
|
|||||||
#Sources table.infolist tbody tr td.ColumnName a {
|
#Sources table.infolist tbody tr td.ColumnName a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
padding:.1em 10px .3em 10px;
|
padding:.1em 10px .3em 10px;
|
||||||
background-color:#FFF;
|
|
||||||
}
|
}
|
||||||
#Sources table.infolist tbody tr td.ColumnName a:hover {
|
#Sources table.infolist tbody tr td.ColumnName a:hover {
|
||||||
background-color:#C1B398;
|
background-color:#C1B398;
|
||||||
@ -997,7 +1004,7 @@ div#narrative {
|
|||||||
/* Subsections : Source References
|
/* Subsections : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
div#sourcerefs {
|
div#sourcerefs {
|
||||||
height:2.5cm;
|
height:2.64cm;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
div#sourcerefs ol {
|
div#sourcerefs ol {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user