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...")
 
(Replaced content with "Reinstall with relevant patches. Patches for REGS mods shouldn’t be needed if REGS is installed.")
Line 1: Line 1:
<source lang="css" line>
Reinstall with relevant patches. Patches for REGS mods shouldn’t be needed if REGS is installed.
 
h1{
 
}
h2{
    color:#FFFFFF;
    text-align:center;
    font-size:300%;
    font-weight:450;
    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>

Revision as of 23:43, September 30, 2014

Reinstall with relevant patches. Patches for REGS mods shouldn’t be needed if REGS is installed.