Difference between revisions of "Template:Freiburg/LabjournalCSS"

(Created page with "<style> /* ---------------- BEGIN LABJOURNAL STUFF ---------------- */ ---------------- LABJOURNAL FONTS ----------------: h3{ padding-top: 40px; } h3 a{ font-family: "...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<html>
 
<style>
 
<style>
 
/*
 
/*
Line 28: Line 29:
 
font-style: italic;
 
font-style: italic;
 
}
 
}
 
+
/*
 
td{
 
td{
 
height: 25px;
 
height: 25px;
Line 53: Line 54:
  
 
}
 
}
 
+
*/
 
/*
 
/*
 
---------------- Images ----------------
 
---------------- Images ----------------
Line 103: Line 104:
 
 
  
 +
/*############# Mimick DW-elements ########## */
 +
 +
/* #### notes #### */
 +
.noteclassic, .noteimportant, .notewarning, .notetip {
 +
    margin: 2em auto;
 +
    width: 70% !important;
 +
    min-height: 40px;
 +
    clear: both;
 +
    text-align: justify;
 +
    vertical-align: middle;
 +
    border-collapse: collapse;
 +
    padding: 15px 25px;
 +
    border-radius: 20px;
 +
}
 +
 +
.notewarning {
 +
    background-color: #FDD;
 +
}
 +
 +
.noteimportant {
 +
    background-color: #FFC;
 +
}
 +
 +
/* #### restore list bullet points #### */
 +
 +
ul>li>.li{
 +
  background-image: url("https://2015.igem.org/wiki/skins/Igem/resources/bullet.gif?2015-09-09T00:46:40Z");
 +
  background-repeat: no-repeat;
 +
  padding-left: 1em;
 +
  background-position: 0 0.25em;
 +
}
 +
 +
/* #### tables #### */
 +
 +
table.inline th {
 +
    background-color: #DEE7EC;
 +
    font-weight: bold;
 +
}
 +
 +
table.inline th, table.inline td {
 +
    border: 1px solid #8CACBB;
 +
}
 +
 +
th, td {
 +
 +
    padding: 0.3em 0.5em;
 +
    margin: 0px;
 +
    vertical-align: top;
 +
    border: 1px solid #8CACBB;
 +
    text-align: left;
 +
}
 +
 +
table {
 +
 +
    border-collapse: collapse;
 +
    empty-cells: show;
 +
    border-spacing: 0px;
 +
    margin: 1.2em;
 +
}
 +
 +
/* #### thumbcaption #### */
 +
 +
.magnify{
 +
    width: 0; /* removes magnify symbol */
 +
    height: 0;
 +
}
 +
 +
.thumbcaption{
 +
    font-size: 80%;
 +
    text-align: justify !important;
 +
    margin-top: 0.3em;
 +
}
  
 +
/*######### boxes and background ######*/
  
 +
/*.page_content{
 +
    background-color: #F9F9F9;
 +
    padding: 3em;
 +
    border: 3pt solid #5781BD;
 +
    border-radius: 30px;
 +
}*/                                          /*was removed to be compatible with content_box*/
 
/*
 
/*
 
---------------- END LABJOURNAL STUFF ----------------
 
---------------- END LABJOURNAL STUFF ----------------
 
*/
 
*/
 
</style>
 
</style>
 +
</html>

Latest revision as of 09:12, 15 September 2015