Difference between revisions of "Template:Freiburg/LabjournalCSS"

Line 103: Line 103:
  
 
 
 +
 +
/*############# 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;
 +
}
 +
 +
/* #### 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;
 +
}
  
  

Revision as of 12:00, 24 August 2015