2013-06-06 15:34:12 -04:00
|
|
|
@import "mixins";
|
2013-05-28 11:05:27 -04:00
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
.admin {
|
2013-06-20 16:21:39 -04:00
|
|
|
.entry-row {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
cursor: move;
|
2013-05-28 11:05:27 -04:00
|
|
|
}
|
|
|
|
|
|
2013-06-20 16:21:39 -04:00
|
|
|
input.description {
|
|
|
|
|
width: 400px;
|
2013-05-28 11:05:27 -04:00
|
|
|
}
|
|
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
.admin-categories {
|
|
|
|
|
form {
|
|
|
|
|
margin: 0 0 0px;
|
|
|
|
|
}
|
2013-05-28 11:05:27 -04:00
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
input {
|
|
|
|
|
height: 20px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
width: 150px;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 5px;
|
2013-08-28 02:05:50 +08:00
|
|
|
margin-top: -8px;
|
2013-06-20 16:19:17 -04:00
|
|
|
}
|
2013-08-28 02:05:50 +08:00
|
|
|
|
2013-06-24 17:18:58 -04:00
|
|
|
.category_description {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
2013-05-28 11:05:27 -04:00
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
select {
|
|
|
|
|
border: 0;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin-top: -8px;
|
2013-06-06 15:34:12 -04:00
|
|
|
}
|
|
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
button {
|
|
|
|
|
margin-top: -7px;
|
2013-06-06 15:34:12 -04:00
|
|
|
}
|
|
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
.icon{
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.themes {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
padding: 10px 16px;
|
|
|
|
|
margin: 0.25em 1em;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
.pointer;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
-webkit-transition: background-color 250ms linear;
|
|
|
|
|
-moz-transition: background-color 250ms linear;
|
|
|
|
|
-ms-transition: background-color 250ms linear;
|
|
|
|
|
-o-transition: background-color 250ms linear;
|
|
|
|
|
transition: background-color 250ms linear;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4, p {
|
|
|
|
|
margin-left: 170px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: rgba(128, 128, 128, 0.2);
|
|
|
|
|
}
|
2013-08-11 13:13:44 -04:00
|
|
|
|
|
|
|
|
&.no-themes {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2013-06-06 15:34:12 -04:00
|
|
|
}
|
2013-06-20 16:19:17 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.motd textarea {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topics {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
|
|
> li {
|
|
|
|
|
.zebra;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
margin: 0.5em 0;
|
2013-06-06 15:34:12 -04:00
|
|
|
|
2013-06-20 16:19:17 -04:00
|
|
|
li {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-05-28 11:05:27 -04:00
|
|
|
}
|
|
|
|
|
}
|
2013-06-03 12:37:21 -04:00
|
|
|
|
2013-06-20 16:21:39 -04:00
|
|
|
.icon-container {
|
|
|
|
|
.row {
|
|
|
|
|
margin: 0;
|
|
|
|
|
.span3 {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin: 1px;
|
2013-08-28 02:05:50 +08:00
|
|
|
.pointer;
|
2013-06-20 16:21:39 -04:00
|
|
|
line-height: 20px;
|
|
|
|
|
text-align: center;
|
2013-06-20 15:51:07 -04:00
|
|
|
|
2013-06-20 16:21:39 -04:00
|
|
|
&:hover, &.selected {
|
|
|
|
|
background: black;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2013-06-20 15:51:07 -04:00
|
|
|
|
2013-06-20 16:21:39 -04:00
|
|
|
|
|
|
|
|
}
|
2013-06-20 15:51:07 -04:00
|
|
|
}
|
|
|
|
|
}
|
2013-07-29 15:15:49 -04:00
|
|
|
|
|
|
|
|
.plugins {
|
|
|
|
|
li {
|
|
|
|
|
list-style-type: none;
|
2013-07-29 15:45:13 -04:00
|
|
|
background: rgba(64, 64, 64, 0.05);
|
|
|
|
|
padding: 1em;
|
|
|
|
|
border-left: 5px solid #08c;
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2013-07-29 15:15:49 -04:00
|
|
|
}
|
|
|
|
|
}
|
2013-08-28 02:25:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#admin-redis-info {
|
|
|
|
|
span {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
width:220px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|