first commit
This commit is contained in:
45
css/tiny_mce_default.css
Normal file
45
css/tiny_mce_default.css
Normal file
@@ -0,0 +1,45 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
* { margin:0 ; padding: 0 ; }
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
background-color: #192028 ;
|
||||
}
|
||||
body {
|
||||
position: relative ;
|
||||
padding: 0 ;
|
||||
width: 650px;
|
||||
}
|
||||
body, td, pre {
|
||||
text-align: none;
|
||||
font: 12px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
p{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
ul{
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
ol{
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 2px ridge #abc;
|
||||
margin: 3px 5px;
|
||||
padding: 1px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user