+
+/* Rules for rich text */
+
+.richtext {
+ h1, h2 {
+ padding-bottom: 10px;
+ border-bottom: 1px dashed #cccccc;
+ margin-bottom: 10px;
+ }
+
+ h1 {
+ font-size: 24px;
+ }
+
+ h2 {
+ font-size: 18px;
+ }
+
+ h3 {
+ font-size: 14px;
+ }
+
+ code {
+ font-size: 13px;
+ background: #e8e8e8;
+ padding: 2px 3px;
+ }
+
+ img {
+ padding: 20px;
+ background-color: #f4f4ff;
+ display: block;
+ max-width: 100%;
+ margin: auto;
+ }
+
+ blockquote {
+ border-left: 20px solid #f4f4ff;
+ padding-left: 20px;
+ margin: 0;
+ color: #7E7E7E;
+ }
+
+ ul, ol {
+ font-style: italic;
+ padding-left: 20px;
+ margin-bottom: 20px;
+ margin-left: 20px;
+ }
+
+ ul li {
+ list-style: disc;
+ }
+
+ ol li {
+ list-style: decimal;
+ }
+}
+
+.diary_post .richtext {
+ margin-top: 20px;
+ }
+
+.comments .richtext {
+ margin-left: 70px;
+ margin-top: 0;
+}
+
+/* Rules for rich text editors */
+
+.richtext_container {
+ .richtext_content {
+ display: inline-block;
+ vertical-align: top;
+
+ .richtext_preview {
+ display: inline-block;
+ padding: 20px;
+ background-color: #f4f4ff;
+ overflow-x: auto;
+
+ &.loading {
+ background-image: image-url("loading.gif");
+ background-repeat: no-repeat;
+ background-position: center;
+ }
+
+ > :first-child {
+ margin-top: 0px;
+ }
+ }
+ }
+
+ .richtext_help {
+ display: inline-block;
+ vertical-align: top;
+ margin-left: 15px;
+ background-color: #f8f8ff;
+ padding: 10px;
+ max-width: 450px;
+
+ ul {
+ margin-bottom: 0;
+ }
+
+ h4.heading, li {
+ border-bottom: 1px solid #ccc;
+ margin-bottom: 5px;
+ padding-bottom: 5px;
+ }
+
+ li h4, li span, li p {
+ display: inline-block;
+ vertical-align: top;
+ font-size: 11px;
+ }
+
+ li h4 {
+ width: 35%;
+ margin: 0;
+ }
+
+ li span, li p {
+ width: 60%;
+ margin-left: 10px;
+ margin-bottom: 5px;
+ white-space: nowrap;
+ }
+
+ input.richtext_doedit,
+ input.richtext_dopreview {
+ margin-right: 10px;
+ }
+ }
+}
+
+/* Rules for the user notes list */
+
+.note_list {
+ tr.creator {
+ background-color: #eeeeee;
+ }
+
+ td {
+ padding: 3px;
+ }
+
+ p {
+ margin-bottom: 0px;
+ }
+}
+
+/* Rules for the notes interface */
+
+.note {
+ padding-top: 10px;
+}
+
+.note {
+ h2 {
+ margin-bottom: 10px;
+ }
+
+ div {
+ margin-top: 10px;
+ }
+
+ .permalink {
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ min-width: 15px;
+ min-height: 15px;
+ background: image-url("sprite.png") 0 -45px no-repeat;
+ }
+
+ .permalink span {
+ display: none;
+ padding-left: 20px;
+ }
+
+ .permalink:hover span {
+ display: block;
+ }
+
+ .warning {
+ display: block;
+ background-color: #ffe0cc;
+ padding: 4px 6px;
+ margin-bottom: 10px;
+ }
+
+ .comment_body {
+ margin-top: 2px;
+ margin-bottom: 2px;
+
+ p {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ }
+
+ .comment {
+ width: 100%;
+ height: 100px;
+ }
+
+ .buttons {
+ margin-top: 5px;
+ text-align: right;
+ }
+}
+
+/*
+ * Rules for the iD editor
+ */
+.id-embed {
+ width: 100%;
+ height: 100%;
+}
+
+/* Rules for rotating sidebar ads */
+.ad-container {
+ display: block;
+ height: 120px;
+ overflow: hidden;
+ position: relative;
+ border-bottom: 1px solid #ccc;
+}
+
+.ads {
+ width: 370px;
+ position: absolute;
+ left: 0%;
+}
+
+.ad {
+ float: left;
+ height: 120px;
+ padding: 10px;
+ border: 0px;
+ background: #fff;
+}