NarrativeWeb is now complete unless there are bugs. Style sheet has been updated to match current changes.
svn: r13123
This commit is contained in:
@@ -36,7 +36,7 @@ brown darkest #453619
|
||||
brown dark #542
|
||||
brown light #C1B398
|
||||
gray #696969
|
||||
green #6AF364
|
||||
green #6AF364, #5D835F
|
||||
green lighter #D8F3D6
|
||||
|
||||
===== Ancestor Graph Color Scheme =====
|
||||
@@ -87,6 +87,7 @@ img {
|
||||
background:none;
|
||||
}
|
||||
.content {
|
||||
overflow: auto;
|
||||
width:965px;
|
||||
margin:0 auto;
|
||||
padding-bottom:.5em;
|
||||
@@ -191,19 +192,28 @@ span.preposition {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
/* NarrativeWeb
|
||||
------------------------------------------------------ */
|
||||
body#NarrativeWeb {
|
||||
font-family: Arial, sans, sans-serif, Helvetica;
|
||||
}
|
||||
|
||||
/* Header
|
||||
----------------------------------------------------- */
|
||||
#header {
|
||||
overflow: auto;
|
||||
width:100%;
|
||||
height: 2cm;
|
||||
margin:0;
|
||||
height:1.5cm;
|
||||
padding:0 0 .9em 0;
|
||||
background-color:#453619;
|
||||
border-bottom:solid 2px #6AF364;
|
||||
background-color: #542;
|
||||
border-bottom:solid 8px #5D835F;
|
||||
}
|
||||
#SiteTitle {
|
||||
color:#FFF;
|
||||
margin:0;
|
||||
padding:.5em 0 0 20px;
|
||||
font-size: 36px;
|
||||
color:#FFF;
|
||||
font-style:italic;
|
||||
}
|
||||
p#user_header {
|
||||
@@ -217,16 +227,16 @@ p#user_header {
|
||||
/* Footer
|
||||
----------------------------------------------------- */
|
||||
#footer {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
height: 1.5cm;
|
||||
clear:both;
|
||||
height:1.5cm;
|
||||
width:100%;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
font-family:sans-serif;
|
||||
margin:0;
|
||||
color:#FFF;
|
||||
margin:0 auto;
|
||||
padding:0;
|
||||
background-color:#453619;
|
||||
border-top:solid 2px #6AF364;
|
||||
background-color: #542;
|
||||
border-top:solid 8px #5D835F;
|
||||
}
|
||||
#footer a, #footer a:visited {
|
||||
text-decoration:none;
|
||||
@@ -246,16 +256,16 @@ p#user_header {
|
||||
width:60%;
|
||||
text-align:left;
|
||||
margin-left:10px;
|
||||
color:#FFF;
|
||||
}
|
||||
#footer p#copyright {
|
||||
float:right;
|
||||
text-align:right;
|
||||
color:#FFF;
|
||||
margin-top:10px;
|
||||
margin: 10px 10px 0px 0px;
|
||||
}
|
||||
#footer p#copyright img {
|
||||
float:right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#user_footer {
|
||||
width:70%;
|
||||
@@ -601,42 +611,51 @@ table.individuallist tbody tr td.ColumnPartner a:hover {
|
||||
|
||||
/* Events
|
||||
----------------------------------------------------- */
|
||||
div#eventlist ( )
|
||||
|
||||
table.eventlist {
|
||||
div#EventList (
|
||||
font-size:10px;
|
||||
color:#000;
|
||||
font-family:Arial, sans, sans-serif, Helvetica;
|
||||
)
|
||||
div#EventList table.eventlist {
|
||||
margin: .5cm 0 .5cm 0;
|
||||
width: 100%;
|
||||
width: 965px;
|
||||
}
|
||||
table.eventlist tbody tr {
|
||||
div#EventList table.eventlist thead tr th {
|
||||
font-weight:bold;
|
||||
text-transform:uppercase;
|
||||
border:solid 1px #5D835F;
|
||||
}
|
||||
div#EventList table.eventlist tbody tr {
|
||||
border-bottom:solid 1px #000;
|
||||
}
|
||||
table.eventlist tbody tr td {
|
||||
div#EventList table.eventlist tbody tr td {
|
||||
background-color:#D8F3D6;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnEventType {
|
||||
display:block;
|
||||
padding:4px 20px 4px 20px;
|
||||
background-color:#FFF;
|
||||
width:15%;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnDate {
|
||||
width:15%;0
|
||||
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnPlace {
|
||||
display:block;
|
||||
padding: 4px 10px 4px 10px;
|
||||
background-color:#FFF;
|
||||
width:60%;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnDescription {
|
||||
width:10^;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnPerson {
|
||||
div#EventList table.eventlist tbody tr td.ColumnType {
|
||||
display:block;
|
||||
padding:10px 20px 10px 20px;
|
||||
background-color:#FFF;
|
||||
width:70%;
|
||||
width: 35%;
|
||||
}
|
||||
div#EventList table.eventlist tbody tr td.ColumnDate {
|
||||
width: 22%;
|
||||
}
|
||||
div#EventList table.eventlist tbody tr td.ColumnDescription {
|
||||
width: 20%;
|
||||
}
|
||||
div#EventList table.eventlist tbody tr td.ColumnName {
|
||||
display:block;
|
||||
padding:10px 20px 10px 20px;
|
||||
background-color:#FFF;
|
||||
width: 75%;
|
||||
}
|
||||
div#EventDetail {
|
||||
font-size:10px;
|
||||
color:#000;
|
||||
font-family:Arial, sans, sans-serif, Helvetica;
|
||||
}
|
||||
div#EventDetail h3 {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
/* Gallery
|
||||
|
||||
Reference in New Issue
Block a user