Inital commit

This commit is contained in:
Tilman
2011-10-26 09:44:02 +02:00
commit 5971f4b417
1813 changed files with 737837 additions and 0 deletions
@@ -0,0 +1,101 @@
/* The main chrome containing the calendar is spaced this far from the side */
.datePickerDiv {
background: #c3d9ff;
padding: 0px 0px 9px 9px;
line-height: 1em;
}
.DP_monthtable {
width: 100%;
background: #fff;
padding: 0px;
border-bottom: 1px #A2BBDD solid;
font-size: 83%;
}
.DP_monthtable TD {
text-align: center;
padding: 2px;
font-family: Verdana;
font-size: 85%;
}
.DP_heading {
cursor: pointer;
background: rgb(195, 217, 255);
color: #112ABB;
vertical-align: middle;
}
.DP_days {
background: rgb(195, 217, 255);
}
.DP_dayh {
cursor: default;
font-size: 78%;
}
.DP_cur {
font:bold 78%/1em Verdana,Sans-serif;
padding-bottom: 4px;
text-align: center;
}
.DP_prev, .DP_next {
font-size: 125%;
padding-bottom: 6px;
cursor: pointer;
}
.DP_prev { text-align: right; }
.DP_next { text-align: left; }
/* today */
.DP_today {
background : #9ab !important;
border: 1px solid !important;
border-color: #567 #abc #abc #567 !important;
color: #fff;
}
.DP_today_selected {
background : #579 !important;
border: 1px solid !important;
border-color: #246 #9bd #9bd #246 !important;
color: #fff;
}
/* weekday is Gmail blue when selected */
.DP_weekday {
background: rgb(255, 255, 255);
}
.DP_weekday_selected {
background: rgb(170, 204, 238);
}
/* weekend goes from gray to dark blue when selected */
.DP_weekend {
background: #E8EEF7;
}
.DP_weekend_selected {
background: rgb(153, 187, 221);
}
.DP_onmonth {
}
.DP_offmonth {
color: #888;
}
.DP_day_top {
border-top: 1px #A2BBDD solid;
}
.DP_day_right {
border-right: 1px #A2BBDD solid;
}
.DP_day_left {
border-left: 1px #A2BBDD solid;
}
@@ -0,0 +1,178 @@
body {
font-family: arial, sans-serif;
font-size: 83%;
}
.leftcontent {
float:left;
width:175px;
background:#fff;
}
.topimage {
margin-left:13px;
margin-top:0px;
padding:0px;
}
.footerimage {
margin-left:15px;
margin-top:20px;
padding:0px;
}
.toc {
color: #ddad08;
font-weight:bold;
}
.rightcontent {
background:#fff;
margin-left: 199px;
}
p {
margin-right: 5%;
margin-left:3%;
}
ol, ul {
margin-right: 5%;
margin-left:3%;
}
h1 {
font-size:130%;
font-weight:bold;
margin-left:3%;
margin-top:2em;
}
h2 {
font-size:120%;
font-weight:bold;
margin-left:3%;
margin-top:2em;
}
h3 {
font-size:100%;
font-weight:bold;
margin-left:3%;
margin-top:2em;
}
h4 {
font-size:90%;
font-weight:bold;
margin-left:3%;
margin-top:1.5em;
}
.title {
background-color: #FEFADE;
border-top:1px solid #ddad08;
font-weight:bold;
font-size:120%;
text-align:left;
margin-left:0;
}
.subtitle {
background-color: #FEFADE;
border-top:1px solid #ddad08;
font-weight:bold;
font-size:120%;
text-align:left;
}
.toclinks, ul {
margin-bottom:0px;
margin-top:0px;
}
.footer {
text-align: center;
}
code {
font-family:Courier, monospace;
}
pre {
font-family:Courier, monospace;
margin-left:3%;
text-align:left;
}
.content {
border-left:thin dotted #000;
}
table {
margin-left:3%;
border: 1px solid #c3d9ff;
border-spacing:0;
}
th {
font-weight:bold;
text-align:left;
margin-left:3%;
border-right: 1px solid #C3d9ff;
border-bottom: 1px solid #C3d9ff;
border-top: 1px solid #C3d9ff;
text-align: left;
padding: 6px 6px 6px 12px;
background: #aac8f6;
}
td {
border-right: 1px solid #C3d9ff;
border-bottom: 1px solid #C3d9ff;
text-align:left;
margin-left:3%;
padding: 6px 6px 6px 12px;
vertical-align:top;
}
td.alt {
background: #e8eefa;
vertical-align:top;
}
font {
margin-right: 5%;
vertical-align:bottom;
margin-left:3%;
}
.tdfooter {
margin-right: 5%;
text-align:right;
}
.i {
margin-left: 1em;
margin-right: 2em;
}
.q {
margin: 0 10px 0 5px;
padding: 10px 0 0 10px;
color: #000;
background: url("../../images/quote.gif") no-repeat top left;
}
.d {
color:#999999;
text-decoration:italics;
font-size:83%;
}
.tdheading {
font-weight:bold;
font-size:120%;
margin-left:3%;
}
@@ -0,0 +1,44 @@
body { background-color: white; }
h1 td, h1, h2, h3, h4, h5, h6, div.topnav,
div.sidenav, div.sidesearch, div.sidequote, div.bottomnav, div.footer, small,
td#sidebartitle { font-family: arial,sans-serif; }
/* rules for the bottom navigation on the results page */
div.bottomnav { margin-top: 1ex; }
div.bottomnav a, span.bottomnav { font-size: 10pt; }
div.bottomnav a, span.big { font-size: 12pt; color: #0000cc; }
/* standard link colors */
a:link { color: #0000cc; }
a:visited { color: #551a8b; }
a:active { color: #ff0000; }
/* top part of the page */
div.topnav { margin-bottom: 0.1ex; }
h1 td { font-size: .95em; font-weight: bolder; }
h1 td { background-color: #669900; color: white; border: none; padding: 2pt; }
div.side { margin-right: 3ex; padding: 2pt; }
div.sidenav { }
div.sidesearch { margin-top: 1em; font-size: 0.75em; }
div.sidequote { text-align: center; margin-top: 1.5in; border-color: red; border-style: solid; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; }
div.footer { text-align: center; color: #6f6f6f; padding: 3pt; }
/* sidebar on the right */
table.sidebarborder { margin: 3pt; margin-top: 1pt; }
td#sidebarcontent { background-color: #ffffff; }
/* color schemes for different sections of the site */
body.corporate h1 td, body.corporate table.sidebarborder td { background-color: #339966; }
body.corporate td#sidebartitle { background-color: #d8f1e4; }
body.siteowners h1 td, body.siteowners table.sidebarborder td { background-color: #ddad08; }
body.siteowners td#sidebartitle { background-color: #f1e4d8; }
body.search h1 td, body.search table.sidebarborder td { background-color: #336699; }
body.search td#sidebartitle { background-color: #d8e4f1; }
body.zealots h1 td, body.zealots table.sidebarborder td { background-color: #aa1002; }
body.zealots td#sidebartitle { background-color: #f1e4d8; }
body.gsa h1 td, body.gsa table.sidebarborder td { background-color: #F0C000; }
body.gsa td#sidebartitle { background-color: #fbeab5; }
@@ -0,0 +1,4 @@
ul, ol {
margin-left:3%;
padding-left:3%;
}
+188
View File
@@ -0,0 +1,188 @@
.pbox {
/* position: relative; */
top: 1px;
width: 15em;
/* height: 18em; */
line-height: 1.2em;
margin:0 10px 10px 0;
font-size: 85%;
}
/* =Menu borders (top and bottom) creates rounded corners
----------------------------------------------- */
.pbox .t2, .pbox .b2, .pbox .sb2 {
background-color:#BBBBBB; /* D */
position:relative;
top:-1px;
height:1px;
margin:0 1px;
font-size:1px;
line-height:1px;
}
.pbox .offset, .pbox .b2 {
border-right:1px solid #666666; /* A */
}
.pbox .t2 {
margin-right:2px;
}
.pbox .b2 {
background-color:#BBBBBB; /* D */
}
.pbox .sb2 {
display:block;
background-color:#666666;/* A */
margin-left:2px;
}
.boxbody {
background-color:#DDDDDD; /* E */
position:relative;
top:-1px;
border:solid #BBBBBB; /* D */
border-width:0 1px;
}
.boxbody ul, .boxbody li {
margin:0;
padding:0;
list-style:none;
}
/* =QuickAdd
----------------------------------------------- */
.quick {
width:30em;
font-size:100%;
color:#fff;
z-Index: 42;
}
.quick .t2 {
background-color:#8ac;
}
.quick .b2 {
background-color:#468;
}
.quick .sb2 {
background-color:#246;
}
.quick .offset, .pbox .quick .b2 {
border-right:1px solid #246; /* A */
}
.quick .boxbody {
background-color:#68a;
border-left-color:#8ac;
border-right-color:#468;
padding-left: 6px;
}
.quick form {
margin:0;
padding:2px 0px;
}
.quick label {
display:block;
padding:1px 1px 2px;
}
.quick .txt {
width:27em;
border:1px solid;
border-color:#468 #8ac #8ac #468;
font:100% Arial,Sans-serif;
}
.quick .imgbtn {
vertical-align:middle;
}
.quick p {
margin:0;
padding:2px;
font-size:85%;
line-height:1.2em;
}
/* =Options
----------------------------------------------- */
ul.caloptions {
border-bottom:1px solid #BBBBBB; /* D */
}
.caloptions li {
width:100%;
}
.caloptions li a {
display:block;
padding:3px 8px;
color:#222;
text-decoration:none;
}
* html .caloptions li a {
height:1.2em;
}
.caloptions li a:hover {
background-color:#BBBBBB; /* D */
/*bolinfest*/
text-decoration:underline;
color:#222;
}
/*bolinfest*/
.caloptions li a:visited {
color:#222;
}
/* =CalColor
----------------------------------------------- */
.calcolor {
padding:7px 8px 0;
}
.calcolor ul {
position:relative;
float:left;
width:100%;
padding-bottom:3px;
}
* html .calcolor ul {
padding-bottom:7px;
}
.calcolor li {
display:inline;
font-size:1px;
line-height:1px;
}
.calcolor li a {
float:left;
display:block;
width:13px;
height:13px;
margin:0 4px 4px 0;
border:1px solid #fff;
text-decoration:none;
}
.calcolor li a:hover {
border-color:#000;
}
.cal1 a.cal1-b, .cal1 a.cal1-b:hover,
.cal2 a.cal2-b, .cal2 a.cal2-b:hover,
.cal3 a.cal3-b, .cal3 a.cal3-b:hover,
.cal4 a.cal4-b, .cal4 a.cal4-b:hover,
.cal5 a.cal5-b, .cal5 a.cal5-b:hover,
.cal6 a.cal6-b, .cal6 a.cal6-b:hover,
.cal7 a.cal7-b, .cal7 a.cal7-b:hover,
.cal8 a.cal8-b, .cal8 a.cal8-b:hover,
.cal9 a.cal9-b, .cal9 a.cal9-b:hover,
.cal10 a.cal10-b, .cal10 a.cal10-b:hover,
.cal11 a.cal11-b, .cal11 a.cal11-b:hover,
.cal12 a.cal12-b, .cal12 a.cal12-b:hover,
.cal13 a.cal13-b, .cal13 a.cal13-b:hover,
.cal14 a.cal14-b, .cal14 a.cal14-b:hover,
.cal15 a.cal15-b, .cal15 a.cal15-b:hover,
.cal16 a.cal16-b, .cal16 a.cal16-b:hover,
.cal17 a.cal17-b, .cal17 a.cal17-b:hover,
.cal18 a.cal18-b, .cal18 a.cal18-b:hover,
.cal19 a.cal19-b, .cal19 a.cal19-b:hover,
.cal20 a.cal20-b, .cal20 a.cal20-b:hover,
.cal21 a.cal21-b, .cal21 a.cal21-b:hover {
background-image:url("images/icon_check3.gif");
background-position:-13px 0;
background-repeat:no-repeat;
cursor:default;
}