@import "parameters";
+@import "bootstrap-custom";
/* Styles common to large and small screens */
height: 100%;
}
-h1, h2, h3 {
- font-weight: 600;
- line-height: 1.2;
-}
-
-h4, h5 {
- font-weight: 500;
-}
-
-h1 {
- font-size: 18px;
-}
-
-h2, h3 {
- font-size: 16px;
-}
-
p > img {
width: auto;
max-width: 100%;
.piwik { border: 0; }
+[dir=rtl] { /* no-r2 */ text-align: right; }
+
+[dir=ltr] { /* no-r2 */ text-align: left; }
+
/* Rules for icons */
.icon {
}
h1 {
+ font-size: 18px;
+ font-weight: 600;
+ line-height: 1.2;
margin: 0;
padding-top: 15px;
a {
color: #000;
}
+
+ a:hover {
+ color: #000;
+ }
}
}
border-left: 1px solid #ddd;
background-color: #fff;
}
+
+ .colour-preview-box {
+ float: right;
+ width: 12px;
+ height: 12px;
+ margin: 4px 0px;
+ border: 1px solid rgba(0, 0, 0, .1);
+ // add color via inline css on element: background-color: <tag value>;
+ }
}
.warning {
}
}
+[dir=rtl] .header-illustration {
+ transform: scaleX(-1);
+}
+
#content.maximised {
top: 0;
left: 0;
.diary_post {
position: relative;
- margin-top: $lineheight/2;
padding-top: $lineheight;
+ padding-bottom: $lineheight/2;
border-top: 1px solid #ccc;
+ &:first-of-type {
+ margin-top: $lineheight/2;
+ }
+
+ &.deemphasize {
+ background-color: #fee;
+ }
+
.post_heading {
margin-bottom: $lineheight;
/* Rules for the diary entry page */
-.diary_entry {
+.diary_entries {
#map {
position: relative;
width: 90%;
max-width: 740px;
}
.diary-comment {
- margin-top: $lineheight/2;
border-top: 1px dashed #ccc;
padding-top: $lineheight/2;
+ padding-bottom: $lineheight/2;
&:first-child {
- margin-top: $lineheight;
+ margin-top: $lineheight/2;
padding-top: $lineheight;
border-top: 1px solid #ccc;
}
+ &.deemphasize {
+ background-color: #fee;
+ }
p {
margin-bottom: $lineheight/2;
}
}
}
-.diary_entry-show img.user_thumbnail {
+.diary_entries-show img.user_thumbnail {
float: left;
}
margin-left: $lineheight;
}
- ul li {
+ ul > li {
list-style: disc;
}
- ol li {
+ ol > li {
list-style: decimal;
}
}
}
.sprite.x {
- background-position: -50px 0;
+ /* no-r2 */ background-position: -50px 0;
}
.sprite.term {
}
.sprite.node {
- background-position: -100px 0;
+ /* no-r2 */ background-position: -100px 0;
}
.sprite.way {
- background-position: -150px 0;
+ /* no-r2 */ background-position: -150px 0;
}
.sprite.tag {
- background-position: -200px 0;
+ /* no-r2 */ background-position: -200px 0;
}
.sprite.editor {
- background-position: -250px 0;
+ /* no-r2 */ background-position: -250px 0;
}
.sprite.question {
- background-position: -300px 0;
+ /* no-r2 */ background-position: -300px 0;
}
.sprite.rules {
- background-position: -350px 0;
+ /* no-r2 */ background-position: -350px 0;
}
.start-mapping {