Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
linkedinlearning
GitHub Repository: linkedinlearning/Software-Design-Requirements-Release-2825344
Path: blob/master/red30/src/main/webapp/css/style.css
580 views
1
#menu ul {
2
list-style: none;
3
}
4
#menu li {
5
display: inline;
6
}
7
8
ul {
9
list-style-type: none;
10
border-radius: 5px;
11
}
12
13
ul li a {
14
color: #6B8E23;
15
padding: 10px;
16
border-radius: 5px;
17
}
18
19
table.elements, .elements td, .elements th {
20
cell-spacing: 0px;
21
text-align: left;
22
height:30px;
23
}
24
25
tr.elements:nth-child(even) {
26
background: #DCDCDC;
27
}
28
29
th.elements {
30
color: white;
31
background: #6B8E23;
32
align: center;
33
height: 30px;
34
}
35
36
<!-- #FFA500 -->
37
38
div.elements {
39
border: 1px solid #DCDCDC;
40
width: 94%;
41
height: 50%;
42
margin-left: 3%;
43
margin-right: 3%;
44
overflow: scroll;
45
}
46
47
table.elements {
48
table-layout: fixed;
49
border-collapse: collapse;
50
width: 94%;
51
margin-left: 3%;
52
margin-right: 3%;
53
height: 100%;
54
text-align: left;
55
overflow: scroll;
56
}
57
58
table.small {
59
border-collapse: collapse;
60
width: 94%;
61
margin-left: 3%;
62
margin-right: 3%;
63
height: 100%;
64
text-align: left;
65
overflow: scroll;
66
}
67
68
div.buttons {
69
width: 100%;
70
margin: 0 auto;
71
}
72
73
div.quarterPage {
74
width: 96%;
75
margin-left: 2%;
76
margin-right: 2%;
77
height: 80%;
78
overflow: scroll;
79
}
80
81
div.halfPage {
82
width: 96%;
83
margin-left: 2%;
84
margin-right: 2%;
85
height: 40%; margin 0 auto;
86
overflow: scroll;
87
}
88
89
table.fullPage {
90
table-layout: fixed;
91
width: 100%;
92
border-collapse: collapse;
93
height: 80%;
94
border-collapse: collapse;
95
}
96
97
td.fullPage {
98
width: 50%;
99
}
100
tr.lastrow {
101
height: auto;
102
}
103
104
h4.message {
105
font-size: 20px;
106
align: center;
107
color: #6B8E23;
108
padding: 10px;
109
border-radius: 5px;
110
}
111
112
table, td, th, ul, p, h4, h3 {
113
font-family: "Trebutchet MS", Helvetica, Tahoma, sans-serif;
114
font-size: 15px;
115
}
116
117
h2 {
118
font-family: "Trebutchet MS", Helvetica, Tahoma, sans-serif;
119
color: #6B8E23;
120
}
121
122
123