-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcss.php
119 lines (116 loc) · 4.51 KB
/
css.php
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
119
<?php
$arrCSSInfo = array(
"font-color" => "white",
"default-font-size" => "11px",
"large-font-size" => "14px",
"small-font-size" => "10px",
"link-color" => "#8cb16a",
"link-hover-color" => "#bae890",
"font-family" => "verdana, sans-serif",
"dialog-font-color" => "white",
"dialog-font-family" => "verdana, sans-serif",
"form-component-border" => "solid rgba(63,79,48,.3) 1px",
"large-textbox-width" => "35% !important",
"small-textbox-width" => "5% !important",
"submit-button-bg-color" => "whitesmoke",
"submit-button-hover-bg-color" => "lightgrey",
"form-component-font-color" => "black",
"default-border-color" => "rgba(63,79,48,.3)",
"box-bg-color" => "rgba(0,0,0,.4)",
"box-bg-image" => "none",
"breadcrumb-title-font-size" => "22px",
"breadcrumb-title-font-weight" => "bold",
"breadcrumb-font-size" => "10px",
"breadcrumb-font-weight" => "normal",
"success-font-color" => "green",
"fail-font-color" => "pink",
"pending-font-color" => "orange",
"deny-font-color" => "red",
"allow-font-color" => "green",
"public-news-color" => "#007ad0",
"private-news-color" => "#cb3900",
"console-category-button-border" => "dotted dimgray 1px",
"console-category-button-bg-color" => "rgba(255,255,255, .35)",
"console-category-button-hover-bg-color" => "rgba(255,255,255, .2)",
"console-category-button-width" => "200px",
"form-label-width" => "175px",
"table-title-bg-color" => "transparent",
"table-title-bg-image" => "url('".$THEME."/gradient.png')",
"table-title-font-weight" => "bold",
"table-title-font-color" => "white",
"table-title-font-size" => "12px",
"table-title-height" => "14px",
"error-bg-color" => "rgba(0,0,0,.25)",
"error-border" => "dashed #282828 1px",
"error-bold-color" => "orange",
"avatar-width" => "50px",
"avatar-height" => "50px",
"avatar-border" => "solid black 1px",
"news-subject-font-size" => "18px",
"news-subject-font-weight" => "bold",
"tooltip-font-color" => "white",
"tooltip-bg-color" => "black",
"alternate-bg-color" => "rgba(63,79,48,.1)",
"youtube-embed-width" => "560px",
"youtube-embed-height" => "315px",
"shoutbox-bg-color" => "rgba(0,0,0,.4)",
"shoutbox-bg-image" => "none",
"shoutbox-font-size" => "11px",
"squad-logo-width" => "400px",
"squad-logo-height" => "100px",
"tournament-bracket-link-color" => "white",
"tournament-bracket-link-hover-color" => "#bae890",
"tournament-bracket-font-color" => "white",
"tournament-bracket-connector-color" => "white",
"profile-left-width" => "175px",
"profile-right-width" => "70%",
"profile-label-width" => "125px",
"notification-font-color" => "white",
"notification-bg-color" => "black",
"forum-category-font-size" => "16px",
"forum-title-bg-image" => "url('".$THEME."/gradient.png')",
"forum-title-bg-color" => "none",
"forum-title-font-color" => "white",
"forum-title-font-size" => "12px",
"forum-new-post-bg-color" => "rgba(63,79,48,.1)",
"forum-new-post-bg-image" => "none",
"forum-quote-bg-color" => "rgba(63,79,48,.1)",
"forum-quote-bg-image" => "none",
"forum-code-bg-color" => "dimgray",
"forum-code-bg-image" => "none",
"forum-code-font-color" => "white",
"forum-signature-max-width" => "600px",
"pm-compose-selection-bg-color" => "silver",
"pm-compose-selection-bg-hover-color" => "#b3d5ff",
"default-hp-image-width" => "600px",
"default-hp-image-height" => "400px",
"hp-image-overlay-bg" => "rgba(0,0,0,.4)",
"hp-image-overlay-font-color" => "white",
"hp-image-overlay-title-font-size" => "16px",
"download-title-font-size" => "18px",
"sidemenu-avatar-div-width" => "35px",
"sidemenu-avatar-width" => "30px",
"sidemenu-avatar-height" => "30px",
"sidemenu-avatar-border" => "solid black 1px",
"sidemenu-forumactivity-width" => "104px",
"sidemenu-forumactivity-title-font-size" => "12px",
"sidemenu-profilepic-div-width" => "47px",
"sidemenu-profilepic-width" => "45px",
"sidemenu-profilepic-height" => "60px",
"sidemenu-newmembers-width" => "85px",
"sidemenu-newmembers-font-size" => "12px",
"poll-chart-width" => "60%",
"poll-chart-height" => "500px",
"poll-legend-width" => "35%",
"poll-legend-square-width" => "20px",
"poll-legend-square-height" => "20px",
"poll-legend-square-border" => "solid white 1px",
"poll-info-width" => "50%",
"poll-info-title-font-size" => "16px",
"poll-info-label-width" => "35%",
"poll-info-label-bg" => "rgba(0,0,0,.25)",
"poll-profilepic-width" => "90px",
"poll-profilepic-height" => "120px",
"page-selector-current-page-bg" => "rgba(63,79,48,.3) !important"
);
?>