-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
19 lines (16 loc) · 914 Bytes
/
style.css
File metadata and controls
19 lines (16 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* this file isn't used - was part of the original CMS project that php-example is based on
*this project now uses newcss.css
*/
* { margin: 0; padding: 0; }
body { font: 12px "Lucida Grande", Sans-Serif; background: #ccc; }
#page-wrap { width: 500px; margin: 50px auto; padding: 20px; background: white; }
h1, h2, h3 { font: 28px Georgia, Serif; border-bottom: 1px dotted #ccc;
margin: 0 0 10px 0; }
.clear { clear: both; }
input[type="text"], textarea { padding: 3px; border: 1px solid #666; width: 350px;
margin: 0 0 15px 0; }
input[type="text"] { font: 28px Georgia, Serif; }
textarea { height: 100px; font: 12px "Lucida Grande", Sans-Serif; }
label { background: #666; color: white; padding: 2px 6px; }
.post { margin: 0 0 20px 0; }
#loading_spinner { display:none; }