2011-11-08 14:34:25 +00:00
|
|
|
@import "compass/css3";
|
|
|
|
@import "compass/css3/border-radius";
|
|
|
|
@import "compass/css3/images";
|
|
|
|
@import "compass/css3/text-shadow";
|
|
|
|
@import "helpers";
|
2011-12-03 00:11:31 +00:00
|
|
|
@import "box";
|
2011-11-08 14:34:25 +00:00
|
|
|
|
|
|
|
div.notice {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 90px;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/form/growl-notice.png") repeat-x 0 0;
|
|
|
|
|
|
|
|
&.error, &.alert {
|
|
|
|
background-image: image-url("locomotive/form/growl-error.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
position: relative;
|
|
|
|
top: 35px;
|
|
|
|
|
|
|
|
margin: 0px;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
@include single-text-shadow(#333, 1px, 1px, 1px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-12-03 00:11:31 +00:00
|
|
|
/* ___ boxes ___ */
|
|
|
|
|
|
|
|
#wrapper #content > div.inner .box {
|
|
|
|
width: 918px;
|
|
|
|
|
|
|
|
padding: 0px;
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
@include box-header;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > .inner {
|
|
|
|
@include box-body;
|
|
|
|
|
|
|
|
padding: 20px;
|
|
|
|
width: 876px;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
@include box-inner-list;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-11-08 14:34:25 +00:00
|
|
|
/* ___ list ___ */
|
|
|
|
|
|
|
|
p.no-items {
|
|
|
|
background: #fffbe6;
|
|
|
|
border: 5px solid #eee3a8;
|
|
|
|
@include border-radius(25px);
|
|
|
|
|
|
|
|
padding: 15px 0px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
color: #9d8963;
|
|
|
|
font-size: 16px !important;
|
2011-12-07 01:09:13 +00:00
|
|
|
@include single-text-shadow(rgba(255, 255, 255, 1), 1px, 1px, 1px);
|
2011-11-08 14:34:25 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
@include hover-link;
|
|
|
|
color: #ff2900;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-12-07 01:09:13 +00:00
|
|
|
ul.list {
|
|
|
|
background: #fff;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0px 0 20px 0;
|
|
|
|
|
|
|
|
li.item {
|
|
|
|
position: relative;
|
|
|
|
height: 31px;
|
|
|
|
line-height: 31px;
|
|
|
|
|
|
|
|
background: #ebedf4;
|
|
|
|
@include border-radius(16px);
|
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.2) 0px 1px 0px 0px);
|
|
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
a {
|
|
|
|
margin-left: 18px;
|
|
|
|
@include hover-link;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #1F82BC;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.more {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 15px;
|
|
|
|
|
|
|
|
font-size: 11px;
|
|
|
|
color: #8b8d9a;
|
|
|
|
|
|
|
|
a {
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
} // li div.more
|
|
|
|
} // ul.list li
|
|
|
|
}
|
2011-12-03 00:11:31 +00:00
|
|
|
|
2012-01-04 01:07:53 +00:00
|
|
|
#entries-list.list {
|
|
|
|
|
|
|
|
li.item {
|
|
|
|
a {
|
|
|
|
@include single-text-shadow(#fff, 1px, 1px, 1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
span.handle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more {
|
|
|
|
|
|
|
|
a.remove {
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
|
|
|
|
margin-left: 7px;
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/list/icons/trash_off.png") repeat 0 0;
|
|
|
|
|
|
|
|
text-indent: -9999px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-image: image-url("locomotive/list/icons/trash.png");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} // li div.more
|
|
|
|
} // li.item
|
|
|
|
|
|
|
|
&.sortable {
|
|
|
|
|
|
|
|
li.item {
|
|
|
|
span.handle {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
left: 0px;
|
|
|
|
|
|
|
|
height: 22px;
|
|
|
|
width: 18px;
|
|
|
|
text-indent: -9999px;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/list/item-left.png") no-repeat 0 0;
|
|
|
|
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
margin-left: 26px;
|
|
|
|
}
|
|
|
|
} // .sortable li.item
|
|
|
|
|
|
|
|
} // .list.sortable
|
|
|
|
|
|
|
|
} // #entries-list.list
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
#pages-list {
|
|
|
|
margin: 0px 0 20px 0;
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
li.sep {
|
|
|
|
margin: 11px 0 10px 0;
|
|
|
|
height: 1px;
|
|
|
|
border-top: 1px dotted #bbbbbd;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.page {
|
2011-11-14 09:13:58 +00:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
> .toggler {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: -18px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
.inner {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
height: 30px;
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
background: #ebedf4;
|
|
|
|
@include border-radius(16px);
|
2011-11-17 17:05:51 +00:00
|
|
|
@include box-shadow(rgba(0, 0, 0, 0.2) 0px 1px 0px 0px);
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
em {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
left: 0px;
|
|
|
|
|
|
|
|
height: 22px;
|
|
|
|
width: 18px;
|
|
|
|
|
|
|
|
background: transparent image-url("locomotive/list/item-left.png") no-repeat 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
@include hover-link;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
margin-left: 26px;
|
|
|
|
|
|
|
|
color: #1f82bc;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
@include single-text-shadow(#fff, 1px, 1px, 1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.hidden a { font-style: italic; font-weight: normal; }
|
|
|
|
|
|
|
|
.more {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 20px;
|
|
|
|
|
|
|
|
font-size: 11px;
|
|
|
|
color: #8b8d9a;
|
|
|
|
|
2011-11-19 23:54:33 +00:00
|
|
|
a.remove {
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
|
2011-11-09 01:35:59 +00:00
|
|
|
margin-left: 7px;
|
|
|
|
outline: none;
|
2011-11-19 23:54:33 +00:00
|
|
|
|
|
|
|
background: transparent image-url("locomotive/list/icons/trash_off.png") repeat 0 0;
|
|
|
|
|
|
|
|
text-indent: -9999px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-image: image-url("locomotive/list/icons/trash.png");
|
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
} // li .inner
|
|
|
|
|
|
|
|
&.index, &.not-found {
|
|
|
|
> .inner {
|
|
|
|
a {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} // #pages-list li
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 10px 0 10px 40px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
.more {
|
|
|
|
padding-top: 3px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.folder {
|
|
|
|
li {
|
|
|
|
em {
|
|
|
|
background-position: left -31px;
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.templatized > strong a {
|
|
|
|
padding-right: 24px;
|
|
|
|
background: transparent image-url("locomotive/list/icons/template.png") no-repeat right 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.redirect > strong a {
|
|
|
|
background: transparent image-url("locomotive/list/icons/redirect.png") no-repeat right 2px;
|
|
|
|
}
|
|
|
|
} // ul.folder li
|
|
|
|
} // ul.folder
|
|
|
|
} // ul
|
|
|
|
} // #pages-list
|
|
|
|
|
|
|
|
/* ___ Progress bar ___ */
|
|
|
|
|
|
|
|
#progressbar-wrapper {
|
|
|
|
margin: 40px 0;
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
#progressbar {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ___ import steps ___ */
|
|
|
|
|
|
|
|
#import-steps {
|
|
|
|
margin: 0px 200px;
|
|
|
|
|
|
|
|
li {
|
2011-12-11 22:33:38 +00:00
|
|
|
strong {
|
|
|
|
margin-left: 18px;
|
|
|
|
color: #b7baca;
|
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
.more .states {
|
|
|
|
position: relative;
|
2011-12-11 22:33:38 +00:00
|
|
|
top: 7px;
|
2011-11-09 01:35:59 +00:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background: transparent image-url("locomotive/list/icons/states.png") no-repeat 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.done {
|
2011-12-11 22:33:38 +00:00
|
|
|
strong { color: #1F82BC; }
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
.more .states {
|
|
|
|
background-position: 0 -16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.failed .more .states {
|
|
|
|
background-position: 0 -32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ___ paragraph (for help for example) ___ */
|
|
|
|
|
|
|
|
p span.code {
|
|
|
|
padding: 2px 3px;
|
|
|
|
background: #EBEDF4;
|
|
|
|
|
|
|
|
color: #8B8D9A;
|
|
|
|
@include single-text-shadow(#fff, 0px, 0px, 1px);
|
|
|
|
}
|
|
|
|
|
2011-12-07 11:25:30 +00:00
|
|
|
/* ___ quick upload ___ */
|
|
|
|
|
|
|
|
form.quick-upload {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
input[type=file] {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2011-11-09 01:35:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|