fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some search fixes.
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
base.css
diff --git
a/wolnelektury/static/css/base.css
b/wolnelektury/static/css/base.css
index
ea729b4
..
cd59f69
100755
(executable)
--- a/
wolnelektury/static/css/base.css
+++ b/
wolnelektury/static/css/base.css
@@
-35,13
+35,19
@@
h1 {
margin-top: .4em
}
margin-top: .4em
}
+ul.plain {
+ list-style:none;
+ margin: 0;
+ padding: 0;
+}
+
.left-column {
.left-column {
- width: 4
8
em;
+ width: 4
7
em;
float: left;
}
.right-column {
float:right;
float: left;
}
.right-column {
float:right;
- width: 4
8
em;
+ width: 4
7
em;
}
.normal-text {
font-size: 1.3em;
}
.normal-text {
font-size: 1.3em;
@@
-57,7
+63,7
@@
h2 {
.mono {
font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
.mono {
font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
- font-weight: bold;
+/* font-weight: bold; */
}
.accent1 {
}
.accent1 {
@@
-87,6
+93,16
@@
h2 {
clear: both;
}
clear: both;
}
+.white-box {
+ border: 1px solid #ddd;
+ padding: 1em;
+ background: #fff;
+ -moz-box-shadow: 2px 2px 2px #ddd;
+ -webkit-box-shadow: 2px 2px 2px #ddd;
+ box-shadow: 2px 2px 2px #ddd;
+}
+
+
#header-content, div#main-content, div#half-header-content, #footer-content {
width: 97.5em;
margin: auto;
#header-content, div#main-content, div#half-header-content, #footer-content {
width: 97.5em;
margin: auto;
@@
-136,22
+152,6
@@
h2 {
}
}
-a.cite {
- display: block;
- color: black;
- background: white;
- padding: 3em 2em .1em 8em;
-}
-.cite-body {
- font-size: 1.8em;
- line-height: 1.3em;
-}
-.cite p {
- color: #444;
- font-size: 1.1em;
- margin-top: 1.6em;
-}
-
.see-also {
margin-left: 8em;
float: left;
.see-also {
margin-left: 8em;
float: left;