Sha256: cb7ec6ac915e1595699a5383b206750717c3a12d2d2d3537f9ea57a2413042a5
Contents?: true
Size: 1.87 KB
Versions: 4
Compression:
Stored size: 1.87 KB
Contents
@import "twitter/bootstrap/mixins"; @import "twitter/bootstrap/variables"; @import "woople-theme/colours.css.less"; @contentPadding: 20px; @menuWidth: 255px; @contentOverlap: 5px; @contentOffset: @menuWidth - @contentOverlap; @negativeContentOffset: @contentOffset * -1; @logoSize: 24px; @logoWithPadding: @logoSize * 3; @title-font-weight: 300; @default-shadow: 0 1px 3px rgba(0,0,0,.25); @sosumi-font-size: 12px; /*course*/ @imageWidth: 50px; @tableCellPadding: 10px; @leftColumnOffset: (@gridGutterWidth*2) + @imageWidth; @phoneImageSize: 50px; @phoneMargin: @contentPadding / 2; @phoneOffset: @phoneImageSize + @phoneMargin; @phoneLeftColumnOffset: @phoneMargin + @gridGutterWidth + @imageWidth; .content-title() { font-weight: @title-font-weight; font-size:18px; line-height:1.5em; margin-bottom:0.5em; } .outline-title(@left: @leftColumnOffset) { line-height:1.5em; font-size:11px; text-transform:uppercase; padding-left:@left; /*border-top:solid 1px @insetContentBorder;*/ color: @secondaryTextColour; margin-top:@contentPadding * 1.5; margin-bottom:@contentPadding * 1.5; padding-right:@leftColumnOffset; } .modal-video() { max-height:600px; overflow:visible; .modal-video { position:relative; padding-bottom: 56.25%; padding-top:30px; /* ie 6 workaround */ height:0; overflow:hidden; iframe, object, embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .modal-video-box { background: black; position: absolute; top: 0; left: 0; width: 100%; height: 100%; #theme_video_html5_api { margin: 0; } img { display: block; } } } } .course-image() { width:100%; .border-radius(10px); .box-shadow(0 1px 3px rgba(0, 0, 0, 0.10)); } .woople-badge() { background:@highlight; cursor:initial; }
Version data entries
4 entries across 4 versions & 1 rubygems