You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
732 B
CSS
30 lines
732 B
CSS
10 years ago
|
body {
|
||
|
padding-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.navbar {
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|
||
|
/* Examples (Code) */
|
||
|
PRE.fragment {
|
||
|
border: 1px solid #CCCCCC;
|
||
|
background-color: #f5f5f5;
|
||
|
margin-top: 4px;
|
||
|
margin-bottom: 4px;
|
||
|
margin-left: 2px;
|
||
|
margin-right: 8px;
|
||
|
padding-left: 6px;
|
||
|
padding-right: 6px;
|
||
|
padding-top: 4px;
|
||
|
padding-bottom: 4px;
|
||
|
}
|
||
|
SPAN.keyword { color: #008000 }
|
||
|
SPAN.keywordtype { color: #604020 }
|
||
|
SPAN.keywordflow { color: #e08000 }
|
||
|
SPAN.comment { color: #800000 }
|
||
|
SPAN.preprocessor { color: #806020 }
|
||
|
SPAN.stringliteral { color: #002080 }
|
||
|
SPAN.charliteral { color: #008080 }
|