fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed overlapping themes in reader.
[wolnelektury.git]
/
wolnelektury
/
media
/
css
/
master.css
diff --git
a/wolnelektury/media/css/master.css
b/wolnelektury/media/css/master.css
index
fae4417
..
ad53536
100644
(file)
--- a/
wolnelektury/media/css/master.css
+++ b/
wolnelektury/media/css/master.css
@@
-37,9
+37,9
@@
h2 {
}
h3 {
}
h3 {
- font-size: 1
.3
em;
+ font-size: 1em;
font-weight: bold;
font-weight: bold;
- margin: 0.2em 0
0
0;
+ margin: 0.2em 0
-1em
0;
color: #333;
}
color: #333;
}
@@
-193,7
+193,7
@@
p .ac_input {
#tags-list {
margin-top: 1em;
padding: 1em;
#tags-list {
margin-top: 1em;
padding: 1em;
- background-color: #FB
EF90
;
+ background-color: #FB
F9E7
;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@
-306,6
+306,23
@@
div.shown-tags p {
text-align: justify;
}
text-align: justify;
}
+#description .meta {
+ margin: 0.5em;
+ width: 18em;
+ list-style: none;
+ float: right;
+}
+
+#description dt {
+ font-weight: bold;
+ display: inline;
+}
+
+#description dd {
+ margin: 0;
+ display: inline;
+}
+
#toggle-description, #tagged-object-list .pagination {
width: 100%;
height: 1.5em;
#toggle-description, #tagged-object-list .pagination {
width: 100%;
height: 1.5em;
@@
-548,7
+565,31
@@
div.shown-tags p {
background-color: #2F4110;
color: #FFF;
margin: 0 -2em;
background-color: #2F4110;
color: #FFF;
margin: 0 -2em;
- padding: 0 2em;
+ padding: 0 2
.5
em;
line-height: 2em;
}
line-height: 2em;
}
+#top-message a {
+ color: #AAA;
+}
+
+
+/* =========== */
+/* = Columns = */
+/* =========== */
+.column-left {
+ width: 37em;
+ float: left;
+ text-align: justify;
+ margin-top: 1em;
+}
+
+.column-right {
+ margin-left: 40em;
+ text-align: justify;
+ margin-top: 1em;
+}
+
+.see-more {
+ text-align: right;
+}