Subversion Repositories VORC

Rev

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

Rev 57 Rev 105
Line 7... Line 7...
7
	--hl-dark: #ffe699;
7
	--hl-dark: #ffe699;
8
}
8
}
Line 9... Line 9...
9
 
9
 
10
body {
10
body {
-
 
11
	background-color: white;
-
 
12
	background-image: url("https://clipground.com/images/water-mark-png-4.jpg");
11
	background-color: white;
13
	background-repeat: repeat;  
12
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
14
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
13
	color: var(--dark-color);
15
	color: var(--dark-color);
14
	margin: 4px;
16
	margin: 4px;
Line 63... Line 65...
63
	float:right;
65
	float:right;
64
	width:20%;
66
	width:20%;
65
	text-align:right;
67
	text-align:right;
66
}
68
}
Line -... Line 69...
-
 
69
 
-
 
70
.liNarrowLeft {
-
 
71
	float:left;
-
 
72
	display: flex;
-
 
73
	width:20%;
-
 
74
	margin: auto;
-
 
75
}
-
 
76
 
-
 
77
.liWideRight {
-
 
78
	float:right;
-
 
79
	width:80%;
-
 
80
	text-align:right;
-
 
81
}
67
 
82
 
68
.accent {
83
.accent {
69
	background-color: var(--dark-color);
84
	background-color: var(--dark-color);
70
	accent-color: var(--dark-color);
85
	accent-color: var(--dark-color);