2012-03-28 15:31:50 +00:00
|
|
|
/* variables and mixins used in multiple less files go here */
|
|
|
|
.header-text {
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
letter-spacing: -0.05em;
|
|
|
|
}
|
|
|
|
.panelborders {
|
|
|
|
border-width: 1px 0px;
|
|
|
|
border-style: solid none;
|
|
|
|
border-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.roundedspan {
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
border-radius: 7px;
|
|
|
|
padding: 1px;
|
|
|
|
color: #fff;
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.roundedspan > span {
|
|
|
|
padding: 7px 7px;
|
|
|
|
min-width: 15px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.roundedspan > span .hovertext {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.roundedspan > span:hover .hovertext {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.mediaborder {
|
|
|
|
padding: 5px;
|
|
|
|
border: solid 5px #EDF3F4;
|
|
|
|
}
|
|
|
|
.google_signup_div {
|
|
|
|
padding: 14px 0;
|
|
|
|
}
|
|
|
|
.google_signup_div div {
|
|
|
|
height: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
float: left;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
.google_signup_div img {
|
|
|
|
float: left;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
.actionbuttons {
|
|
|
|
width: auto;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
background: #8dc63f;
|
|
|
|
-moz-border-radius: 32px;
|
|
|
|
-webkit-border-radius: 32px;
|
|
|
|
border-radius: 32px;
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 15px;
|
|
|
|
border: none;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
.errors {
|
2012-04-16 18:18:04 +00:00
|
|
|
-moz-border-radius: 16px 16px 0 0;
|
|
|
|
-webkit-border-radius: 16px 16px 0 0;
|
|
|
|
border-radius: 16px 16px 0 0;
|
2012-04-16 16:14:04 +00:00
|
|
|
border: solid #e35351 3px;
|
|
|
|
clear: both;
|
2012-03-28 15:31:50 +00:00
|
|
|
width: 90%;
|
2012-04-16 16:14:04 +00:00
|
|
|
height: auto;
|
2012-03-28 15:31:50 +00:00
|
|
|
line-height: 16px;
|
2012-04-16 16:14:04 +00:00
|
|
|
padding: 7px 0;
|
|
|
|
font-weight: bold;
|
2012-05-15 00:37:57 +00:00
|
|
|
font-size: 13px;
|
2012-03-28 15:31:50 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.errors li {
|
|
|
|
list-style: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.notices_menu {
|
|
|
|
float: right;
|
|
|
|
-moz-border-radius: 20px;
|
|
|
|
-webkit-border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background: #edf3f4;
|
|
|
|
padding: 10px 20px;
|
2012-03-29 18:46:06 +00:00
|
|
|
margin: -15px auto 7px 7px;
|
2012-03-28 15:31:50 +00:00
|
|
|
}
|
|
|
|
.notices_menu a {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#js-main-container {
|
|
|
|
float: none !important;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
2012-03-29 18:46:06 +00:00
|
|
|
/* notice_settings */
|
2012-03-28 15:31:50 +00:00
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
tr {
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
tr.row1 {
|
|
|
|
background: #edf3f4;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-right: 7px;
|
|
|
|
}
|
|
|
|
td#last {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
input[type="submit"] {
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2012-03-29 18:46:06 +00:00
|
|
|
/* comment containers */
|
|
|
|
.comments {
|
|
|
|
border: solid 3px #d6dde0;
|
|
|
|
margin: 3px auto;
|
|
|
|
}
|
|
|
|
.comments .comments_book {
|
|
|
|
padding: 5px;
|
|
|
|
border: solid 5px #EDF3F4;
|
|
|
|
margin: 5px;
|
2012-04-09 15:15:48 +00:00
|
|
|
max-width: 80px;
|
2012-03-29 18:46:06 +00:00
|
|
|
}
|
2012-05-14 20:53:53 +00:00
|
|
|
.comments .comments_book img {
|
|
|
|
max-width: 80px;
|
|
|
|
}
|
2012-05-15 01:09:29 +00:00
|
|
|
.comments .comments_textual {
|
|
|
|
margin: auto 5px 7px;
|
|
|
|
}
|
|
|
|
.comments .comments_textual div {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2012-03-29 18:46:06 +00:00
|
|
|
.comments .comments_info {
|
2012-05-15 01:09:29 +00:00
|
|
|
border-bottom: solid 1px #d6dde0;
|
|
|
|
}
|
|
|
|
.comments .comments_info div {
|
|
|
|
float: left;
|
2012-03-29 18:46:06 +00:00
|
|
|
}
|
|
|
|
.comments .comments_info .comments_graphical {
|
|
|
|
margin: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|