mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-20 22:46:59 +08:00
45 lines
532 B
CSS
45 lines
532 B
CSS
BODY {
|
|
font-family: Verdana, sans-serif;
|
|
font-size: 73%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
INPUT, SELECT, TEXTAREA {
|
|
border: 1px solid #cecece;
|
|
padding: 1px 3px;
|
|
background: white;
|
|
}
|
|
|
|
SELECT {
|
|
padding: 0;
|
|
}
|
|
|
|
.saf SELECT {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
TEXTAREA, CODE {
|
|
font-family: monospace;
|
|
font-size: 13px;
|
|
}
|
|
|
|
BUTTON::-moz-focus-inner {
|
|
border: none;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.loading {
|
|
background-image: url(loading.gif);
|
|
background-repeat: no-repeat;
|
|
text-indent: 20px;
|
|
}
|