~katiekitty/+junk/rapcp

« back to all changes in this revision

Viewing changes to admin/includes/.svn/text-base/style.css.svn-base

  • Committer: root
  • Date: 2010-01-24 23:34:12 UTC
  • Revision ID: root@minnie.mysuperwebsites.info-20100124233412-4avq70th0u5xfpfh
new files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body{
 
2
        background: #efefef;
 
3
        color: #666;
 
4
        font-family: Tahoma;
 
5
        font-size: 11px;
 
6
        text-align: center; /* IE 5 fix */
 
7
        line-height: 1.4
 
8
        }
 
9
        
 
10
a {
 
11
  font-family: Verdana;
 
12
  color: #336600;
 
13
}
 
14
a:visited {
 
15
}
 
16
a:link {
 
17
}
 
18
a:active {
 
19
}
 
20
a:hover {
 
21
color: #99CC00;
 
22
text-decoration: underline;
 
23
}
 
24
p {
 
25
        color: #666;
 
26
        font-family: Tahoma;
 
27
        font-size: 11px;
 
28
}
 
29
 
 
30
#header{
 
31
        height: 75px;
 
32
}
 
33
#version{
 
34
        background-position:left;
 
35
        float: right;
 
36
        height: 75px;
 
37
        position: absolute;
 
38
        top: 25px;
 
39
        left: 702px;
 
40
        width: 45px;
 
41
}
 
42
#version-number{
 
43
        background-position:left;
 
44
        float: right;
 
45
        height: 75px;
 
46
        position: absolute;
 
47
        top: 25px;
 
48
        left: 748px;
 
49
        width: 137px;
 
50
}
 
51
 
 
52
#container {
 
53
        width: 800px;
 
54
        background: #FFFFFF;
 
55
        margin: auto auto;
 
56
        padding: 10px;
 
57
        text-align: left; /* IE 5 fix */
 
58
}
 
59
#tablewidth {
 
60
        width: 100%;
 
61
        overflow:hidden;
 
62
}
 
63
#nav-width {
 
64
        width: 200px;
 
65
        background-image:url(../images/bkg-nav.gif);
 
66
        background-repeat: repeat;
 
67
}
 
68
.nav-width{
 
69
        width: 200px;
 
70
        background-image:url(../images/bkg-nav.gif);
 
71
        background-repeat: repeat;
 
72
}
 
73
#nav-width-head {
 
74
        width: 200px;
 
75
        background-position: top;
 
76
}
 
77
#content-right {
 
78
        float: right;
 
79
        width: 560px;
 
80
        margin: 0;
 
81
}       
 
82
/*rounded corners*/
 
83
.rbroundbox { background: #EAEAEA repeat; width: 200px; }
 
84
.rbtop div  { background: url(../images/cornerhome1.PNG) no-repeat top left; }
 
85
.rbtop      { background: url(../images/cornerhome2.PNG) no-repeat top right; }
 
86
.rbbot div  { background: url(../images/cornerhome3.PNG) no-repeat bottom left; }
 
87
.rbbot      { background: url(../images/cornerhome4.PNG) no-repeat bottom right; }
 
88
 
 
89
 /* height and width details */
 
90
.rbtop div, .rbtop, .rbbot div, .rbbot {
 
91
        width: 200px;
 
92
        height: 14px;
 
93
        font-size: 1px;
 
94
}
 
95
 
 
96
/*nav styles*/
 
97
.style8 {
 
98
        line-height: 150%;
 
99
        margin-left: 20px;
 
100
        margin-right: 20px;
 
101
        margin-top: 0;
 
102
        margin-bottom: 0;
 
103
}
 
104
.style9 {
 
105
        height: 30px;
 
106
        background-color: #EAEAEA;
 
107
}