symposion_app/symposion_project/static/symposion/less/custom.less

169 lines
3.6 KiB
Text
Raw Normal View History

2012-07-13 02:50:48 +00:00
body {
padding-top: 24px;
}
2012-07-13 04:34:24 +00:00
label:not(.checkbox):not(.radio) {
font-weight: bold;
}
2012-07-13 18:50:53 +00:00
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
border-top-color: @grayDarker;
border-bottom-color: @grayDarker;
}
2012-07-13 02:50:48 +00:00
header {
position: relative;
margin-bottom: 24px;
h1 {
margin-bottom: 9px;
font-size: 48px;
letter-spacing: -1px;
line-height: 1;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
p {
font-size: 30px;
line-height: 36px;
}
2012-07-13 03:36:00 +00:00
a, a:hover, a:visited {
color: @grayDark;
text-decoration: none;
}
2012-07-13 02:50:48 +00:00
}
2012-07-13 07:07:13 +00:00
// Markitup
div.box-content .markItUpEditor {
font-family: @monoFontFamily;
padding:5px;
width:600px;
height:320px;
clear:both; display:block;
overflow:auto;
}
// Markitup Modal
.modal div.markItUp {
width: 500px;
}
.modal textarea.markItUpEditor {
width: 500px;
height: 250px;
}
// Boxes
.content-box.editable {
border: 1px dashed #bbb;
padding: 5px;
min-height: 30px;
}
.edit-toggle {
position: relative;
float: left;
left: -20px;
}
2012-07-13 18:50:53 +00:00
2012-07-14 01:41:51 +00:00
.dashboard-panel {
2012-07-13 18:50:53 +00:00
position: relative;
clear: both;
width: auto;
margin-bottom: 2em;
overflow: hidden;
2012-07-14 01:41:51 +00:00
.dashboard-panel-header {
position: relative;
height: 40px;
line-height: 40px;
#gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground);
border: 1px solid #D5D5D5;
.border-radius(4px 4px 0 0);
-webkit-background-clip: padding-box;
.header-actions {
padding-right: 10px;
}
h3 {
position: relative;
top: 2px;
left: 10px;
display: inline-block;
margin-right: 3em;
font-size: 14px;
font-weight: 600;
color: @grayDark;
line-height: 18px;
text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
> [class^="icon-"], > [class*=" icon-"] {
display: inline-block;
margin-left: 13px;
margin-right: -2px;
font-size: 16px;
color: @grayDark;
vertical-align: middle;
}
}
.dashboard-panel-content {
padding: 40px 15px 15px;
border: 1px solid #D5D5D5;
.border-radius(5px);
.box-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
h3 {
font-size:@baseFontSize + 6;
font-weight: 800;
line-height: 20px;
margin-bottom:20px;
}
.actions {
.action {
width: 22.50%;
display: inline-block;
padding: 12px 0;
margin: 0 .9% 1em;
vertical-align: top;
text-decoration: none;
background: #F3F3F3;
border-radius: 5px;
text-align:center;
2012-07-13 18:50:53 +00:00
2012-07-14 01:41:51 +00:00
.widget-icon {
margin-top: .25em;
margin-bottom: .25em;
font-size: 32px;
color: #888;
}
.widget-label {
display: block;
font-weight: 400;
color: #666;
}
}
.action:hover {
background: #E8E8E8;
}
}
}
.dashboard-panel-header + .dashboard-panel-content {
border-top: none;
padding-top: 20px;
.border-radius(0 0 4px 4px);
}
}