Subversion Repositories ORC

Rev

Rev 7 | Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 30... Line 30...
30
}
30
}
Line 31... Line 31...
31
 
31
 
32
.index {
32
.index {
33
	margin-top: 25px;
33
	margin-top: 25px;
34
	margin-left: 5px;
34
	margin-left: 5px;
35
	max-width: 675px
35
	max-width: 90%;
Line 36... Line 36...
36
}
36
}
37
 
37
 
38
.heading {
38
.heading {
Line 43... Line 43...
43
	padding: 5px;
43
	padding: 5px;
44
	color: white;
44
	color: white;
45
}
45
}
Line 46... Line 46...
46
 
46
 
-
 
47
ul {
-
 
48
	max-width: 95%; 
-
 
49
}
-
 
50
 
47
ul {
51
li {
48
/*	max-width: 580px; */
52
/*	max-width: 580px; */
-
 
53
}
-
 
54
.lisp0 {display:flex;}
-
 
55
.liLeft {
-
 
56
	float:left;
-
 
57
	display: flex;
-
 
58
	width:80%;
-
 
59
	margin: auto;
-
 
60
}
-
 
61
 
-
 
62
.liRight {
-
 
63
	float:right;
-
 
64
	width:20%;
-
 
65
	text-align:right;
Line 49... Line 66...
49
}
66
}
50
 
67
 
51
.accent {
68
.accent {
52
	background-color: var(--dark-color);
69
	background-color: var(--dark-color);
Line 58... Line 75...
58
	padding: 10px;
75
	padding: 10px;
59
	border-radius: 5px 35px 5px 5px;
76
	border-radius: 5px 35px 5px 5px;
60
	margin-bottom: 4px;
77
	margin-bottom: 4px;
61
}
78
}
Line 62... Line 79...
62
 
79
 
63
.sp0 {display:flex; max-width:700px;}
80
.sp0 {display:flex; max-width:90%;}
64
.spLeft {
81
.spLeft {
65
	float:left;
82
	float:left;
66
	display: flex;
83
	display: flex;
67
	width:65%;
84
	width:65%;