aboutsummaryrefslogtreecommitdiff
path: root/ascii-php-class/example/style.css
blob: af24058741f62af75ffbe1f4471dbd2a4eb85eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body
{
        margin:0;
        padding:0;
}
#content_container
{
        padding-bottom:3em;
}
#footer
{
        position:fixed;
        bottom:0px;
        background:#efefef;
        text-align:center;
        padding:5px;
        width:100%;
}
* html, * html body
{
        margin:0;
        padding:0;
        height:100%;
        overflow:hidden;
}
* html #content_container
{
        padding:0;
        height:95%;
        overflow:auto;
}
* html #footer
{
        background:#efefef;
        height:5%;
        text-align:center;
        padding-top:1%;
}
a:link,
a:visited{
  color: #567475;
  font-weight: bold;
  border: 1px solid #99b3b4;
  height:auto;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  padding: 4px;
}
a:hover,
a:active{
  color:#f00000;
  text-decoration: none;
  cursor: pointer;
  background: #9cf;
}