This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/lib/shimmie.css

66 lines
1.3 KiB
CSS
Raw Normal View History

2012-03-13 08:38:19 +00:00
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>SELECT {width: 100%;}
TD>TEXTAREA {width: 100%;}
2012-03-13 08:38:19 +00:00
2012-03-13 15:23:56 +00:00
TABLE.form {width: 300px;}
2012-03-13 08:38:19 +00:00
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%;}
TABLE.form TD + TH {padding-left: 8px;}
2012-03-13 08:38:19 +00:00
*[onclick],
H3[class~="shm-toggler"],
.sortable TH {
cursor: pointer;
}
2012-03-13 08:38:19 +00:00
IMG {border: none;}
FORM {margin: 0px;}
2012-03-15 19:26:16 +00:00
IMG.lazy {display: none;}
2012-06-10 16:46:47 +00:00
#flash {
background: #FF7;
display: block;
padding: 8px;
margin: 8px;
border: 1px solid #882;
}
2012-06-26 22:37:29 +00:00
#installer {
background: #EEE;
font-family: "Arial", sans-serif;
font-size: 14px;
width: 512px;
margin: auto;
margin-top: 16px;
border: 1px solid black;
border-radius: 16px;
}
#installer A {
text-decoration: none;
}
#installer A:hover {
text-decoration: underline;
}
#installer H1, #installer H3 {
2012-06-26 22:37:29 +00:00
background: #DDD;
text-align: center;
margin: 0px;
padding: 2px;
}
#installer H1 {
border-bottom: 1px solid black;
border-radius: 16px 16px 0px 0px;
}
#installer H3 {
border-bottom: 1px solid black;
border-top: 1px solid black;
margin-top: 32px;
}