2014-08-26 09:51:46 -05:00
|
|
|
/* Copyright 2013-2014 Zachary Doll */
|
|
|
|
|
|
|
|
/* Donation Aside */
|
|
|
|
.Footer .Aside.Box form {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2013-12-10 08:45:20 -06:00
|
|
|
|
|
|
|
/* Panel Icon */
|
2013-10-25 17:05:01 -05:00
|
|
|
#Panel div.Gamification h4 {
|
2013-12-18 21:38:12 -05:00
|
|
|
background-position: 164px -841px;
|
2013-10-25 17:05:01 -05:00
|
|
|
}
|
|
|
|
|
2013-12-10 08:45:20 -06:00
|
|
|
.Yaga div.Popup div.Body {
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
2013-12-11 15:40:19 -06:00
|
|
|
.Yaga .InfoMessage,
|
|
|
|
.Yaga .AlertMessage,
|
|
|
|
.Yaga .CasualMessage,
|
|
|
|
.Yaga .WarningMessage {
|
|
|
|
width: 240px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2014-02-07 14:05:13 -06:00
|
|
|
.Yaga #Content h3 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2013-12-10 08:45:20 -06:00
|
|
|
/* Reaction Specific Settings view */
|
|
|
|
#ActionIcons {
|
|
|
|
width: 255px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ActionIcons img {
|
|
|
|
padding: 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Actions li {
|
|
|
|
border: 1px solid #e0e0e0;
|
|
|
|
border-right: none;
|
|
|
|
cursor: move;
|
|
|
|
margin: -1px 0 0 -1px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Actions li.Placeholder {
|
2013-12-18 21:38:12 -05:00
|
|
|
background-color: #cfcfcf;
|
2013-12-10 08:45:20 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#Actions h4 {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Actions .Action {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
#Actions .Tools {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.Reactions.Preview {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#AdvancedActionSettings {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#AdvancedActionSettings span {
|
|
|
|
text-align: right;
|
|
|
|
width: 250px;
|
2013-12-18 21:38:12 -05:00
|
|
|
}
|
2014-01-09 16:30:34 -06:00
|
|
|
|
2014-02-12 12:52:31 -06:00
|
|
|
/* Rank Settings */
|
|
|
|
.Rank .Aside {
|
|
|
|
border: medium none;
|
2014-02-12 14:06:53 -06:00
|
|
|
padding: 10px 20px 0px 20px;
|
2014-02-12 12:52:31 -06:00
|
|
|
background: none;
|
|
|
|
border-left: solid 1px #EEEEEE;
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Rank .Aside img {
|
|
|
|
float: left;
|
|
|
|
height: 100px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Rank.settings #Content form ul {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2014-01-09 16:30:34 -06:00
|
|
|
/* Dashboard Stats */
|
|
|
|
ul.StatsOverview {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px 0 20px 20px;
|
|
|
|
}
|
|
|
|
ul.StatsOverview li {
|
|
|
|
display: inline-block;
|
|
|
|
width: 25%;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #555;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
ul.StatsOverview li div {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: left;
|
|
|
|
width: 140px;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
ul.StatsOverview li strong {
|
|
|
|
display: block;
|
|
|
|
font-family: 'helvetica neue', arial, helvetica;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 1;
|
|
|
|
color: #222;
|
|
|
|
}
|