Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 9eaba4b

Browse files
authored
Add files via upload
1 parent b4837b5 commit 9eaba4b

22 files changed

Lines changed: 11941 additions & 0 deletions

Data/artwork/illustrate.jpg

582 KB
Loading

Data/artwork/middle.png

356 KB
Loading

Data/artwork/right.png

75 KB
Loading

Data/background/background.jpg

332 KB
Loading

Data/css/broadcasts_communityfaqs_conference_eventeditor_eventinternal_events_profile_qanda.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Data/css/buttons.css

Lines changed: 1131 additions & 0 deletions
Large diffs are not rendered by default.

Data/css/globalv2.css

Lines changed: 1570 additions & 0 deletions
Large diffs are not rendered by default.

Data/css/header.css

Lines changed: 693 additions & 0 deletions
Large diffs are not rendered by default.

Data/css/main.css

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Data/css/modalContent.css

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
2+
.modalBody
3+
{
4+
overflow-y: scroll;
5+
overflow-x: auto;
6+
}
7+
8+
#modalContent.modal_frame
9+
{
10+
min-width: 310px;
11+
height: 600px;
12+
border: 2px solid #304a66;
13+
border-radius: 2px;
14+
-moz-border-radius: 2px;
15+
background-color: black;
16+
}
17+
18+
#modalContentTitleBar
19+
{
20+
color: white;
21+
padding: 4px 2px 4px 8px;
22+
text-align: left;
23+
background-color: #304a66;
24+
/*background: rgb(88,88,88); /* Old browsers */
25+
/*background: -moz-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(76,76,76,1) 100%); /* FF3.6+ */
26+
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,88,88,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
27+
/*background: -webkit-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
28+
/*background: -o-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
29+
/*background: -ms-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(76,76,76,1) 100%); /* IE10+ */
30+
/*background: linear-gradient(to bottom, rgba(88,88,88,1) 0%,rgba(76,76,76,1) 100%); /* W3C */*/
31+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
32+
}
33+
34+
.modalContentDismissImage
35+
{
36+
position: absolute;
37+
top: 5px;
38+
right: -4px;
39+
cursor: pointer;
40+
width: 18px;
41+
height: 14px;
42+
}
43+
44+
#modalContentWait
45+
{
46+
position: absolute;
47+
top: 24px;
48+
bottom: 11px;
49+
right: 11px;
50+
left: 11px;
51+
background-color: black;
52+
padding-top: 267px;
53+
text-align: center;
54+
}
55+
56+
#modalContentScrollbarHack
57+
{
58+
position: fixed;
59+
top: 0;
60+
bottom: 0;
61+
left: 0;
62+
right: 0;
63+
overflow-y: scroll;
64+
overflow-x: auto;
65+
z-index:901;
66+
}
67+
68+
#modalContentFrameContainer
69+
{
70+
background-color: black;
71+
}
72+
73+
.modalContent_iFrame
74+
{
75+
width: 100%;
76+
border: none;
77+
}
78+
79+
.communityBanDialog_label {
80+
width: 100px;
81+
display: inline-block;
82+
83+
}
84+
85+
.communityBanDialog_data {
86+
display: inline-block;
87+
}
88+
89+
.communityBanDialog_row {
90+
margin-bottom: 5px;
91+
}
92+
93+
.communityBanDialog_description {
94+
margin-top: 10px;
95+
}
96+
97+
.reset_content_container {
98+
width: 600px;
99+
}
100+
101+
.reset_content_all {
102+
border-right: 1px solid #FFF;
103+
text-align: center;
104+
float: left;
105+
height: 200px;
106+
margin-right: 25px;
107+
padding-right: 25px;
108+
}
109+
110+
.reset_content_all div {
111+
margin-top: 90%;
112+
}
113+
114+
.reset_content_checbox_container {
115+
margin: 10px 0;
116+
}
117+
118+
.reset_content_checkboxes {
119+
margin-bottom: 5px;
120+
float: left;
121+
width: 38%;
122+
}

0 commit comments

Comments
 (0)