Difference between revisions of "Template:Freiburg/Main"

 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
    /********************************* DEFAULT WIKI SETTINGS  ********************************/
+
 
   
+
    #sideMenu,
+
    #top_title {
+
        display: none;
+
    }
+
   
+
    #content {
+
        padding: 0px;
+
        width: 100%;
+
        margin-top: -7px;
+
        margin-left: 0px;
+
        background-color: #fff7f2;
+
    }
+
   
+
    body {}
+
   
+
    #bodyContent h1,
+
    #bodyContent h2,
+
    #bodyContent h3,
+
    #bodyContent h4,
+
    #bodyContent h5 {
+
        margin-bottom: 0px;
+
        font-family: 'Bad Script', cursive;
+
        font-weight: bold;
+
        font-size: 24px;
+
        color: #be740d letter-spacing: 3px;
+
    }
+
    /********************************* MENU ********************************/
+
    /********************************* CONTENT OF THE PAGE ********************************/
+
    /* Wrapper for the content */
+
   
+
    .content_wrapper {
+
        /*
+
        width: 85%;
+
        margin-left: 120px;
+
        padding: 10px 0px;
+
        float: left;
+
        */
+
    }
+
    /*LAYOUT */
+
   
+
    .column {
+
        margin-top: 50px;
+
        padding: 10px 0px;
+
        float: left;
+
        /*  border: 3px solid brown; */
+
        border-radius: 15px 15px 15px 15px;
+
        background-color: #fff7f2;
+
        /*background-image: url("https://static.igem.org/mediawiki/2016/a/a2/T--Freiburg--bg.jpeg");*/
+
 
+
    }
+
   
+
    .full_size {
+
        width: 100%;
+
    }
+
   
+
    .full_size img {
+
        padding: 10px 15px;
+
        width: 96.5%;
+
    }
+
   
+
    .half_size {
+
        width: 50%;
+
    }
+
   
+
    .half_size img {
+
        padding: 10px 15px;
+
        width: 93%;
+
    }
+
   
+
    .clear {
+
        clear: both;
+
    }
+
   
+
    .highlight {
+
        width: 90%;
+
        margin: auto;
+
        padding: 15px 5px;
+
        background-color: #f2f2f2;
+
    }
+
 
</style>
 
</style>
 
<!--- THIS IS WHERE THE HTML BEGINS --->
 
<!--- THIS IS WHERE THE HTML BEGINS --->

Latest revision as of 06:08, 2 October 2016