~ubuntu-branches/ubuntu/utopic/pida/utopic

« back to all changes in this revision

Viewing changes to extras/pida-www/Pages/screen.css

  • Committer: Bazaar Package Importer
  • Author(s): Jan Luebbe
  • Date: 2007-04-17 16:08:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070417160806-3ttlb6igf94x9i03
Tags: 0.4.4-1
* New upstream release (closes: #419129)
* Add dependency on python-glade2 (closes: #418716)
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body{
 
2
        margin-left:25%;
 
3
    margin-right:25%;
 
4
    margin-top: 10%;
 
5
    margin-bottom: 25%;
 
6
    padding: 10px;
 
7
    border: 1px solid rgb(177,208,223);
 
8
    height: 50%;
 
9
    width: 50%;
 
10
    background:rgb(255,255,255);
 
11
    font: 9pt/13pt "Lucida Grande",Lucida,sans-serif;
 
12
    color:rgb(80,80,80);;
 
13
}
 
14
 
 
15
h1,
 
16
h2,
 
17
h3,
 
18
h4,
 
19
h2 a,
 
20
h3 a,
 
21
h4 a
 
22
{
 
23
        font-family:"Trebuchet MS",sans-serif;
 
24
    color:rgb(0, 0, 0);
 
25
    font-weight:normal;
 
26
    padding-top:0.5em;
 
27
}
 
28
 
 
29
h1 {
 
30
    text-align: center;
 
31
}
 
32
 
 
33
h1 a
 
34
{
 
35
        color:rgb(177,208,223);
 
36
}
 
37
strong{
 
38
        color:rgb(103,183,0);
 
39
}
 
40
 
 
41
a,
 
42
a:active,
 
43
a:visited
 
44
{
 
45
        color:rgb(22,130,178);
 
46
        text-decoration:none;
 
47
}
 
48
a:hover
 
49
{
 
50
        text-decoration:underline;
 
51
}
 
52
 
 
53
a img{
 
54
        border:0;
 
55
}
 
56
 
 
57
code {
 
58
border: 1px solid rgb(177, 208, 223);
 
59
background: #fafafa;
 
60
padding: 10px;
 
61
}
 
62
 
 
63
 
 
64
#header, #footer{
 
65
        font-size:9pt;
 
66
        clear:both;
 
67
        width:100%;
 
68
        color:rgb(177,208,223);
 
69
}
 
70
 
 
71
#footer{
 
72
        padding-top: 30pt;
 
73
        text-align:right;
 
74
}