User:TechAngel85/enbseries.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
h1{
h1{
    margin-top:60px;
}
}


h2{
    margin-top: 50px;
}


h3{
div.imgTitle1{
     margin-top:30px;
    display: inline-block;
     padding-bottom:10px;
     margin: 0 0 0 85px;
    width: 225px;
    font-weight: bold;
     clear: both;
}
}


h4{
div.imgTitle2{
     margin-top:30px;
    display: inline-block;
     margin: 0 0 0 9px;
    width: 225px;
    font-weight: bold;
    clear: both;
}
}


h5{
div.imgTitle3{
     margin-top:30px;
     display: inline-block;
    padding-bottom:10px;
     margin: 0 0 0 9px;
}
     width: 225px;
 
     font-weight: bold;
hr{
     clear: both;
     border: 0;
    height: 2px;
     width: 50%;
     text-align: left;
}
 
pre{
    margin:0 0 25px 25px;
     width:500px;
}
 
code{
    font-size:1.05em;
}
}


div.imgs1{
div.imgs1{
     margin-left: 80px;
    display: inline-block;
     margin: 0 0 40px 80px;
     width: 450px;
     width: 450px;
     clear: both;
     clear: both;
Line 45: Line 36:


div.imgs2{
div.imgs2{
     margin-left: 80px;
    display: inline-block;
     width: 910px;
     margin: 0 0 40px 80px;
     width: 460px;
     clear: both;
     clear: both;
}
}


div.imgs3{
div.imgs3{
     margin-left: auto;
     display: inline-block;
     margin-right: auto;
     margin: 0 0 40px 80px;
     width: 1370px;
     width: 695px;
     clear: both;
     clear: both;
}
}


</source>
</source>

Latest revision as of 17:18, December 9, 2014

<source lang="css" line>
h1{
}


div.imgTitle1{
     display: inline-block;
     margin: 0 0 0 85px;
     width: 225px;
     font-weight: bold;
     clear: both;
}

div.imgTitle2{
     display: inline-block;
     margin: 0 0 0 9px;
     width: 225px;
     font-weight: bold;
     clear: both;
}

div.imgTitle3{
     display: inline-block;
     margin: 0 0 0 9px;
     width: 225px;
     font-weight: bold;
     clear: both;
}

div.imgs1{
     display: inline-block;
     margin: 0 0 40px 80px;
     width: 450px;
     clear: both;
}

div.imgs2{
     display: inline-block;
     margin: 0 0 40px 80px;
     width: 460px;
     clear: both;
}

div.imgs3{
     display: inline-block;
     margin: 0 0 40px 80px;
     width: 695px;
     clear: both;
}

</source>