/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/startview.css

  • Committer: galaxyAbstractor
  • Date: 2013-04-10 15:49:32 UTC
  • mto: (19.1.5 lenasys)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: galaxyabstractor@gmail.com-20130410154932-4vizlzk0ar5gykvi
* Added an simple admin panel to the codeviewer-cmssy stuff
* Redesigned a bit like the mockups - still stuff to come
* Implemented the codeviewer + admin panel again using the Framework CodeIgniter instead 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@charset "utf-8";
2
 
/* CSS Document */
3
 
* {margin: 0; padding: 0;}
4
 
/*-----------------------------text attributes-----------------------------------*/
5
 
html {
6
 
        font-size:125%;
7
 
}
8
 
 
9
 
body {
10
 
        font-size:50%;
11
 
        font-family:Arial, Helvetica, sans-serif;
12
 
}
13
 
 
14
 
h2 {
15
 
        font-family:Arial, Helvetica, sans-serif;
16
 
        font-size:24px;
17
 
}
18
 
 
19
 
h3 {
20
 
        font-family:Arial, Helvetica, sans-serif;
21
 
        font-size:24px;
22
 
        font-weight:bold;
23
 
}
24
 
 
25
 
p {
26
 
        font-family:Arial, Helvetica, sans-serif;
27
 
        font-size:14px;
28
 
}
29
 
 
30
 
/*-----------------------------link attributes-----------------------------------*/
31
 
 
32
 
/*-----------------------------div attributes-----------------------------------*/
33
 
#wrapperstartview {
34
 
        position:absolute;
35
 
        top:54px;
36
 
        width:100%;
37
 
}
38
 
 
39
 
#topdivstartview {
40
 
        width: auto;  
41
 
        height: 290px;
42
 
        padding-top:60px;
43
 
        background-color: #9db400;
44
 
}
45
 
 
46
 
#botdivbotdivstartview {
47
 
        width: auto;
48
 
        background-color: #eee;
49
 
        height: 350px;
50
 
}
51
 
                        
52
 
#logotransparantstartviewdiv    {
53
 
        background-image:url(../img/biglogo.png);
54
 
        background-repeat:no-repeat;
55
 
        background-position:center;
56
 
        height:88px;
57
 
}
58
 
 
59
 
#topdivtextstartview {
60
 
        color:#eee;
61
 
        text-align:center;
62
 
        line-height:300%;
63
 
        padding-top:25px;
64
 
}
65
 
                        
66
 
#topdivfsbs {
67
 
        color: #eee;
68
 
        text-align: center;
69
 
        margin-top: 30px;
70
 
}
71
 
 
72
 
#botheaderstartview {
73
 
        color:#000;
74
 
        text-align:center;
75
 
        margin-top:5px;
76
 
        padding-top:20px;
77
 
}
78
 
 
79
 
#coursestarviewlinks{
80
 
        text-align:center;
81
 
        margin-top:10px;
82
 
        font-size:14px;
83
 
        line-height:150%;
84
 
}
85
 
#coursestarviewlinks a:link {
86
 
        color:#0a68ad;
87
 
        text-decoration:none;
88
 
        display:block;
89
 
}
90
 
 
91
 
#coursestarviewlinks a:visited {
92
 
        color:#0a68ad;
93
 
        text-decoration:none;
94
 
}
95
 
 
96
 
#coursestarviewlinks  a:hover {
97
 
        color:#0a68ad;
98
 
        text-decoration:underline;
99
 
}
 
 
b'\\ No newline at end of file'