Update v.3.css
This commit is contained in:
@@ -78,6 +78,9 @@ outset {border-style: outset;}
|
||||
none {border-style: none;}
|
||||
hidden {border-style: hidden;}
|
||||
|
||||
|
||||
/* This is CLASS attributes section, you can use these to style a section */
|
||||
|
||||
/* Text Coloring DONE */
|
||||
.red {color: red;}
|
||||
.blue {color: blue;}
|
||||
@@ -98,17 +101,6 @@ hidden {border-style: hidden;}
|
||||
.bkblack {background-color: black;}
|
||||
.bkwhite {background-color: white;}
|
||||
|
||||
/* Text Decoration DONE */
|
||||
.bold {font-weight: bold}
|
||||
.italic {font-style: italic}
|
||||
.underline {text-decoration: underline;}
|
||||
.overline {text-decoration: overline;}
|
||||
.strikethrough {text-decoration: line-through;}
|
||||
.none {text-decoration: none;}
|
||||
.uppercase {text-transform: uppercase;}
|
||||
.lowercase {text-transform: lowercase;}
|
||||
.titlecase {text-transform: capitalize;}
|
||||
|
||||
/* Fonts DONE */
|
||||
.times {font-family: "Times New Roman";}
|
||||
.arial {font-family: "Arial";}
|
||||
@@ -129,11 +121,7 @@ hidden {border-style: hidden;}
|
||||
.left {float: left;}
|
||||
.right {float: right;}
|
||||
|
||||
/* The following were shamelessly ripped from UniChat. */
|
||||
/* Text Style */
|
||||
.bold {font-weight: bold;}
|
||||
.italic {font-style: italic;}
|
||||
|
||||
/* The following was shamelessly ripped from UniChat. */
|
||||
|
||||
/* Animation */
|
||||
@keyframes _rgb {
|
||||
|
||||
Reference in New Issue
Block a user