0% found this document useful (0 votes)
16 views4 pages

TEMAZO

This document contains CSS styling rules for formatting webpage content. It defines styles for body text, headings, paragraphs, links, and other page elements. Styles are specified for font, size, color, spacing, borders and other visual properties. Sections are defined for different levels of headings, lists, and positioning elements like navigation links in page headers.

Uploaded by

159 jkl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views4 pages

TEMAZO

This document contains CSS styling rules for formatting webpage content. It defines styles for body text, headings, paragraphs, links, and other page elements. Styles are specified for font, size, color, spacing, borders and other visual properties. Sections are defined for different levels of headings, lists, and positioning elements like navigation links in page headers.

Uploaded by

159 jkl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

body {

font-family: Verdana,Arial,Helvetica,sans-serif;
line-height: 1.4em !important;
font-size: 0.80em !important;
}

#content p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

/* ---Headings----------------------------*/
#content div.header{
border-bottom:1px solid #c2c4ba;
width:100%;

}
#content div.header:after {
clear:both;
}
#content div.header span.subheader {
float:right;
position:absolute;
top: 45px;
width: 75px;
left: 82%;
font-size: 0.7em;

}
#content div.locLink{height:20px;}
#content a.locLink {
float:right;
position:relative;
font-size:0.8em;
right: 8%;
text-decoration: none;
}
#content a.locLink:hover {
text-decoration: underline;

#content h1,
#content h2,
#content h3,
#content h4,
#content span.section_title,
#content span.codeblock_title {
line-height: 1.2em;
margin-bottom: 0.2em;
display: block;
}

#content h1 {
font-size: 18px;
font-weight:normal;
}
#content h2,
#content span.section_title {
color: #103E4E;
font-size: 18px;
font-weight: normal;
}

#content h3,
#content span.cfgs_title {
color: #AF7209;
font-size: 15px;
font-weight: bold;
}

#content h4,
#content span.codeblock_title,
#content span.cfg_title {
font-size: 13px;
font-weight: bold;

}
#content pre {
margin-left: 15px;
border: 1px dashed #c2c4ba;
padding: 10px;
padding-bottom:25px;
font-size: 110%;
line-height: 1.2em;
background-color:#EEEEEE;
overflow-x: auto;
overflow-y: hidden;
width:95%;
}

#content pre.lines {
background-color:#FFFFFF;
border:medium none;
font-family:verdana;
font-size:100%;
line-height:1.5em;
margin-left:15px;
padding:0;
}
#content pre.equation {
background-color:#FFFFFF;
border:medium none;
font-family:monospace;
font-size:110%;
line-height:1.5em;
margin-left:15px;
padding:0;
padding-bottom:22px;
}

#content div {
margin-bottom: 0.3em;
}

#content span.section_title,
#content span.codeblock_title {
margin-left:10px;
}
/*---Links -------------------------------*/
#content a {
color: #21759B;

#content a.xref_bad {
color: #FF0000;
}

#content a:hover {
background-color:#DFF0F8;
}

#content .section1,
#content .section2,
#content .section3,
#content .section4 {
/*clear:both;*/
}
/* ---Section1----------------------------*/
#content div.section1{
margin-left: 10px;
}
#content div.section1 p {
margin-left: 10px;
}
/* ---Section2----------------------------*/
#content div.section2{
margin-left: 15px;
}
#content div.section2 p {
margin-left: 10px;
}
/* ---Section3----------------------------*/
#content div.section3{
margin-left: 15px;
}
#content div.section3 p {
margin-left: 10px;
}
/*---Lists/steps------------------------------*/
#content ol,
#content ul{
margin-top: 0em;
margin-bottom: 1.2em;
}
#content ol{
list-style-type: decimal;
list-style-position: outside;
}
#content ol li {
}
#content ol ol {
list-style-
tyGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGKSJBUYERVGFHBEHGB
HF HBHVVNBVHBDIDBHFBVNVJNFBSNVHHFFBGUIWRBGSDVBHEGBHDDBVJSBVRBGnone;}
#content div.license-bar{font-size: 0.8em; margin-top: -24px;}
#content div.license-bar a{
display:inline-block;
padding-left: 18px;
margin-left:15px;
}
#content div.license-bar a.cb-checked{
background: transparent url("checkbox_checked.png") no-repeat 0 0;
}
#content div.license-bar a.cb-unchecked{
background: transparent url("checkbox_blank.png") no-repeat 0 0;
}
#content div.license-bar a.cb-halfchecked{
background: transparent url("checkbox_half.png") no-repeat 0 0;
}

You might also like