Difference between revisions of "Team:Exeter/Parts"

Line 748: Line 748:
 
<br>
 
<br>
 
<br>
 
<br>
 +
<style>
 +
ul{
 +
list-style-image:none;
 +
}
 +
.wrap ul{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
font-size:150%;
 +
}
 +
.wrap ul li {
 +
    /* Text color */
 +
    color: #333;
 +
    list-style-type: none;
 +
}
  
 +
.wrap ul li:before {
 +
    /* Unicode bullet symbol */
 +
    content: '\25AA';
 +
    /* Bullet color */
 +
    color: #47BCC2;
 +
    padding-right: 0.5em;
 +
}
 +
ol{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
font-size:150%;
 +
}
 +
ol li {
 +
    /* Text color */
 +
    color: #333;
 +
    list-style-type: none;
 +
}
 +
ol li {
 +
    list-style-type: none;
 +
    counter-increment: list;
 +
    position: relative;
 +
}
 +
 +
ol li:before {
 +
    content: counter(list) ".";
 +
    position: absolute;
 +
    left: -2.5em;
 +
    width: 2em;
 +
    text-align: right;
 +
    color: #47BCC2;
 +
}
 +
</style>
  
 
                 <h5>References</h5>
 
                 <h5>References</h5>
Line 764: Line 812:
 
                  
 
                  
 
                 </div>
 
                 </div>
 
 
<div>
 
<a id="Section_link" href="#section_4" style="display:block;margin:20px auto 0 auto;width:14px;"><span style="color:#47BCC2;font-size: 25px;" class="glyphicon glyphicon-menu-down" aria-hidden="true"></span></a>
 
</div>
 
</div>
 
<div class="col-xs-12 div_content">
 
<div id="section_4" class="link_fix"></div>
 
<div id="contentTitle">
 
 
</div>
 
 
               
 
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 22:24, 17 October 2016