mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4456 b35dd754-fafc-0310-a699-88a17e54d16e
125 lines
2.2 KiB
CSS
125 lines
2.2 KiB
CSS
BODY {
|
|
font-size : 100%;
|
|
background-color : #fff;
|
|
}
|
|
BODY, TD, TH {
|
|
font-family : arial, helvetica, sans-serif;
|
|
font-size : 10pt;
|
|
}
|
|
PRE, TT, CODE {
|
|
font-family : courier new, monospaced;
|
|
font-size : 9pt;
|
|
}
|
|
A:hover {
|
|
text-decoration : none;
|
|
}
|
|
LI {
|
|
padding-bottom : 4px;
|
|
}
|
|
H1 {
|
|
font-family : tahoma, arial, helvetica, sans-serif;
|
|
font-size : 1.4em;
|
|
font-weight: bold;
|
|
border-bottom : 1px #ccc solid;
|
|
padding-bottom : 2px;
|
|
display : inline;
|
|
padding-left : 5px;
|
|
}
|
|
H2 {
|
|
font-size : 1.2em;
|
|
font-weight : bold;
|
|
}
|
|
H3 {
|
|
font-size : 1.0em;
|
|
font-weight : bold;
|
|
}
|
|
TT {
|
|
font-family : courier new;
|
|
font-weight : bold;
|
|
color : #060;
|
|
}
|
|
FIELDSET PRE {
|
|
padding : 1em;
|
|
margin : 0px;
|
|
}
|
|
FIELDSET {
|
|
margin-left : 2em;
|
|
margin-right : 2em;
|
|
border : 1px #ccc solid;
|
|
-moz-border-radius : 5px;
|
|
}
|
|
.comment {
|
|
color : #666;
|
|
font-style : italic;
|
|
}
|
|
|
|
.subheader {
|
|
font-weight : bold;
|
|
}
|
|
.footer {
|
|
font-size : 0.8em;
|
|
color : #999;
|
|
text-align : center;
|
|
width : 100%;
|
|
border-top : 1px #ccc solid;
|
|
padding-top : 2px;
|
|
}
|
|
.code {
|
|
border : 1px #ccc solid;
|
|
padding : 0em 1.0em 0em 1.0em;
|
|
margin : 4px 0px 4px 0px;
|
|
}
|
|
.nav, .nav A {
|
|
font-family : verdana;
|
|
font-size : 0.85em;
|
|
color : #600;
|
|
text-decoration : none;
|
|
font-weight : bold;
|
|
}
|
|
.note {
|
|
font-family : verdana;
|
|
font-size : 0.85em;
|
|
color : #600;
|
|
text-decoration : none;
|
|
font-weight : bold;
|
|
}
|
|
.nav {
|
|
width : 100%;
|
|
border-bottom : 1px #ccc solid;
|
|
padding : 3px 3px 5px 1px;
|
|
}
|
|
.nav A:hover {
|
|
text-decoration : underline;
|
|
}.question {
|
|
font-weight: 600;
|
|
}
|
|
.answer {
|
|
font-weight: 300;
|
|
}
|
|
.toc {
|
|
right: 5px;
|
|
}
|
|
TABLE.dbtable {
|
|
border : 1px #ccc solid;
|
|
width : 600px;
|
|
}
|
|
TR, TH {
|
|
border-bottom : 1px #ccc solid;
|
|
}
|
|
TH, TD {
|
|
padding-right : 15px;
|
|
}
|
|
TH {
|
|
text-align : left;
|
|
white-space : nowrap;
|
|
background-color : #eee;
|
|
}
|
|
.primary-key {
|
|
background-color : #ffc;
|
|
}
|
|
#bannerbox .spring {
|
|
background-image : url(images/banner-spring.gif);
|
|
background-position : top;
|
|
background-repeat : repeat-x;
|
|
}
|