2010-07-23 20:20:09 +00:00
|
|
|
body {
|
|
|
|
background: #000 url(/images/admin/background/body.png) repeat 0 0;
|
|
|
|
/* font-family: Arial,Helvetica,sans-serif;*/
|
|
|
|
font-size: 1em;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2010-07-23 20:20:09 +00:00
|
|
|
width: 966px;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: transparent url(/images/admin/background/light.png) repeat-x 0 0;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
|
|
|
padding-top: 20px;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header h1 {
|
2010-07-23 20:20:09 +00:00
|
|
|
margin-bottom: 0px;
|
2010-07-28 00:42:33 +00:00
|
|
|
font-size: 100%;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
2010-07-28 00:42:33 +00:00
|
|
|
#header h1 a.single {
|
|
|
|
font-size: 1.5em;
|
2010-07-23 20:20:09 +00:00
|
|
|
color: #f0f0f0;
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
text-decoration: none;
|
|
|
|
margin-left: 8px;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#search-bar {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 15px;
|
|
|
|
right: 0px;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#global-actions-bar {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
right: 8px;
|
|
|
|
color: #8b8d9a;
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#global-actions-bar a {
|
2010-07-23 20:20:09 +00:00
|
|
|
color: #1F82BC;
|
|
|
|
text-decoration: none;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#global-actions-bar a:hover { text-decoration: underline; }
|
|
|
|
|
|
|
|
#global-actions-bar span {
|
2010-07-23 20:20:09 +00:00
|
|
|
font-size: 0.9em;
|
|
|
|
color: #999;
|
|
|
|
margin: 0 1px;
|
|
|
|
/* text-shadow: 1px 1px 1px #000;*/
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: transparent url(/images/admin/menu/shadow.png) repeat-y 0 0;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content div.inner {
|
2010-07-23 20:20:09 +00:00
|
|
|
margin: 0px 8px;
|
|
|
|
padding: 10px 15px 20px 15px;
|
|
|
|
background: white;
|
|
|
|
min-height: 150px;
|
|
|
|
position: relative;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content div.inner h2 {
|
2010-07-23 20:20:09 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #1e1f26;
|
|
|
|
border-bottom: 1px dotted #bbbbbd;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
2010-07-23 20:20:09 +00:00
|
|
|
#content div.inner h2 a.editable {
|
|
|
|
padding: 2px 25px 2px 6px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #1e1f26;
|
|
|
|
outline: none;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content div.inner h2 a.editable:hover {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: #fffbe5 url(/images/admin/form/pen.png) no-repeat right 5px;
|
|
|
|
border-bottom: 1px dotted #efe4a5;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content div.inner h3 {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: transparent url(/images/admin/list/item.png) no-repeat 0 0;
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #1e1f26;
|
|
|
|
padding: 7px 0 10px 20px;
|
2010-10-07 00:45:41 +00:00
|
|
|
text-shadow: 1px 1px 1px #fff;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content div.inner p {
|
2010-07-23 20:20:09 +00:00
|
|
|
color: #8b8d9a;
|
|
|
|
font-size: 0.8em;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #local-actions-bar {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 13px;
|
|
|
|
right: 15px;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #local-actions-bar a {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
|
|
|
padding: 2px 10px 3px 31px;
|
|
|
|
color: #8b8d9a;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 0.7em;
|
|
|
|
margin-left: 10px;
|
|
|
|
background-color: #ebedf4;
|
|
|
|
outline: none;
|
|
|
|
-moz-border-radius : 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 20:01:40 +00:00
|
|
|
#content #local-actions-bar a em {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
top: 5px;
|
|
|
|
left: 10px;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background: transparent url(/images/admin/icons/actions.png) no-repeat 0 0;
|
2010-07-13 20:01:40 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 23:37:02 +00:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
2010-07-23 20:20:09 +00:00
|
|
|
#content #local-actions-bar a em { top: 4px; }
|
2010-07-13 23:37:02 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 20:01:40 +00:00
|
|
|
#content #local-actions-bar a.show em { background-position: 0 0; }
|
|
|
|
#content #local-actions-bar a.edit em { background-position: 0 -16px; top: 2px; left: 12px; }
|
|
|
|
#content #local-actions-bar a.download em { background-position: 0 -32px; }
|
|
|
|
#content #local-actions-bar a.new em { background-position: 0 -48px; left: 13px; }
|
2010-04-24 00:32:36 +00:00
|
|
|
|
2010-07-13 23:37:02 +00:00
|
|
|
#content #local-actions-bar a:hover { text-decoration: none; color: #333; }
|
|
|
|
|
2010-04-24 00:32:36 +00:00
|
|
|
/* ___ footer ___ */
|
|
|
|
|
|
|
|
#footer {
|
2010-07-23 20:20:09 +00:00
|
|
|
padding-top: 10px;
|
|
|
|
background: transparent url(/images/admin/background/footer.png) no-repeat 0 0;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer p {
|
2010-07-23 20:20:09 +00:00
|
|
|
padding: 15px 8px 0 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: #E6E6E6;
|
2010-07-06 15:00:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer p a {
|
2010-07-23 20:20:09 +00:00
|
|
|
color: #1F82BC;
|
|
|
|
text-decoration: none;
|
2010-07-06 15:00:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer p a:hover {
|
2010-07-23 20:20:09 +00:00
|
|
|
text-decoration: underline;
|
2010-04-24 00:32:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ___ Alignements ___ */
|
|
|
|
|
|
|
|
.tcenter { text-align: center; }
|
|
|
|
.tright { text-align: right; }
|
|
|
|
.tleft { text-align: left; }
|
|
|
|
.tjustify { text-align: justify; }
|
|
|
|
.fright { float: right; }
|
|
|
|
|
|
|
|
/* ___ Margins ___ */
|
|
|
|
|
|
|
|
.nomargin { margin: 0 !important; }
|
|
|
|
.mt30 { margin-top: 30px !important; }
|
|
|
|
.mt20 { margin-top: 20px !important; }
|
|
|
|
.mb20 { margin-bottom: 20px !important; }
|
|
|
|
.m20 { margin: 20px !important; }
|
|
|
|
.mt10 { margin-top: 10px !important; }
|
|
|
|
.ml10 { margin-left: 10px !important; }
|
|
|
|
.mr10 { margin-right: 10px !important; }
|
|
|
|
.mb10 { margin-bottom: 10px !important; }
|
|
|
|
.m10 { margin: 10px !important; }
|
|
|
|
|
|
|
|
/* ___ NoCoffee / Rails Tags ___ */
|
|
|
|
|
2010-07-06 15:00:02 +00:00
|
|
|
a#nocoffee { color: #b0b4c0 !important; text-decoration: none; line-height: 20px; padding-right: 20px; margin: 0 4px; background: transparent url(../../images/admin/nocoffee.png) no-repeat right 0px; }
|