aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-22 21:27:45 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-22 21:27:45 +0000
commit866caa6502f6d7af8aa767805f78b06b9af78185 (patch)
tree74347bc6a004f5ccfdcd4e8e6fe24d1f97c70b79
parentfa005a94a8dd158de7e79b32b4b0cea3b621553b (diff)
downloadellinika-866caa6502f6d7af8aa767805f78b06b9af78185.tar.gz
ellinika-866caa6502f6d7af8aa767805f78b06b9af78185.tar.bz2
New classes "frame", "noframe"
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@383 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--mainstyle.css37
1 files changed, 28 insertions, 9 deletions
diff --git a/mainstyle.css b/mainstyle.css
index 7743c16..f101921 100644
--- a/mainstyle.css
+++ b/mainstyle.css
@@ -10,13 +10,35 @@ a:link { color: #1F00FF }
a:hover { color: #FF0000 }
a:visited { color: #9900DD }
-tr.odd { background-color: #CCCCEE }
-tr.even { background-color: #FFFFFF }
+table.frame {
+ margin: 1em 1em 1em 0;
+ border: 1px #aaaaaa solid;
+ border-collapse: collapse;
+ empty-cells: show;
+}
+
+table.frame th {
+ border: 1px #aaaaaa solid;
+ padding: 0.2em;
+}
+
+table.frame td {
+ border: 1px #aaaaaa solid;
+ padding: 0.2em;
+}
table.main {
background-color: #FFFFFF;
+ border-style: none;
}
+table.noframe {
+ border-style: none;
+}
+
+tr.odd { background-color: #CCCCEE; }
+tr.even { background-color: #FFFFFF; }
+
td.group {
background-color: #0063C1;
color: white;
@@ -40,9 +62,9 @@ table.navbar {
background-color: #FFFFFF;
}
-table {
- empty-cells: show
-}
+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;
@@ -63,7 +85,6 @@ span.example {
div.example {
background-color: #FFFFDD;
- border: 1px solid black;
padding: 8px;
display: table-cell;
text-align: center;
@@ -125,7 +146,6 @@ div.example {
.bottom {
font-size: 80%;
- border: 2px solid #3366cc;
padding: 4px;
background: #f2f2f9;
border-style: solid;
@@ -157,8 +177,8 @@ sup {
margin-bottom: 2em;
margin-left: 2em;
margin-right: 1em;
- border: 1px solid gray;
padding: 1em;
+ border: 1px gray solid;
font-size: 80%;
color: gray;
}
@@ -190,7 +210,6 @@ sup {
}
table.news-summary {
- border: 1px solid gray;
width: 80%;
font-size: 80%;
}

Return to:

Send suggestions and report system problems to the System administrator.