aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-08 21:40:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-08 21:40:43 +0000
commit2d377951f87588a0d482beb64ffd6ebef4e50981 (patch)
tree3a843e7035ee54621bb539004a9cade519948f18
parentc84f3061d0be6dd349fee9222002c69a84b5f66e (diff)
downloadellinika-2d377951f87588a0d482beb64ffd6ebef4e50981.tar.gz
ellinika-2d377951f87588a0d482beb64ffd6ebef4e50981.tar.bz2
(input): New rule
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@462 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 59c9e42..1c730e6 100644
--- a/style.css
+++ b/style.css
@@ -81,48 +81,53 @@ div.group {
81li img { 81li img {
82 vertical-align: middle; 82 vertical-align: middle;
83} 83}
84 84
85img { 85img {
86 border: 0; 86 border: 0;
87} 87}
88 88
89div.menu-bar { 89div.menu-bar {
90 display: table; 90 display: table;
91 width: 100%; 91 width: 100%;
92} 92}
93 93
94.menu-cell { 94.menu-cell {
95 display: table-cell; 95 display: table-cell;
96 text-align: center; 96 text-align: center;
97} 97}
98 98
99.notready { 99.notready {
100 text-align: center; 100 text-align: center;
101 background-color: yellow; 101 background-color: yellow;
102 font-weight: bold; 102 font-weight: bold;
103} 103}
104 104
105
106input {
107 border: 1px solid gray;
108}
109
105.nostyle { display: none } 110.nostyle { display: none }
106 111
107/* 112/*
108 References 113 References
109 */ 114 */
110 115
111a { 116a {
112 text-decoration: none; 117 text-decoration: none;
113 color: #002bb8; 118 color: #002bb8;
114 background: none; 119 background: none;
115} 120}
116 121
117a:visited { 122a:visited {
118 color: #5a3696; 123 color: #5a3696;
119} 124}
120 125
121a:active { 126a:active {
122 color: #faa700; 127 color: #faa700;
123} 128}
124 129
125a:hover { 130a:hover {
126 text-decoration: underline; 131 text-decoration: underline;
127} 132}
128 133

Return to:

Send suggestions and report system problems to the System administrator.