more style to file
This commit is contained in:
parent
7f6d60fe93
commit
5241ed24b5
10
ext/bbcode/style.css
Normal file
10
ext/bbcode/style.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
CODE {
|
||||||
|
background: #DEDEDE;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
BLOCKQUOTE {
|
||||||
|
border: 1px solid black;
|
||||||
|
padding: 8px;
|
||||||
|
background: #DDD;
|
||||||
|
}
|
@ -45,10 +45,6 @@ TD {
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
CODE {
|
|
||||||
background: #DEDEDE;
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
#body SELECT {width: 150px;}
|
#body SELECT {width: 150px;}
|
||||||
TD>INPUT, TEXTAREA {box-sizing: border-box;}
|
TD>INPUT, TEXTAREA {box-sizing: border-box;}
|
||||||
TD>INPUT[type="button"] {width: 100%;}
|
TD>INPUT[type="button"] {width: 100%;}
|
||||||
@ -81,12 +77,6 @@ FORM {margin: 0px;}
|
|||||||
A {text-decoration: none;}
|
A {text-decoration: none;}
|
||||||
A:hover {text-decoration: underline;}
|
A:hover {text-decoration: underline;}
|
||||||
|
|
||||||
BLOCKQUOTE {
|
|
||||||
border: 1px solid black;
|
|
||||||
padding: 8px;
|
|
||||||
background: #DDD;
|
|
||||||
}
|
|
||||||
|
|
||||||
UL {
|
UL {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user