.donate {
display: block;
- position: relative;
width: 153px;
padding: 5px;
border: 1px solid #AED1A0;
line-height: 1.4;
text-align: center;
border-radius: 2px;
- -moz-border-radius: 2px;
color: #222;
margin: 10px 10px 0px 10px;
-}
-
-.donate:hover {
- background: #9ed485;
- text-decoration: none;
-}
-
-.donate p {
- text-indent: 20px;
- margin: 0;
-}
-.donate .donate-icon {
- width: 15px;
- height: 15px;
- border: 0px;
- background: image-url("sprite.png") 0 -30px no-repeat;
- position: absolute;
- top: 8px;
- left: 17px;
+ &:hover {
+ background: #9ed485;
+ text-decoration: none;
+ }
+ span {
+ margin: 0;
+ padding-left: 18px;
+ background: image-url("sprite.png") 0 -29px no-repeat;
+ }
}
/* Rules for Creative Commons logo button */
background-color: #ffe0cc;
margin: 0px;
padding: 4px 6px;
+ max-width: 100%;
}
h4, p {
margin-bottom: 5px;
font-size: 14px;
}
+ code {
+ font-size: 13px;
+ background: #e8e8e8;
+ padding: 2px 3px;
+ }
+
img {
padding: 20px;
background-color: #f4f4ff;
/* Rules for rich text editors */
.richtext_container {
- white-space: nowrap;
-
.richtext_content {
display: inline-block;
vertical-align: top;
- white-space: normal;
.richtext_preview {
display: inline-block;
margin-left: 15px;
background-color: #f8f8ff;
padding: 10px;
- width: 200px;
+ max-width: 450px;
ul {
margin-bottom: 0;
padding-bottom: 5px;
}
- li h4, li span {
- display: block;
+ li h4, li span, li p {
+ display: inline-block;
+ vertical-align: top;
font-size: 11px;
}
li h4 {
+ width: 35%;
margin: 0;
- float: left;
}
- li span {
- float: right;
- width: 50%;
+ li span, li p {
+ width: 60%;
margin-left: 10px;
+ margin-bottom: 5px;
+ white-space: nowrap;
}
input.richtext_doedit,
width: 100%;
height: 100%;
}
+
+/* Rules for rotating sidebar ads */
+.ad-container {
+ display: block;
+ height: 120px;
+ overflow: hidden;
+ position: relative;
+ border-bottom: 1px solid #cccccc;
+}
+
+.ads {
+ width: 370px;
+ position: absolute;
+ left: 0%;
+}
+
+.ad {
+ float: left;
+ height: 100px;
+ padding: 10px;
+ border: 0px;
+ background: #fff;
+}