Wiki/api.php
From 2014.igem.org
(Difference between revisions)
StianLagstad (Talk | contribs) ((by SublimeText.Mediawiker)) |
Danmichaelo (Talk | contribs) (test (bruker Mediawiker)) |
||
Line 1: | Line 1: | ||
- | + | /* for album */ | |
- | + | .albumStuff ul { | |
- | + | padding:0 0 0 0; | |
- | + | margin:0 0 0 0; | |
- | + | } | |
- | + | .albumStuff li { | |
- | + | list-style:none; | |
- | + | margin-bottom:25px; | |
- | + | } | |
- | + | .albumStuff img { | |
- | + | cursor: pointer; | |
- | + | } | |
- | + | .maxImage { | |
- | + | max-width: 250px; | |
- | + | max-height: 250px; | |
- | + | } | |
- | + | .imageSpacer { | |
- | + | margin-right: 150px; | |
- | + | } | |
- | + | .controls{ | |
- | + | width:50px; | |
- | + | display:block; | |
- | + | font-size:11px; | |
- | + | padding-top:8px; | |
- | + | font-weight:bold; | |
- | + | } | |
- | + | .next { | |
- | + | float:right; | |
- | + | text-align:right; | |
- | + | } | |
- | + | /* end css for album */ | |
- | + | ||
- | + | /* Sticky footer styles | |
- | + | -------------------------------------------------- */ | |
- | + | html { | |
+ | position: relative; | ||
+ | min-height: 100%; | ||
+ | } | ||
+ | body { | ||
+ | /* Margin bottom by footer height */ | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
+ | .footer { | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | width: 100%; | ||
+ | /* Set the fixed height of the footer here */ | ||
+ | height: 60px; | ||
+ | background-color: #f5f5f5; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | /* Custom page CSS | |
- | + | -------------------------------------------------- */ | |
- | + | /* Not required for template or sticky footer method. */ | |
- | + | ||
- | + | ||
- | + | .container > .jumbotron { | |
- | + | padding: 10px 30px; | |
- | + | } | |
- | + | .container .text-muted { | |
- | + | margin: 20px 0; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | .footer > .container { | |
- | + | padding-right: 15px; | |
- | + | padding-left: 15px; | |
- | + | } | |
- | + | ||
+ | |||
+ | /* Border between row items */ | ||
+ | .borderTopRow { | ||
+ | margin: 25px 0 25px 0; | ||
+ | padding: 25px 0 25px 0; | ||
+ | } | ||
+ | |||
+ | /* boxes for the our_team page */ | ||
+ | .person-box { | ||
+ | background-color: #d5d5d5; | ||
+ | border-radius: 20px; | ||
+ | padding: 20px; | ||
+ | } | ||
+ | |||
+ | /* make the header display our logo a little nicer */ | ||
+ | .navbar-nav li a { | ||
+ | line-height: 40px; | ||
+ | } | ||
+ | |||
+ | /* styles for the notebook */ | ||
+ | .weekDiv { | ||
+ | display:none; | ||
+ | } |
Revision as of 12:07, 12 August 2014
/* for album */ .albumStuff ul {
padding:0 0 0 0; margin:0 0 0 0;
} .albumStuff li {
list-style:none; margin-bottom:25px;
} .albumStuff img {
cursor: pointer;
} .maxImage {
max-width: 250px; max-height: 250px;
} .imageSpacer {
margin-right: 150px;
} .controls{
width:50px; display:block; font-size:11px; padding-top:8px; font-weight:bold;
} .next {
float:right; text-align:right;
} /* end css for album */
/* Sticky footer styles
*/
html {
position: relative; min-height: 100%;
} body {
/* Margin bottom by footer height */ margin-bottom: 60px;
} .footer {
position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; background-color: #f5f5f5;
}
/* Custom page CSS
*/
/* Not required for template or sticky footer method. */
.container > .jumbotron {
padding: 10px 30px;
} .container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px; padding-left: 15px;
}
/* Border between row items */
.borderTopRow {
margin: 25px 0 25px 0; padding: 25px 0 25px 0;
}
/* boxes for the our_team page */ .person-box {
background-color: #d5d5d5; border-radius: 20px; padding: 20px;
}
/* make the header display our logo a little nicer */ .navbar-nav li a {
line-height: 40px;
}
/* styles for the notebook */ .weekDiv {
display:none;
}