User:Hishutup/OblivionGuide.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>


body {
ul {
  display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
}
.span3:focus ~ .alert {
 
  display: none;
ul li {
    background-image: url(sqpurple.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;  
}
}
.span2:focus ~ .alert {
  display: block;
}
.alert{display:none;}


</source>
</source>

Revision as of 08:36, September 12, 2014

<source lang="css" line>

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(sqpurple.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 14px; 
}

</source>