Difference between revisions of "Team:Tianjin/Templates/AddCSS"

(Replaced content with "{{#tag:html| <link rel="stylesheet" href="{{localurl{{{1}}}|action=raw&ctype=text/css}}"> <link rel="stylesheet" href="http://s.mlcdn.co/animate.css"> }}")
Line 3: Line 3:
 
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
 
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
 
}}
 
}}
 
<html>
 
<style>
 
/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */
 
 
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear
 
{
 
    display: none;
 
}
 
 
#content
 
{
 
    width: 100%;
 
    padding: 0;
 
    border: 0;
 
}
 
 
#globalWrapper
 
{
 
    padding: 0;
 
    font-size: 100%;
 
}
 
 
#main-div ul, #main-div ol
 
{
 
    margin: 0px 0px 10px 0;
 
}
 
 
#main-div ol li
 
{
 
    margin-left: 30px;
 
}
 
 
#main-div ul li
 
{
 
    margin-left: 20px;
 
    list-style: none;
 
}
 
 
#main-div ul li:before
 
{
 
    content: "• ";
 
    color: #CC1D24;
 
    margin-left: -12px;
 
    padding-right: 3px;
 
    position: relative;
 
    z-index: 5;
 
}
 
 
#main-div ul.gallery li
 
{
 
    list-style: none;
 
}
 
 
#main-div ul.gallery li:before
 
{
 
    content: ""
 
}
 
 
.image
 
{
 
    position: relative;
 
    z-index: 20;
 
}
 
 
.break
 
{
 
    clear: both;
 
}
 
 
#main-div .thumb.tright
 
{
 
    border: 0;
 
    margin: 1em;
 
}
 
 
#main-div .thumbinner
 
{
 
    padding: 0 !important;
 
    border: 0;
 
    background-color: transparent;
 
}
 
 
#main-div .thumbinner a img
 
{
 
    border: 0;
 
}
 
 
#main-div .thumb div
 
{
 
    background-color: transparent;
 
}
 
 
#main-div .thumbcaption
 
{
 
    text-align: justify;
 
    font-weight: 400;
 
    font-size: 11px;
 
    color: #505050;
 
}
 
 
#main-div .thumbcaption .magnify
 
{
 
    display: none;
 
}
 
 
#main-div dd
 
{
 
    margin-left: 0.2em;
 
}
 
 
/* GLOBAL FONT SETTINGS ---------------------------------------------- */
 
</style>
 
</html>
 

Revision as of 05:25, 5 July 2016