2011-06-30 09:15:37 +02:00
|
|
|
/*
|
|
|
|
* Scaffolding
|
2011-06-28 23:24:02 +02:00
|
|
|
* Basic and global styles for generating a grid system, structural layout, and page templates
|
2011-08-17 07:58:01 +02:00
|
|
|
* ------------------------------------------------------------------------------------------- */
|
2011-05-04 03:09:25 +02:00
|
|
|
|
2011-08-17 07:58:01 +02:00
|
|
|
|
|
|
|
// GRID SYSTEM
|
|
|
|
// -----------
|
2011-05-04 03:09:25 +02:00
|
|
|
|
2011-07-01 00:56:25 +02:00
|
|
|
.row {
|
2011-05-04 03:09:25 +02:00
|
|
|
.clearfix();
|
2011-08-17 07:58:01 +02:00
|
|
|
|
2011-07-01 00:56:25 +02:00
|
|
|
// Default columns
|
|
|
|
.span1 { .columns(1); }
|
|
|
|
.span2 { .columns(2); }
|
|
|
|
.span3 { .columns(3); }
|
|
|
|
.span4 { .columns(4); }
|
|
|
|
.span5 { .columns(5); }
|
|
|
|
.span6 { .columns(6); }
|
|
|
|
.span7 { .columns(7); }
|
|
|
|
.span8 { .columns(8); }
|
|
|
|
.span9 { .columns(9); }
|
|
|
|
.span10 { .columns(10); }
|
|
|
|
.span11 { .columns(11); }
|
|
|
|
.span12 { .columns(12); }
|
|
|
|
.span13 { .columns(13); }
|
|
|
|
.span14 { .columns(14); }
|
|
|
|
.span15 { .columns(15); }
|
|
|
|
.span16 { .columns(16); }
|
2011-08-17 07:58:01 +02:00
|
|
|
|
2011-07-01 00:56:25 +02:00
|
|
|
// Offset column options
|
|
|
|
.offset1 { .offset(1); }
|
|
|
|
.offset2 { .offset(2); }
|
|
|
|
.offset3 { .offset(3); }
|
|
|
|
.offset4 { .offset(4); }
|
|
|
|
.offset5 { .offset(5); }
|
|
|
|
.offset6 { .offset(6); }
|
|
|
|
.offset7 { .offset(7); }
|
|
|
|
.offset8 { .offset(8); }
|
|
|
|
.offset9 { .offset(8); }
|
|
|
|
.offset10 { .offset(10); }
|
|
|
|
.offset11 { .offset(11); }
|
|
|
|
.offset12 { .offset(12); }
|
2011-05-04 03:09:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-17 07:58:01 +02:00
|
|
|
// STRUCTURAL LAYOUT
|
|
|
|
// -----------------
|
2011-05-04 03:09:25 +02:00
|
|
|
|
|
|
|
html, body {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
body {
|
2011-08-22 02:06:37 +02:00
|
|
|
margin: 0;
|
2011-06-29 00:11:41 +02:00
|
|
|
#font > .sans-serif(normal,@basefont,@baseline);
|
2011-05-04 03:09:25 +02:00
|
|
|
color: @gray;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Container (centered, fixed-width layouts)
|
|
|
|
div.container {
|
|
|
|
width: 940px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
|
|
|
|
div.container-fluid {
|
2011-08-21 03:58:12 +02:00
|
|
|
padding: 0 20px;
|
2011-05-04 03:09:25 +02:00
|
|
|
.clearfix();
|
|
|
|
div.sidebar {
|
|
|
|
float: left;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
div.content {
|
|
|
|
min-width: 700px;
|
|
|
|
max-width: 1180px;
|
|
|
|
margin-left: 240px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-17 07:58:01 +02:00
|
|
|
// BASE STYLES
|
|
|
|
// -----------
|
2011-05-04 03:09:25 +02:00
|
|
|
|
|
|
|
// Links
|
|
|
|
a {
|
2011-06-28 01:47:12 +02:00
|
|
|
color: @linkColor;
|
2011-05-04 03:09:25 +02:00
|
|
|
text-decoration: none;
|
|
|
|
line-height: inherit;
|
2011-08-21 08:45:01 +02:00
|
|
|
font-weight: inherit;
|
2011-05-04 03:09:25 +02:00
|
|
|
&:hover {
|
2011-06-28 01:47:12 +02:00
|
|
|
color: @linkColorHover;
|
2011-05-04 03:09:25 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Buttons
|
2011-08-23 08:53:02 +02:00
|
|
|
.btnColor(@primaryColor, @secondaryColor) {
|
|
|
|
#gradient > .vertical(@primaryColor, @secondaryColor);
|
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
|
|
|
border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%);
|
|
|
|
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
|
|
|
|
}
|
|
|
|
|
2011-05-04 03:09:25 +02:00
|
|
|
.btn {
|
2011-08-23 08:53:02 +02:00
|
|
|
// .button(#1174C6);
|
|
|
|
cursor: pointer;
|
2011-08-22 02:06:37 +02:00
|
|
|
display: inline-block;
|
|
|
|
#gradient > .vertical-three-colors(#fff, #fff, 0.25, darken(#fff, 10%));
|
|
|
|
padding: 4px 14px;
|
|
|
|
text-shadow: 0 1px 1px rgba(255,255,255,.75);
|
|
|
|
color: #333;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: @baseline;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-bottom-color: #bbb;
|
|
|
|
.border-radius(4px);
|
|
|
|
@shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
|
.box-shadow(@shadow);
|
|
|
|
&:hover {
|
|
|
|
background-position: 0 -15px;
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-06-29 22:48:08 +02:00
|
|
|
.transition(.1s linear all);
|
2011-08-23 08:53:02 +02:00
|
|
|
&.primary,
|
|
|
|
&.danger {
|
2011-05-04 03:09:25 +02:00
|
|
|
color: #fff;
|
|
|
|
&:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
2011-08-23 08:53:02 +02:00
|
|
|
&.primary {
|
|
|
|
.btnColor(@blue, @blueDark)
|
|
|
|
}
|
|
|
|
&.danger {
|
|
|
|
.btnColor(lighten(@red, 15%), @red)
|
|
|
|
}
|
2011-05-04 03:09:25 +02:00
|
|
|
&.large {
|
|
|
|
font-size: 16px;
|
2011-06-29 00:54:25 +02:00
|
|
|
line-height: 28px;
|
2011-05-04 03:09:25 +02:00
|
|
|
.border-radius(6px);
|
|
|
|
}
|
|
|
|
&.small {
|
|
|
|
padding-right: 9px;
|
|
|
|
padding-left: 9px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2011-06-29 00:54:25 +02:00
|
|
|
&.disabled {
|
|
|
|
background-image: none;
|
|
|
|
.opacity(65);
|
|
|
|
cursor: default;
|
2011-06-29 22:48:08 +02:00
|
|
|
}
|
2011-08-22 05:47:24 +02:00
|
|
|
|
|
|
|
// this can't be included with the .disabled def because IE8 and below will drop it ;_;
|
|
|
|
&:disabled {
|
|
|
|
background-image: none;
|
|
|
|
.opacity(65);
|
|
|
|
cursor: default;
|
|
|
|
}
|
2011-06-29 22:48:08 +02:00
|
|
|
&:active {
|
|
|
|
@shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
|
|
|
|
.box-shadow(@shadow);
|
|
|
|
}
|
2011-05-04 03:09:25 +02:00
|
|
|
}
|
2011-08-17 07:58:01 +02:00
|
|
|
|
2011-06-30 19:40:28 +02:00
|
|
|
// Help Firefox not be a jerk about adding extra padding to buttons
|
2011-05-04 03:09:25 +02:00
|
|
|
button.btn,
|
|
|
|
input[type=submit].btn {
|
|
|
|
&::-moz-focus-inner {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|