aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-25 19:23:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-25 19:23:14 +0000
commit1e1578c4fc773b82f36efd2aa5a2dffe601499a2 (patch)
treef49d29c80600767a26949d3bf6035a881f58ffaa
parentea261956d71216d488b104ba4d27ed58e2830ca3 (diff)
downloadellinika-1e1578c4fc773b82f36efd2aa5a2dffe601499a2.tar.gz
ellinika-1e1578c4fc773b82f36efd2aa5a2dffe601499a2.tar.bz2
Update
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@429 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--style.css196
1 files changed, 130 insertions, 66 deletions
diff --git a/style.css b/style.css
index e286c9a..4e1548b 100644
--- a/style.css
+++ b/style.css
@@ -1,11 +1,109 @@
+/*
+ Basic structural elements
+ */
body {
border: 4px solid navy;
- padding: 0px;
+ padding: 1em;
margin: 0px;
background-color: #FFFFFF;
color: #000000;
}
+div.main {
+ background-color: #FFFFFF;
+ border-style: none;
+ border-collapse: collapse;
+ display: table-row;
+}
+
+div.contentpanel {
+ display: table-cell;
+ padding-left: 1em;
+ padding-right: 2em;
+ border-right: 1px black solid;
+ width: 80%;
+}
+
+div.navbar {
+ background-color: #FFFFFF;
+ display: table-cell;
+ float: right;
+ padding-left: 0.5em;
+}
+
+div.bottom {
+ width: 100%;
+ margin-top: 2%;
+ display: table;
+}
+
+div.copyright {
+ display: table-cell;
+ font-size: 80%;
+ padding: 4px;
+ background: #f2f2f9;
+ border-style: solid;
+ border-width: thin;
+}
+
+table.bottom-navbar { border-style: none }
+table.bottom-navbar th { border-style: none }
+table.bottom-navbar td { border-style: none }
+
+div.section {
+ padding-bottom: 2em;
+ border-bottom: 2px solid black;
+}
+
+div.bottom-navbar {
+ font-size: 80%;
+ border-top: 2px solid #3366cc;
+ padding: 4px;
+}
+
+ul.menu {
+ margin-left: 0;
+ padding-left: 1em;
+}
+
+li.group {
+ list-style-type: none;
+ margin-left: -1em;
+}
+
+div.group {
+ background-color: #0063C1;
+ color: white;
+ font-weight: bold;
+ text-align: center;
+}
+
+li img {
+ vertical-align: middle;
+}
+
+div.menu-bar {
+ display: table;
+ width: 100%;
+}
+
+.menu-cell {
+ display: table-cell;
+ text-align: center;
+}
+
+.notready {
+ text-align: center;
+ background-color: yellow;
+ font-weight: bold;
+}
+
+.nostyle { display: none }
+
+/*
+ References
+ */
+
a {
text-decoration: none;
color: #002bb8;
@@ -24,6 +122,10 @@ a:hover {
text-decoration: underline;
}
+/*
+ Tables
+ */
+
table.frame {
margin: 1em 1em 1em 0;
border: 1px #aaaaaa solid;
@@ -41,11 +143,6 @@ table.frame td {
padding: 0.2em;
}
-table.main {
- background-color: #FFFFFF;
- border-style: none;
-}
-
table.noframe {
border-style: none;
}
@@ -72,19 +169,17 @@ table.shade {
background-color: gray
}
-table.navbar {
- background-color: #FFFFFF;
-}
-
-table.bottom-navbar { border-style: none }
-table.bottom-navbar th { border-style: none }
-table.bottom-navbar td { border-style: none }
td.separator {
text-align: center;
background-color: silver;
}
+
+/*
+ Example text
+ */
+
td.example {
background-color: #FFFFDD;
}
@@ -108,6 +203,11 @@ div.example {
font-weight: bold;
}
+
+/*
+ Translated text
+ */
+
.translation {
font-style: oblique;
color: navy;
@@ -121,6 +221,11 @@ div.example {
content: close-quote;
}
+
+/*
+ IPA transcriptions
+ */
+
.ipa:before {
content: "[";
}
@@ -129,6 +234,10 @@ div.example {
content: "]";
}
+/*
+ Literals
+ */
+
.literal {
font-style: oblique;
color: navy;
@@ -142,13 +251,10 @@ div.example {
content: close-quote;
}
-.notready {
- text-align: center;
- background-color: yellow;
- font-weight: bold;
-}
-.nostyle { display: none }
+/*
+ Various text types
+ */
.comment {
font-style: italic
@@ -158,25 +264,6 @@ div.example {
font-style: italic
}
-.bottom {
- font-size: 80%;
- padding: 4px;
- background: #f2f2f9;
- border-style: solid;
- border-width: thin;
-}
-
-div.section {
- padding-bottom: 2em;
- border-bottom: 2px solid black;
-}
-
-div.bottom-navbar {
- font-size: 80%;
- border-top: 2px solid #3366cc;
- padding: 4px;
-}
-
sup {
font-size: x-small;
}
@@ -207,6 +294,11 @@ sup {
width: 40%;
}
+/*
+ News subsystem
+ --------------
+ */
+
.subject {
font-style: italic;
}
@@ -245,33 +337,5 @@ table.news-summary {
.news-header {
}
-ul.menu {
- margin-left: 0;
- padding-left: 1em;
-}
-
-li.group {
- list-style-type: none;
- margin-left: -1em;
-}
-
-div.group {
- background-color: #0063C1;
- color: white;
- font-weight: bold;
- text-align: center;
-}
-li img {
- vertical-align: middle;
-}
-div.menu-bar {
- display: table;
- width: 100%;
-}
-
-.menu-cell {
- display: table-cell;
- text-align: center;
-}

Return to:

Send suggestions and report system problems to the System administrator.