diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-09 23:43:12 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-09 23:43:12 +0100 |
| commit | 39eb8fc9a300c0d138e732c4c50973232036999d (patch) | |
| tree | ec0071c09c471ab63fa5fed3caf4e0740755f5d1 /css | |
| parent | 2453e4607d7d222f062ea5e808433b0852801efb (diff) | |
| download | themes-39eb8fc9a300c0d138e732c4c50973232036999d.tar.gz themes-39eb8fc9a300c0d138e732c4c50973232036999d.tar.bz2 themes-39eb8fc9a300c0d138e732c4c50973232036999d.zip | |
Additional default .css for fisheye and user layouts on BC3
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/css/base.css b/css/base.css index 6f0faa5..3803ebe 100644 --- a/css/base.css +++ b/css/base.css @@ -3,7 +3,6 @@ a.icon,a.icon:hover {cursor:pointer;text-decoration:none;} .floaticon a,a.icon,img.icon {padding:0 5px 0 0; font-size:11pt;} .floaticon {float:right; text-align:right;} -.floaticon i {font-size:18px; padding:3px; } .floaticon form.minifind {margin:10px 0 20px} html[dir='rtl'] .floaticon { float:left } span.actionicon {float:right;} @@ -29,9 +28,9 @@ html[dir='rtl'] .alignright {text-align:left} .inline {display:inline;} .inline-block {display:inline-block;} -.floatright {float:right} +.right, .floatright {float:right} html[dir='rtl'] .floatright {float:left} -.floatleft {float:left} +.left, .floatleft {float:left} html[dir='rtl'] .floatleft {float:right} .clear {clear:both;} @@ -125,6 +124,33 @@ ul.data li.item:last-child { border-bottom:none; } .alpha60white { color:black; } .alpha60black { color:white; } +.thumbnails, .unstyled { + margin-left: -20px; + list-style: none; + *zoom: 1; +} + +.thumbnails:before, +.thumbnails:after { + display: table; + line-height: 0; + content: ""; +} + +.thumbnails:after { + clear: both; +} + +.row-fluid .thumbnails { + margin-left: 0; +} + +.thumbnails > li { + float: left; + margin-bottom: 20px; + margin-left: 20px; +} + /* LEGACY essential and basic css settings *-/ body {background:#fff; margin:0; padding:0;} table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;} |
