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

Line 49: Line 49:
  
 
<style>
 
<style>
<style>
+
/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */
  
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
  
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
#content { width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0}
+
#content {width: auto; width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0}
 
body {background-color:white; }
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
 
/********************************* MENU ********************************/
 
/********************************* MENU ********************************/
/* 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>
 
 
</style>
 
</style>
  

Revision as of 06:02, 5 July 2016