7161656063
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1 7f39781d-f577-437e-ae19-be835c7a54ca
146 lines
2.3 KiB
CSS
146 lines
2.3 KiB
CSS
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* things common to all pages *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
BODY {
|
|
background: #EEE;
|
|
font-family: "Arial", sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
H1, H3 {
|
|
border: 1px solid black;
|
|
background: #DDD;
|
|
text-align: center;
|
|
}
|
|
H1 {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding: 2px;
|
|
}
|
|
H1 A {
|
|
color: black;
|
|
}
|
|
H3 {
|
|
margin-top: 32px;
|
|
padding: 1px;
|
|
}
|
|
THEAD {
|
|
background: #DEDEDE;
|
|
font-weight: bold;
|
|
}
|
|
TD {
|
|
vertical-align: top;
|
|
text-align: center;
|
|
}
|
|
#subtitle {
|
|
width: 256px;
|
|
font-size: 0.75em;
|
|
margin: auto;
|
|
text-align: center;
|
|
border: 1px solid black;
|
|
border-top: none;
|
|
background: #DDD;
|
|
}
|
|
#body SELECT {width: 150px;}
|
|
/*
|
|
TD INPUT {width: 100%;}
|
|
TD SELECT {width: 100%;}
|
|
*/
|
|
|
|
#footer {
|
|
clear: both;
|
|
padding-top: 8px;
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
}
|
|
|
|
*[onclick] {cursor: pointer;}
|
|
IMG {border: none;}
|
|
FORM {margin: 0px;}
|
|
A {text-decoration: none;}
|
|
A:hover {text-decoration: underline;}
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* the navigation bar, and all it's blocks *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
#nav {
|
|
width: 150px;
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 0.9em;
|
|
}
|
|
#nav TABLE {
|
|
width: 150px;
|
|
}
|
|
#nav TD {
|
|
vertical-align: middle;
|
|
}
|
|
#nav INPUT {
|
|
width: 100%;
|
|
padding: 0px;
|
|
}
|
|
#nav SELECT {
|
|
width: 100%;
|
|
padding: 0px;
|
|
}
|
|
|
|
#comments P {
|
|
text-align: left;
|
|
width: 150px;
|
|
max-width: 150px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* the main part of each page *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
#body {
|
|
margin-left: 160px;
|
|
text-align: center;
|
|
}
|
|
#body TABLE {
|
|
width: 90%;
|
|
margin: auto;
|
|
}
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* specific page types *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
#pagelist {
|
|
margin-top: 32px;
|
|
}
|
|
|
|
#tagmap A {
|
|
padding: 8px 4px 8px 4px;
|
|
}
|
|
|
|
#image_comments {
|
|
text-align: left;
|
|
}
|
|
|
|
.setupblock {
|
|
border: 1px solid #AAA;
|
|
padding: 8px;
|
|
margin: 16px;
|
|
width: 350px;
|
|
}
|
|
|
|
.helpable {
|
|
border-bottom: 1px dashed gray;
|
|
}
|
|
|
|
.ok {
|
|
background: #AFA;
|
|
}
|
|
.bad {
|
|
background: #FAA;
|
|
}
|
|
|
|
|