~bjornt/grammatista/basic-ui

« back to all changes in this revision

Viewing changes to lib/grammatista/django/static/grammatista.css

  • Committer: Bjorn Tillenius
  • Date: 2008-11-03 20:52:30 UTC
  • Revision ID: bjorn@tillenius.me-20081103205230-i9bxtahunp3lrbvk
First step towards a basic UI.

It's not near finished, but it's at least a start.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
 
1
#title_row {
 
2
    font-size: 300%;
 
3
    padding-top: 25px;
 
4
}
 
5
 
 
6
#menu_row {
 
7
    font-size: 170%;
 
8
    padding-top: 15px;
 
9
    padding-right: 10px;
 
10
    background-color: #B3AE9A;
 
11
}
 
12
 
 
13
div.right {
 
14
    float: right;
 
15
}
 
16
 
 
17
div.clear {
 
18
    clear: both;
 
19
}
 
20
 
 
21
#doc {
2
22
    background-color: #FFFFE5;
 
23
    border-left: thin solid;
 
24
    border-right: thin solid;
 
25
    border-bottom: thin solid;
 
26
}
 
27
 
 
28
#yui-main .yui-b {
 
29
    min-height: 600px;
3
30
}