wikipoints/public/css/articleEdit.css

15 lines
811 B
CSS

#inputHeader {width: 100%;}
#inputHeader div.form-group {width: 100%;}
input#articleTitle {font-size: 30px;font-weight: 600;height: 45px; border-radius: 0;}
#submitButton {}
.nopaddingx {padding-left: 0;padding-right: 0;}
.nopaddingy {padding-bottom: 0;padding-top: 0;}
#articleText {border-radius:0;}
#articleText {width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-family: monospace;color: #fffbec;background-color: #1e1e1e;}
#monitor {height: 100%; width: 100%; background-color: white; overflow-y: scroll; padding: 5px 10px; border: solid 1px #ccc; border-radius: 0px;}
#photobankContainer {position: absolute; top: 0; right: 0px; width: 675px; background-color: rgba(55,55,55, 0.8); overflow-y: scroll; height: 100%;}
#photobankContainer {display: none;}