User:Rootsrat/GTAV.css: Difference between revisions

From Step Mods | Change The Game
(Created page with "<source lang="css" line> →‎Syle & layout CSS for The Witcher 3: body { color:76D63A; } h1 { font-size:2.75em; font-weight:600; color:#76D63A; tex...")
 
No edit summary
 
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
/* Syle & layout CSS for The Witcher 3 */
/* Syle & layout CSS for GTA V */


body
body
{
{
     color:76D63A;
     color:5FA137;
}
}


Line 10: Line 10:
     font-size:2.75em;
     font-size:2.75em;
     font-weight:600;
     font-weight:600;
     color:#76D63A;
     color:#5FA137;
     text-align:center;
     text-align:center;
     margin-top:60px;
     margin-top:60px;
Line 16: Line 16:


h2 {
h2 {
     color:#76D63A;
     color:#5FA137;
     font-size:1.85em;
     font-size:1.85em;
     font-weight:600;
     font-weight:600;
Line 29: Line 29:


h3 {
h3 {
     color:#76D63A;
     color:#5FA137;
     text-align:left;
     text-align:left;
     font-size:1.5em;
     font-size:1.5em;
Line 41: Line 41:


h4 {
h4 {
     color:#76D63A;
     color:#5FA137;
     font-size:1.5em;
     font-size:1.5em;
     font-weight:600;
     font-weight:600;
Line 50: Line 50:


h5 {
h5 {
     color:#76D63A;
     color:#5FA137;
     font-size:1.1em;
     font-size:1.1em;
     font-weight:600;
     font-weight:600;
Line 58: Line 58:
hr {
hr {
     border: 0;
     border: 0;
     color: #76D63A;
     color: #5FA137;
     background-color: #6084ba;
     background-color: #6084ba;
     height: 2px;
     height: 2px;
Line 71: Line 71:


div.headerText{
div.headerText{
     color:#76D63A;
     color:#5FA137;
     text-align:center;
     text-align:center;
     font-size:1.4em;
     font-size:1.4em;
Line 77: Line 77:
     border-style:solid;
     border-style:solid;
     border-bottom-width:3px;
     border-bottom-width:3px;
     border-color:#BEAFFA;
     border-color:#8776CC;
     padding-bottom:5px;
     padding-bottom:5px;
     overflow:hidden;
     overflow:hidden;

Latest revision as of 12:38, June 27, 2015

<source lang="css" line>
/* Syle & layout CSS for GTA V */

body
{
     color:5FA137;
}

h1 {
     font-size:2.75em;
     font-weight:600;
     color:#5FA137;
     text-align:center;
     margin-top:60px;
}

h2 {
     color:#5FA137;
     font-size:1.85em;
     font-weight:600;
     text-align:left;
     border-style:solid;
     border-bottom-width:3px;
     border-color:#BEAFFA;
     padding-bottom:3px;
     margin-top: 50px;
     overflow: hidden;
}

h3 {
     color:#5FA137;
     text-align:left;
     font-size:1.5em;
     font-weight:600;
     border-style:solid;
     border-bottom-width:2px;
     border-color:#BEAFFA;
     padding-bottom:10px;
     overflow: hidden;
}

h4 {
     color:#5FA137;
     font-size:1.5em;
     font-weight:600;
     margin-top:30px;
     border-style:solid;
     border-bottom: 2px solid #BEAFFA;
}

h5 {
     color:#5FA137;
     font-size:1.1em;
     font-weight:600;
     text-decoration:underline;
}

hr {
     border: 0;
     color: #5FA137;
     background-color: #6084ba;
     height: 2px;
     width: 50%;
     text-align: left;
}

pre {
     margin-left:40px;
     width:1220px;
}

div.headerText{
     color:#5FA137;
     text-align:center;
     font-size:1.4em;
     font-weight:500;
     border-style:solid;
     border-bottom-width:3px;
     border-color:#8776CC;
     padding-bottom:5px;
     overflow:hidden;
}

span.big{
     font-size: 1.23em;
}

</source>