User:Hishutup/TempSharing: Difference between revisions

From Step Mods | Change The Game
(Created page with "<source lang="css" line> h1{ } h2{ color:#FFFFFF; text-align:center; font-size:300%; font-weight:450; border-style:solid; border-bottom-width:2...")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<source lang="css" line>
<includeonly>
 
|-
h1{
|{{{1}}}
 
|{{{2}}}
}
|{{{3}}}
h2{
|{{#show: {{{1}}}|?SourceID}}
    color:#FFFFFF;
|{{#show: {{{1}}}|?SourceURL}}
    text-align:center;
</includeonly><noinclude>
    font-size:300%;
HI
    font-weight:450;
</noinclude>
    border-style:solid;
    border-bottom-width:2px;
    border-color:#422914;
    padding-bottom:10px;
    overflow: hidden;
}
h3{
    color:#FFFFFF;
    font-size:150%;
    font-weight:600;
    border-style:solid;
    border-bottom-width:3px;
    border-top-width:3px;
    border-left-width:1px;
    border-color:#9E5928;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:3px;
}
h4{
    color:#e7bb91;
    font-size:130%;
    font-weight:450;
}
h5{
 
}
h6{
 
}
hr {
    border: 0;
    background-color: #2C0A00;
    height: 2px;
    width: auto;
    text-align: left;
}
/*
a:link {
    color: #0645AD;
}
 
visited link
a:visited {
    color: #0B0080;
}
 
mouse over link
a:hover {
    color: #3366BB;
}
 
selected link
a:active {
    color: #FFFFFF;
} */
pre {
    margin-left:40px;
    width:auto;
}
 
div.headerText{
    color:rgb(225,225,245);
    text-align:center;
    font-size:1.4em;
    font-weight:500;
    border-style:solid;
    border-bottom-width:3px;
    border-color:#b34508;
    padding-bottom:5px;
    overflow:hidden;
}
 
span.big{
    font-size: 125%;
}
 
span.small{
    font-size: 50%
}
</source>

Latest revision as of 01:21, January 29, 2015

HI