Sha256: 66b40b1c05554efec56cfa8f2dff6955e355a25c32f014751e62d16a6a31581d
Contents?: true
Size: 1.86 KB
Versions: 2
Compression:
Stored size: 1.86 KB
Contents
/* * # Semantic - Site * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributor * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'global'; @element : 'site'; @import '../../theme.config'; .loadFonts(); /******************************* Page *******************************/ html, body { height: 100%; } html { font-size: @emSize; } body { margin: 0px; padding: 0px; min-width: @pageMinWidth; background: @pageBackground; font-family: @pageFont; font-size: @fontSize; line-height: @lineHeight; color: @textColor; font-smoothing: @fontSmoothing; } /******************************* Headers *******************************/ h1, h2, h3, h4, h5 { font-family: @headerFont; line-height: @headerLineHeight; margin: @headerMargin; font-weight: @headerFontWeight; padding: 0em; } h1 { min-height: 1rem; font-size: @h1; } h2 { font-size: @h2; } h3 { font-size: @h3; } h4 { font-size: @h4; } h5 { font-size: @h5; } /******************************* Text *******************************/ p { margin: @paragraphMargin; line-height: @paragraphLineHeight; } p:first-child { margin-top: 0em; } p:last-child { margin-bottom: 0em; } /*------------------- Links --------------------*/ a { color: @linkColor; text-decoration: @linkUnderline; } a:hover { color: @linkHoverColor; } /******************************* Highlighting *******************************/ ::-webkit-selection { background-color: @highlightBackground; color: @highlightColor; } ::-moz-selection { background-color: @highlightBackground; color: @highlightColor; } ::selection { background-color: @highlightBackground; color: @highlightColor; } .loadUIOverrides();
Version data entries
2 entries across 2 versions & 1 rubygems