SkyrimLE:ENBSeries INI Reference/enbseries.css: Difference between revisions

From Step Mods | Change The Game
m (TechAngel85 moved page Guide:ENBseries INI/enbseriesCSS to Guide:ENBseries INI/enbseries.css: Improperly named)
No edit summary
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
 
h1{
h1 {
     margin-top:60px;
     margin-top:60px;
}
}


h2 {
h2{
     margin-top: 50px;
     margin-top: 50px;
}
}


h3 {
h3{
     margin-top:30px;
     margin-top:30px;
     padding-bottom:10px;
     padding-bottom:10px;
}
}


h4 {
h4{
     margin-top:30px;
     margin-top:30px;
}
}


h5 {
h5{
     margin-top:30px;
     margin-top:30px;
     padding-bottom:10px;
     padding-bottom:10px;
}
}


hr {
hr{
     border: 0;
     border: 0;
     height: 2px;
     height: 2px;
Line 30: Line 29:
}
}


pre {
pre{
     margin:0 0 25px 25px;
     margin:0 0 25px 25px;
     width:500px;
     width:500px;
}
}


code {
code{
     font-size:1.05em;
     font-size:1.05em;
}
}


img{
img{

Revision as of 20:58, October 13, 2014

h1{
     margin-top:60px;
}

h2{
     margin-top: 50px;
}

h3{
     margin-top:30px;
     padding-bottom:10px;
}

h4{
     margin-top:30px;
}

h5{
     margin-top:30px;
     padding-bottom:10px;
}

hr{
     border: 0;
     height: 2px;
     width: 50%;
     text-align: left;
}

pre{
     margin:0 0 25px 25px;
     width:500px;
}

code{
     font-size:1.05em;
}

img{
     padding:0;
     margin:0 auto;
     display: block;
     border:none;
}

p{
     text-indent:40px;
}

p.noindent{
     text-indent:0px;
}