-
Notifications
You must be signed in to change notification settings - Fork 0
/
owostyle1.css
118 lines (106 loc) · 1.64 KB
/
owostyle1.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
107
108
109
110
111
112
113
114
115
116
117
118
* {
font-family: "Fredoka", "Source Sans 3", sans-serif;
color: #fff;
}
body {
background-color: #150840;
}
a, a * {
color: #007fff;
text-decoration-line: underline;
}
.mainpagetablefr {
margin: auto;
width: 100%;
tr td:first-child {
width: 25vw;
}
}
.mainpagetablefr, .socialstable, .randomtrivialist, .musingcontent {
border-radius: 0px 0px 12px 12px;
padding: 12px;
}
.socialstable {
border-radius: 12px;
background-color: #fff1;
}
.socialstable tr td {
text-align: center;
width: calc(100%/3); /* 33.33...% but yes */
}
.window {
background-color: #fff1;
margin: auto;
width: 75%;
box-shadow: 0px 0px 16px #000;
border-radius: 12px;
}
.randomtrivialist {
padding-left: 36px;
margin-top: 0px;
}
.vcentered {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
canvas, .passantracerbody {
margin: 0;
}
.mptbar {
background-color: #551fff;
border-radius: 12px 12px 0px 0px;
padding: 4px;
}
.mptbar img {
position: relative;
top: 2px; left: 2px;
}
.mptbartitle {
position: relative;
color: #fff;
padding-left: 2px;
top: -4px;
}
/*
a:hover {
transition-duration: 0.3s;
font-size: 100px;
}
a {
transition-duration: 0.3s;
}
*/
.emoji {
position: relative;
bottom: -3px;
}
.musingwindow {
width: 60%;
}
.musingcontent * {
margin: 0px;
padding-left: 12px;
padding-right: 12px;
}
.musingcontent {
padding-bottom: 12px;
}
.musingcontent a * {
padding-left: 0px;
padding-right: 0px;
}
.musingcontent a img {
border-radius: 12px 12px 12px 12px;
margin-bottom: 12px;
}
.veryslightlytotheright {
margin-left: 8px;
}
.langex {
width: 50%;
}
ul, ol, ::marker {
margin-left: 12px !important;
}