UNPKG

ayla

Version:

Ayla at your service.

102 lines (87 loc) 2.64 kB
// GENERIC STYLES // Variables lightBgColor = rgb(245, 250, 255) lightHoverColor = rgb(220, 230, 250) // Fonts @font-face font-family "OpenSans" src url("../fonts/OpenSans-Regular-webfont.eot") src url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype") font-weight normal font-style normal @font-face font-family "OpenSansLight" src url("../fonts/OpenSans-Light-webfont.eot") src url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype") font-weight normal font-style normal @font-face font-family "OpenSansBold" src url("../fonts/OpenSans-Bold-webfont.eot") src url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype") font-weight normal font-style normal // Body main styles body font-family OpenSansLight, sans-serif font-size 18px margin 0 padding 0 position relative text-align center width 100% // Center contents .contents margin auto width 900px // Main wrapper #wrapper margin auto // Top menu #header background rgba(0, 0, 0, 0.8) text-align left h1 display inline-block color rgb(255, 255, 255) font-size 20px margin 0 10px 0 0 padding 0 a display inline-block color rgb(255, 240, 220) font-size 20px padding 8px 10px 7px 10px text-decoration none a.selected background rgb(255, 255, 255) color rgb(0, 0, 0) font-family OpenSans // Error and notification alerts #alerts background rgba(0, 0, 0, 0.8) height 30px position fixed width 100% top -30px .title display inline-block font-weight strong margin-right 10px .message display inline-block // Info alerts with neutral color #alerts.info color rgb(245, 245, 245) box-shadow 0 2px 22px 2px rgb(50, 50, 50) // Error alerts in red #alerts.error color rgb(255, 200, 200) box-shadow 0 2px 22px 2px rgb(255, 120, 120) // General tables table text-align left // IMPORT EXTRA STYLES @import datatables @import home @import system