diff options
| author | spider <spider@bitweaver.org> | 2014-06-17 11:30:14 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2014-06-17 11:30:14 -0400 |
| commit | b8dc46f2c5d0993ee34a91f18b86af8a0d2cad85 (patch) | |
| tree | 488017b9fbaf401336453e21f8ca1d59ca170e5b /css | |
| parent | 89b79f5cef9e9e674778f151cf2a0d6c8b23ecf2 (diff) | |
| parent | 76daaef52dc4a437d9baed2a3295c32e8a24b71f (diff) | |
| download | themes-b8dc46f2c5d0993ee34a91f18b86af8a0d2cad85.tar.gz themes-b8dc46f2c5d0993ee34a91f18b86af8a0d2cad85.tar.bz2 themes-b8dc46f2c5d0993ee34a91f18b86af8a0d2cad85.zip | |
Merge branch 'master' of github.com:bitweaver/themes
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 b1ccce5..e0c4952 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%;} |
