common shimmie styles
This commit is contained in:
parent
8f020993ac
commit
5dd2886b53
@ -87,12 +87,6 @@ margin:auto;
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
width:256px;
|
width:256px;
|
||||||
}
|
}
|
||||||
ARTICLE select {
|
|
||||||
width:150px;
|
|
||||||
}
|
|
||||||
td > input[type="submit"] {width: 100%;}
|
|
||||||
td > input[type="text"] {width: 100%;}
|
|
||||||
td > input[type="password"] {width: 100%;}
|
|
||||||
FOOTER {
|
FOOTER {
|
||||||
clear:both;
|
clear:both;
|
||||||
color:#CCCCCC;
|
color:#CCCCCC;
|
||||||
@ -100,12 +94,6 @@ font-size:0.9em;
|
|||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
padding-top:8px;
|
padding-top:8px;
|
||||||
}
|
}
|
||||||
[onclick] {
|
|
||||||
cursor:pointer;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
border:medium none;
|
|
||||||
}
|
|
||||||
form {
|
form {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
@ -148,7 +136,7 @@ width:150px;
|
|||||||
color:#AAAAAA;
|
color:#AAAAAA;
|
||||||
}
|
}
|
||||||
.more {
|
.more {
|
||||||
content:"More <EFBFBD>â";
|
content:"More â";
|
||||||
}
|
}
|
||||||
.comment {
|
.comment {
|
||||||
margin-bottom:8px;
|
margin-bottom:8px;
|
||||||
|
@ -45,15 +45,6 @@ TD {
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
ARTICLE SELECT {width: 150px;}
|
|
||||||
INPUT, TEXTAREA {box-sizing: border-box;}
|
|
||||||
TD>INPUT[type="button"] {width: 100%;}
|
|
||||||
TD>INPUT[type="submit"] {width: 100%;}
|
|
||||||
TD>INPUT[type="text"] {width: 100%;}
|
|
||||||
TD>INPUT[type="password"] {width: 100%;}
|
|
||||||
TD>TEXTAREA {width: 100%;}
|
|
||||||
TD>SELECT {width: 100%;}
|
|
||||||
[onclick] {cursor:pointer;}
|
|
||||||
|
|
||||||
TABLE.zebra {border-spacing: 0px; border: 2px solid #CCC;}
|
TABLE.zebra {border-spacing: 0px; border: 2px solid #CCC;}
|
||||||
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
||||||
@ -63,10 +54,6 @@ TABLE.zebra TR TD {border-bottom: 1px solid #DDD;}
|
|||||||
TABLE.zebra TR:nth-child(odd) {background: #EFEFEF;}
|
TABLE.zebra TR:nth-child(odd) {background: #EFEFEF;}
|
||||||
TABLE.zebra TR:nth-child(even) {background: #E0E0E0;}
|
TABLE.zebra TR:nth-child(even) {background: #E0E0E0;}
|
||||||
|
|
||||||
TABLE.form TD, TABLE.form TH {vertical-align: middle;}
|
|
||||||
TABLE.form TBODY TD {text-align: left;}
|
|
||||||
TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%;}
|
|
||||||
|
|
||||||
FOOTER {
|
FOOTER {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
@ -75,9 +62,6 @@ FOOTER {
|
|||||||
border: 1px solid #AAA;
|
border: 1px solid #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
*[onclick] {cursor: pointer;}
|
|
||||||
IMG {border: none;}
|
|
||||||
FORM {margin: 0px;}
|
|
||||||
A {text-decoration: none;}
|
A {text-decoration: none;}
|
||||||
A:hover {text-decoration: underline;}
|
A:hover {text-decoration: underline;}
|
||||||
|
|
||||||
|
@ -28,9 +28,6 @@ FOOTER {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
*[onclick] {cursor: pointer;}
|
|
||||||
IMG {border: none;}
|
|
||||||
FORM {margin: 0px;}
|
|
||||||
A, A:visited {text-decoration: none; color: #0000EE;}
|
A, A:visited {text-decoration: none; color: #0000EE;}
|
||||||
A:hover {text-decoration: underline; color: #DD0000;}
|
A:hover {text-decoration: underline; color: #DD0000;}
|
||||||
HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;}
|
HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;}
|
||||||
|
@ -133,13 +133,6 @@ CODE {
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
background: #DDD;
|
background: #DDD;
|
||||||
}
|
}
|
||||||
ARTICLE SELECT {width: 150px;}
|
|
||||||
TD>INPUT[type="submit"] {width: 100%;}
|
|
||||||
TD>INPUT[type="text"] {width: 100%;}
|
|
||||||
TD>INPUT[type="password"] {width: 100%;}
|
|
||||||
TD>TEXTAREA {width: 100%;}
|
|
||||||
TD>SELECT {width: 100%;}
|
|
||||||
[onclick] {cursor:pointer;}
|
|
||||||
|
|
||||||
TABLE.zebra {border-spacing: 0px; border: 2px solid #C3D2E0;}
|
TABLE.zebra {border-spacing: 0px; border: 2px solid #C3D2E0;}
|
||||||
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
||||||
@ -173,9 +166,6 @@ FOOTER {
|
|||||||
background: #E3EFFA;
|
background: #E3EFFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
*[onclick] {cursor: pointer;}
|
|
||||||
IMG {border: none;}
|
|
||||||
FORM {margin: 0px;}
|
|
||||||
A {text-decoration: none;}
|
A {text-decoration: none;}
|
||||||
A:hover {text-decoration: underline;}
|
A:hover {text-decoration: underline;}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
3 things common to all pages *
|
* things common to all pages *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
BODY {
|
BODY {
|
||||||
@ -50,12 +50,6 @@ CODE {
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
background: #DDD;
|
background: #DDD;
|
||||||
}
|
}
|
||||||
ARTICLE SELECT {width: 150px;}
|
|
||||||
INPUT, TEXTAREA {box-sizing: border-box;}
|
|
||||||
TD>INPUT[type="submit"] {width: 100%;}
|
|
||||||
TD>INPUT[type="text"] {width: 100%;}
|
|
||||||
TD>INPUT[type="password"] {width: 100%;}
|
|
||||||
TD>SELECT {width: 100%;}
|
|
||||||
|
|
||||||
TABLE.zebra {border-spacing: 0px; border: 1px solid #B89F7C; }
|
TABLE.zebra {border-spacing: 0px; border: 1px solid #B89F7C; }
|
||||||
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
||||||
@ -65,10 +59,6 @@ TABLE.zebra TD {border-top: 1px solid #B89F7C;}
|
|||||||
TABLE.zebra TR:nth-child(odd) {background: #FCD9A9;}
|
TABLE.zebra TR:nth-child(odd) {background: #FCD9A9;}
|
||||||
TABLE.zebra TR:nth-child(even) {background: #DABC92;}
|
TABLE.zebra TR:nth-child(even) {background: #DABC92;}
|
||||||
|
|
||||||
TABLE.form TD, TABLE.form TH {vertical-align: middle;}
|
|
||||||
TABLE.form TBODY TD {text-align: left;}
|
|
||||||
TABLE.form TBODY TH {text-align: right; padding-right: 4px;}
|
|
||||||
|
|
||||||
FOOTER {
|
FOOTER {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -78,9 +68,6 @@ FOOTER {
|
|||||||
background: #FCD9A9;
|
background: #FCD9A9;
|
||||||
}
|
}
|
||||||
|
|
||||||
*[onclick] {cursor: pointer;}
|
|
||||||
IMG {border: none;}
|
|
||||||
FORM {margin: 0px;}
|
|
||||||
A {color: #665844; text-decoration: none; font-weight: bold;}
|
A {color: #665844; text-decoration: none; font-weight: bold;}
|
||||||
A:hover {color: #665844; text-decoration: underline;}
|
A:hover {color: #665844; text-decoration: underline;}
|
||||||
A:visited {color: #665844; text-decoration: none}
|
A:visited {color: #665844; text-decoration: none}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user