Main Page/styles.css: Difference between revisions
From WikiOasis Meta
More actions
need to change to css |
Zippybonzo changed the content model of the page Main Page/styles.css from "wikitext" to "Sanitized CSS": fix |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
#typing-text { | |||
width: 500px; | |||
height: 30px; | |||
font-size: 15px; | |||
border: solid 1px #C9C9C9; | |||
color: #000000; | |||
background-color: #FFFFFF; | |||
text-align: left; | |||
font-family: Arial; | |||
font-weight: bold; | |||
padding: 5px; | |||
resize: none; | |||
outline: none; | |||
box-sizing: border-box; | |||
} |