-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
106 lines (83 loc) · 1.99 KB
/
style2.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
html {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
color: #333;
background-image: url("files/bg2.png");
background-repeat: repeat-y;
background-position: right top;
background-attachment: fixed;
background-size: cover;
}
.header {
padding: 1em 2em;
background: rgba(50,50,50,0.9);
border: dashed 2px ;
border-color: darkmagenta;
border-radius: 10px;
text-align: left;
}
@font-face {font-family: ArgentPixelCF-Regular; src: url("files/ArgentPixelCF-Regular.otf"); }
body {
font-size: large;
font-family: monospace;
/* background: linear-gradient(indigo, darkslategray) fixed ; */
/* background: powderblue ; */
}
main {
margin: 10px 0px;
padding: 1em 2em;
background: rgba(50,50,50,0.9);
border: dashed 2px ;
border-color: darkmagenta;
border-radius: 10px;
}
h1, h2, h3, strong {color:lightgrey; font-family: ArgentPixelCF-Regular, sans-serif; }
h2 { padding: 10px 10px 0px 0px; margin: 0px;}
update, strong, sup {color: lightgrey; }
li, p, ul {color: lightgrey; }
z {color: magenta; font-family: ArgentPixelCF-Regular;}
a {color: magenta; }
a:hover {color: darkmagenta; }
strong {margin: 0px; padding: px;}
/* Style page content */
#todo {
height:200px;
overflow: auto;
border: dashed 2px;
border-color: turquoise;
border-radius: 7px;
padding: 1.5em;
margin: 20px 10px 10px 10px;
}
/* ENTRY CSS */
.entry {
border-left: 10px solid darkslategray;
padding: 0px 10px 0px 10px;
border-radius: 0 30px 30px 0;
margin-bottom: 20px;
background-color: lightblue;
}
.entry h2 { margin: 5px auto 2px auto; color: #222222; padding: 10px 10px 0px 0px;}
.entry a {color: midnightblue;}
.entry a:hover {color: turquoise;}
.entry strong {color:black;}
.bindex {
}
#footer{
text-align: center;
padding: 1em 2em;
background: rgba(50,50,50,0.9);
border: dashed 2px ;
border-color: darkmagenta;
border-radius: 10px;
}
#imz{
float: left;
margin-right: 20px;
margin-bottom: 20px;
border: dashed 2px;
border-color: turquoise;
border-radius: 7px;
}