forked from raghuprathap/varodek.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp.css
More file actions
81 lines (64 loc) · 1009 Bytes
/
p.css
File metadata and controls
81 lines (64 loc) · 1009 Bytes
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
.main
{
width: 64%;
background-color: #ffffff;
border-radius:25px;
border: 4px solid #2E3436;
padding: 10px;
font-family: "Arial Black", Gadget, sans-serif;
font-style: normal;
font-size: 1em;
font-variant: normal;
font-weight: normal;
text-align: justify;
}
td.adv
{
width: 16%;
border-radius: 10px;
border: 4px solid #32CD32;
}
td.diag
{
border: 2px solid #000000;
padding: 4px;
font-family: "Arial Black", Gadget, sans-serif;
font-style: normal;
font-size: 1em;
font-variant: normal;
font-weight: normal;
text-align: justify;
}
.exam
{
background-color:
}
.codee
{
background-color: #2E3436;
font-family: Courier New;
font-style: normal;
font-size: 1em;
font-variant: normal;
font-weight: normal;
}
.preprocess
{color: #5fd7ff;}
.text
{color: #ad7fa8;}
.dtype
{color: #7bce89;}
.loop
{color: #fce94f;}
.white
{color: #ffffff;}
.textmodf
{color: #ffd7d7;}
.comment
{color: #34e2cb;}
.uname
{color: #8ae234;}
.error
{color: #ef2929;}
.warn
{color: #ad7fa8;}