diff --git a/_sakura/config/config.php b/_sakura/config/config.php index a11fc57..cc25f13 100644 --- a/_sakura/config/config.php +++ b/_sakura/config/config.php @@ -16,7 +16,7 @@ $fiiConf['db']['prefix'] = 'flashii_'; // URLs (for modularity) $fiiConf['urls']['main'] = 'iihsalf.net'; $fiiConf['urls']['api'] = 'api.iihsalf.net'; -$fiiConf['urls']['content'] = 'cdn.flashii.net'; +$fiiConf['urls']['content'] = 'cdn.iihsalf.net'; $fiiConf['urls']['chat'] = 'chat.iihsalf.net'; $fiiConf['urls']['manage'] = 'manage.iihsalf.net'; $fiiConf['urls']['system'] = 'sys.iihsalf.net'; diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index 661cceb..6c0e3c2 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -9,10 +9,10 @@ - - + + - +
diff --git a/content/css/mio/feedback.css b/content/css/mio/feedback.css new file mode 100644 index 0000000..b45b440 --- /dev/null +++ b/content/css/mio/feedback.css @@ -0,0 +1,158 @@ +@charset "utf-8"; +hr { + color: #9475B2; + background: #9475B2; + height: 1px; + border: 0px; +} +.hidden { + display: none; + visibility: none; +} +h1,h2,h3,h4,h5,h6 { + margin: 2px; + padding: 0px; +} +h1 { + display: inline-block; +} +h1 a { + color: #609; +} +a { + text-decoration: none; +} +a:hover, a:active { + text-decoration: underline; +} +fieldset { + border: 1px #746677 solid; + margin: 5px; +} +legend { + border: 1px #746677 solid; + background: #9475B2; + color: #306; + padding: 1px 5px; +} +input[type="text"],table.postForm > tbody textarea, select { + width: 302px; +} +input[type="password"] { + width: 231px; +} +input[type="text"], input[type="password"], table.postForm > tbody textarea { + padding: 2px 4px 3px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; +} +input[type="text"]:focus, input[type="password"]:focus, table.postForm > tbody textarea:focus { + border: 1px solid #746677; +} +#recaptcha_response_field { + margin: 0px 2px 0px 0px; + padding: 2px 4px 3px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; + width: 302px; +} +#recaptcha_widget img { + cursor: pointer; +} +div#recaptcha_image { + margin: 0px 2px 0px 0px; + border: 1px solid #AAA; + outline: medium none; +} +#recaptcha_response_field { + margin-top: 4px !important; +} +.recaptcha_custom_buttons { + font-size: smaller; +} +table.postForm{ + border-spacing: 1px; +} +table.postForm > tbody > tr > td { + margin: 0px; + padding: 0px; + font-size: 10pt; +} +table.postForm > tbody > tr > td:first-child { + background: #C9BBCC; + border: 1px #746677 solid; + color: #400070; + font-weight: bold; + padding: 0px 5px 0px 10px; + font-size: 10pt; + text-align: right; +} +.trip { + font-weight: normal !important; + color: #CC0066; +} +.ban { + color: #F00; + font-weight: 700; + margin-top: 10px; +} +.spoiler { + background: black; + color: black; +} +.spoiler:hover { + color: white !important; +} +.quote{ + color: #789922 !important; +} +.admincap{ + color: #AA0000 !important; +} +.modcap{ + color: #00AA00 !important; +} +.feedbackheader { + padding: 5px; + text-align: center; +} +.boardindex { + margin: 5px; +} +.boardindex hr { + margin: 5px; +} +.boardindex h2, .boardindex h3 { + text-align: center; +} +.boardposting { + margin: 0px auto; + text-align: center; +} +.boardposting table { + margin: 0px auto; + text-align: left; +} +.copyright { + font-size: x-small !important; + font-weight: bold; + text-align: center; +} +fieldset .replylink { + text-align: right; + float: right; + border: 1px #746677 solid; + background: #9475B2; + color: #306; + padding: 1px 5px; + margin: -9px 0px; + font-weight: bold; + overflow: hidden; +} +.header .logo { + background: url('//cdn.flashii.net/img/feedback-logo.png') no-repeat +} \ No newline at end of file diff --git a/content/css/mio/fwprofile.css b/content/css/mio/fwprofile.css new file mode 100644 index 0000000..2cba021 --- /dev/null +++ b/content/css/mio/fwprofile.css @@ -0,0 +1,19 @@ +body { + background: url('//cdn.flashii.net/img/misaka-mikoto-1.png') no-repeat fixed center center / cover transparent !important; +} +div.profile { + color: #FFF; + background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5) !important; + text-shadow: 1px 1px 2px black; +} +h3.miotitle { + text-shadow:none !important; +} +div.profile a, div.profile a:visited { + color: #FFF; + text-decoration: none; + transition: color 0.4s ease-in 0s, text-shadow 0.4s ease-in 0s; +} +div.profile a:hover { + text-shadow: 0px 0px 8px #F1F1F1; +} \ No newline at end of file diff --git a/content/css/mio/getarealbrowser.css b/content/css/mio/getarealbrowser.css new file mode 100644 index 0000000..700ba89 --- /dev/null +++ b/content/css/mio/getarealbrowser.css @@ -0,0 +1,92 @@ +.realbrowserbox { + position: fixed; + right: 0px; + bottom: 0px; + left: 0px; + height: 125px; + z-index: 9999; + background: rgba(0, 0, 0, .9); + color: #FFF; + text-align: left; +} + +.firefoxtan { + background: url('//cdn.flashii.net/img/firefox.png') no-repeat scroll left top / cover transparent; + position: fixed; + bottom: 0px; + right: 0px; + z-index: 10001; + height: 400px; + width: 462px; +} + +.intexptan { + background: url('//cdn.flashii.net/img/inori.png') no-repeat scroll left top / cover transparent; + position: fixed; + bottom: 0px; + right: 450px; + z-index: 10000; + height: 400px; + width: 288px; +} + +.realbrowsertext { + position: fixed; + bottom: 75px; + left: 0px; + padding: 15px 10px; + font-size: 40px; + font-family: "Segoe UI", sans-serif; +} + +.realbrowsersmalltext { + position: fixed; + bottom: 0px; + left: 0px; + padding: 15px 10px; + font-size: 15px; + font-family: "Segoe UI", sans-serif; +} + +@media (max-width: 1600px) { + .realbrowserbox { + height: 530px; + text-align: right; + } + + .realbrowsertext { + bottom: 475px; + right: 0px; + } + + .realbrowsersmalltext { + bottom: 400px; + right: 0px; + } +} + +@media (max-width: 900px) { + .realbrowserbox { + height: auto; + top: 0px; + text-align: center; + } + + .realbrowsertext { + position: static; + line-height: 100%; + } + + .realbrowsersmalltext { + position: static; + } +} + +@media (max-width: 600px) { + .firefoxtan { + right: -100px; + } + .intexptan { + right: 300px; + } +} \ No newline at end of file diff --git a/content/css/mio/mio.css b/content/css/mio/mio.css new file mode 100644 index 0000000..0389c3e --- /dev/null +++ b/content/css/mio/mio.css @@ -0,0 +1,851 @@ +/* + Flashii.net Style Codename "Mio" + By Flashwave +*/ + +@charset "utf-8"; + +html { + color: #000000; + font: 12px/20px Georgia, "Times New Roman", Times, serif; +} + +body { + margin: 0px; + padding: 0px; + font-family: Verdana, Arial, Helvetica, sans-serif; + background: linear-gradient(180deg, #C2AFFE, #FBEEFF) repeat-x scroll center top #FBEEFF; + background-size: auto 200px; + text-align: center; +} + +img.logo { + height: 150px; + width: 450px; + border: 0px; + background: url('//cdn.flashii.net/img/logo.png') no-repeat scroll left top transparent; + background-size: cover; +} + + +.clear { + clear: both !important; + float: none !important; +} +.hidden { + display: none !important; + visibility: hidden !important; +} + +div.navbar a { + color: #000000; + text-decoration: none; +} + +div.navbar a:hover { + color: #609; +} + +hr { + color: #9475B2; + background: #9475B2; + height: 1px; + border: 0px; +} + +div.navbar ul { + display: table; + margin: 0px auto; + clear: both; + text-align: center; + margin-top: 5px; + border-top: 1px solid; + min-width: 880px; + max-width: 1024px; +} + +div.navbar li { + float: left; + display: block; + text-align: center; + margin-top: -1px; + position: relative; + left: 217.5px; + z-index: 1; +} + +li.notcurrent { + background: none repeat scroll 0% 0% #C9BBCC; + border-width: 1px 1px 1px medium; + border-style: solid solid solid none; + border-color: inherit; + border-image: none; + padding: 2px 1em; +} + +li.current { + background: none repeat scroll 0% 0% #FBEEFF; + border-width: 1px 1px 1px 1px; + border-style: solid solid solid solid; + border-color: inherit; + border-image: none; + padding: 2px 1em; + padding-bottom: 4px; + margin-left:-1px; + border-top: medium none; +} + +li.first { + border-left: 1px solid; +} + +li.fill { + border-top: 1px solid; + padding-bottom: 4px; + width: 100px !important; +} + +div.pagecontent, div.profile { + margin: 0px auto; + margin-top: 5px; + min-width: 880px; + max-width: 1024px; + border: solid 1px #9475B2; + background: #FBEEFF; +} + +div.profile { + min-height: 246px; +} + +div.profile_cont { + text-align: left; + padding: 0px 20px; +} + +div.profile_cont hr { + border: 0px solid #000; + height: 1px; + color: #000; + background: #000; + width: 75%; +} + +div.mioboards, div.mioblog, div.miowhois { + margin: 0px auto; + margin-top: 5px; + min-width: 660px; + max-width: 924px; + border: solid 1px #9475B2; +} + +div.miochatquote { + margin: 0px auto; + margin-top: 5px; + border: solid 1px #9475B2; + display: inline-block; +} +div.miochatquote .chatquote { + text-align: left; + color: #FFF; + min-width: 500px; +} +div.miochatquote .chatquote div .dateTime { + font-size: 9px; +} +div.miochatquote .chatquote div { + padding: 1px 5px 1px 7px; +} +div.miochatquote .chatquote div:nth-child(odd) { + background: #000; +} +div.miochatquote .chatquote div:nth-child(even) { + background: #212121; +} + +div.miodonate { + margin: 0px auto; + margin-top: 5px; + min-width: 660px; + max-width: 924px; + border: solid 1px #9475B2; +} + +div.miodonate h3 { + margin: 0px; +} + +div.miodonate hr { + margin-bottom: 0px; +} + +div.miodonate h2 { + margin: 0px; + background: #9475B2; + border: solid 1px #9475B2; + text-align: right; + float: right; + border-bottom-left-radius: 12px; + display: inline-block; + margin-top: -1px; + padding: 5px; +} + +div.miodonate ul { + list-style: square outside none; +} + +div.miodonate li { + list-style: none outside none; + background: #9475B2; + margin: 0px; + width: 815px; + margin: 8px; + height: 20px; + display: list-item; + box-shadow: 0 0 10px grey; + border-radius: 3px; + font-size: 140%; + padding: 10px; +} + +div.mioucpbar { + min-width: 880px; + max-width: 1024px; +} + +div.miobottom{ + margin: 0px auto; + overflow: auto; + height: auto !important; +} + +div.miobinner { + position: relative; + left: -50%; + float: right; + clear: both; + text-align: left; +} + +h3.miotitle { + background-color: #9475B2; + color: #330066; + margin-top: 0px; + text-align: left; + padding: 3px; +} + +h2.miotitle { + background-color: #9475B2; + color: #330066; + margin: 0px; + text-align: center; + padding: 3px; +} + +h1.miotitle { + color: #330066; + margin: 0px; + text-align: center; +} + +body.miomessage { + margin-top: 20%; + text-align: center; +} + +h1.miomessage { + color: #440077; + font-size: 36pt; +} + +.miosub { + color: #330066; + font-size: 8pt; +} + +div.mioboxcontent { + text-align: left; + margin: 0px; + line-height: 130%; + overflow: auto; + width: 100%; +} + +div.mioboxcontent h4 { + text-decoration: underline; + display: inline; +} + +div.mioboards div.mioboxcontent { + padding: 0.25em 0.5em 0px; + padding-left: 20px; +} + +div.miocolumn { + float: left; + width: 25%; + display: block; +} + +a.boardlink { + text-decoration: none; + color: inherit; +} + +a.boardlink:hover,a.boardlink:active { + text-decoration: underline; +} + +div.postcontent { + text-align: left; + padding: 0px 10px 0px 10px; +} + +h3.title { + margin-top: 0px; + background-color: #9475B2; + text-align: left; + padding: 3px; +} + +h1.title{ + margin-top: 0px; + background-color: #9475B2; + text-align: left; + padding: 5px; +} + +ol,dl { + text-align: left; +} + +dl { + padding-left: 10px; +} + +dt.q { + font-weight: bold; + color: #550088; +} + +dd.a { + border-bottom: solid 1px #9475B2; + padding-right: 10px; + margin-bottom: 5px; +} + +span.permalink { + float: right; +} + +span.permalink a { + text-decoration: none; +} + +span.permalink a:hover { + text-decoration: underline; +} + +input[type="text"],input[type="password"],input[type="date"],textarea { + margin: 0px 2px 0px 0px; + padding: 2px 4px 3px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; +} + +select { + padding: 1px 2px 2px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; +} + +div.copyright{ + padding-top: 5px; + font-size: 11px; + line-height: 15px; +} + +div.copyright a { + text-decoration: none; +} + +.prof_avatar{ + max-height: 200px; + max-width: 200px; + border: 1px solid #9475B2; +} + +div.prof_avatar_cont{ + text-align: right; + float: right; + width: 200px; + height: 200px; + clear: both; + margin-top: -6px; + margin-right: -11px; +} + +div.prof_options { + font-size: 10px; + text-transform: uppercase; +} + +div.prof_options a, div.prof_options a:visited { + color: #111; + text-decoration: none; +} + +div.prof_options a:hover, div.prof_options a:active { + color: #111; + text-decoration: underline; +} + +div.ucp_avatar_cont { + text-align: center; + font-weight: bold; +} + +.windowbutton-container { + float: right; + margin-top: -2px; + margin-right: -2px; + margin-left: -2px; + margin-bottom: -2px; +} + +.closebutton { + cursor: pointer; + height: 23px; + width: 23px; + border: 0px; + background: url('//cdn.flashii.net/img/window-sprite.png') no-repeat scroll 0px 0px transparent; +} + +.maxbutton { + cursor: pointer; + height: 23px; + width: 23px; + border: 0px; + background: url('//cdn.flashii.net/img/window-sprite.png') no-repeat scroll 0px -23px transparent; +} + +.minbutton { + cursor: pointer; + height: 23px; + width: 23px; + border: 0px; + background: url('//cdn.flashii.net/img/window-sprite.png') no-repeat scroll 0px -46px transparent; +} + +.donate-btn { + cursor: pointer; + height: 26px; + width: 90px; + border: 0px; + background: url('//cdn.flashii.net/img/donate-btn.png') no-repeat scroll 0px 0px transparent; +} + +div.topLeftBar { + color: #000000; + position: absolute; + left: 0px; + background: #FBEEFF; + padding: 1px 9px; + border: 1px #9475B2 solid; + border-top: 0px; + border-left: 0px; + box-shadow: 0 0 1.5em #808080; + z-index: 997; +} + +div.topLeftBar a { + color: inherit; + text-decoration: none; +} + +div.topLeftBar a:hover { + text-decoration: underline; +} + +div.manageReportsContainer { + text-align: left; + width: 800px; +} + +div.manageReportsContainer > fieldset { + border: #9475B2 solid 1px; + margin: 5px; +} + +div.manageReportsContainer > fieldset > legend { + border: #9475B2 solid 1px; + background: #9475B2; + color: #306; + padding: 1px 5px; +} + +div.manageReportsContainer > fieldset > span > .reportText { + font-size: 10px; + line-height: 130%; +} + +table.miotable { + width:100%; +} + +table.miotablestandalone { + margin: 0px auto; + margin-top: 5px; + min-width: 880px; + max-width: 1024px; + border: solid 1px #9475B2; +} + +.ucptable tr { + width: 100%; +} + +.ucptable td { + width: 50%; +} + +.ucptable input[type="text"],.ucptable input[type="date"] { + width: 373px; +} + +.miotable tr.head { + background:#9475B2; + text-align:center; + font-weight:bold; +} + +.miotable tr.ucpmenu td { + width:25%; +} + +.miotable a { + text-decoration:none; +} + +.miotable a:hover { + text-decoration:underline; +} + +.miotable tr.online a { + color:green; +} + +.miotable tr.semionline a { + color:orange; +} + +.miotable tr.offline a { + color:red; +} + +.miotable td { + padding: 5px; +} + +.miotable tr.online { + color: green; + background: rgba(0,45,0,0.9);} + +.miotable tr.semionline { + color: orange; + background: rgba(51,24,0,0.9); +} + +.miotable tr.offline { + color: red; + background: rgba(51,0,0,0.9); +} + +.registerbutton, .loginbutton { + display: block; + background: #9475B2; + color: #330066; + padding: 10px; + font-size: 20px; + text-decoration: none; + transition: text-shadow 0.2s; +} + +.registerbutton:hover, .loginbutton:hover { + text-shadow: 0px 0px 8px #F1F1F1; +} + +/* Flashii Bar */ +div.flashii-bar .barAvatar { + margin-bottom: -5px; + height: 20px; + width: 20px; +} + +div.flashii-bar { + color: #000000; + position: absolute; + right: 0px; + background: #FBEEFF; + padding: 1px 9px; + /*border-radius: 0px 0px 0px 8px;*/ + border: 1px #9475B2 solid; + border-top: 0px; + border-right: 0px; + /*box-shadow: 0 0 1px grey;*/ + box-shadow: 0 0 1.5em #808080; + z-index: 997; +} + +div.flashii-black { + background: rgba(0,0,0,0.5); + position: fixed; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + height: 100%; + width: 100%; + z-index: 998; +} + +div.flashii-bar a { + color: inherit; + text-decoration: none; +} + +div.flashii-bar a:hover { + text-decoration: underline; +} + +div.flashii-horizon { + background-color: transparent; + text-align: center; + position: absolute; + top: 30%; + left: 0px; + width: 100%; + height: 1px; + overflow: visible; + visibility: visible; + display: block; + z-index: 999; +} + +div#flashii-login,div#flashii-register { + min-width: 333px; + max-width: 462px; + border: solid 1px #9475B2; + z-index: 999; + background: #FBEEFF; + margin: 0px auto; +} + +div#flashii-login h3,div#flashii-register h3 { + background-color: #9475B2; + color: rgb(51,0,102); + margin-top: 0px; + text-align: left; + padding: 3px; +} + +div#flashii-login h3 a,div#flashii-register h3 a { + float: right; + color: inherit; + text-decoration: none; +} + +div#flashii-login table,div#flashii-register table { + margin: 0px auto; + text-align: left; +} + +div#flashii-login tr td:first-child,div#flashii-register tr td:first-child{ + background: #C9BBCC; + border: 1px #746677 solid; + color: #400070; + font-weight: bold; + padding: 0px 5px; + font-size: 10pt; + width: 35% !important; +} + +div#flashii-login table tr:last-child td, div#flashii-register table tr:last-child td{ + background: transparent !important; + border: none !important; + color: inherit !important; + font-weight: normal !important; + padding: 0 0 !important; + font-size: inherit !important; + text-align: center; +} + +div#flashii-login #recaptcha_response_field,div#flashii-login input[type="text"],div#flashii-login input[type="password"],div#flashii-register #recaptcha_response_field,div#flashii-register input[type="text"],div#flashii-register input[type="password"] { + margin: 0px 2px 0px 0px; + padding: 2px 4px 3px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; + width: 292px; +} + +#recaptcha_widget img { + cursor: pointer; +} + +div#recaptcha_image { + margin: 0px 2px 0px 0px; + border: 1px solid #AAA; + outline: medium none; +} + +#recaptcha_response_field { + margin-top: 4px !important; +} + +.recaptcha_custom_buttons { + font-size: smaller; +} + + +/* some more shit */ +.group-select { + margin: 0px auto; + text-align: center; + min-width: 330px !important; + max-width: 945px; +} + +.group-select a { + color: inherit; +} + +.group-select-user { + background: #9475B2; + float: left; + margin: 10px; + text-align: center; + width: 275px; + height: 175px; + padding: 10px; + transition: background 0.5s, box-shadow 0.2s; + box-shadow: inset 0px 0px 1.5em #000; +} + +.group-select-user:hover { + background: #8364A1; + cursor: pointer; + box-shadow: inset 0px 0px 2em #000; +} + +.group-select-user-avatar { + min-height: 150px; + min-width: 150px; + margin: auto auto; +} + +.group-select-user-avatar img { + max-height: 150px; + max-width: 150px; + border: 0px; + padding: 0px; + margin: 0px; +} + + +.membersPage { + width: 100%; + padding: 10px 0px; + overflow: hidden; + text-align: center; +} + +.membersPage a { + color: inherit; +} + +.membersPage .groupBox, .membersPage .userBox { + background: #9475B2; + margin: 10px; + text-align: center; + display: inline-block; + vertical-align: top; + transition: background 0.5s, box-shadow 0.2s; +} + +.membersPage .groupBox { + padding: 7px; + font-size: 15px; + min-width: 150px; + box-shadow: inset 0px 0px 1em #000; +} + +.membersPage .userBox { + padding: 10px; + line-height: 330%; + width: 200px; + height: 230px; + box-shadow: inset 0px 0px 1.5em #000; +} + +.membersPage .groupBox:hover, .membersPage .userBox:hover { + background: #8364A1; + cursor: pointer; +} + +.membersPage .groupBox:hover { + box-shadow: inset 0px 0px 1em #000; +} + +.membersPage .userBox:hover { + box-shadow: inset 0px 0px 1.5em #000; +} + +.membersPage .userBox img { + width: 200px; + height: 200px; + display: block; + margin: 0px auto; +} + +.membersPage .userBox .userBoxUserName { + font-weight: 700; +} + +.news-post-time { + text-align: right; + font-size: .8em; + margin-right: 10px; + margin-bottom: 7px; +} +.news-poster { + float: right; + text-align: right; + margin-top: -3px; + margin-left: 5px; +} +.news-poster img { + max-width: 120px; + max-height: 120px; + border: 1px solid #9475B2; +} +.news-poster h2 { + line-height: 11px; + margin: -5px 0px 0px; + font-weight: 100; + background: #9475B2; + border-bottom-left-radius: 10px; + font-size: 1.5em; + padding: 5px !important; + height: 15px; +} +.news-comments-container { + margin: 5px auto 0px; +} \ No newline at end of file diff --git a/content/css/mio/mionetics.css b/content/css/mio/mionetics.css new file mode 100644 index 0000000..8187011 --- /dev/null +++ b/content/css/mio/mionetics.css @@ -0,0 +1,788 @@ +/* Flashii.net Style Codename "Mio" Cybernetics Mod */ +@charset "utf-8"; + +html { + color: #FFF; + font: 12px/20px Georgia, "Times New Roman", Times, serif; +} + +body { + margin: 0px; + padding: 0px; + font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; + background: url('//cdn.flashii.net/img/mionetics/body.png') #242424; + text-align: center; +} + +a { + color: #B62723; + text-decoration: none; +} + +a:active, +a:visited { + color: #B62723; + text-decoration: none; +} + +a:hover { + color: #F0E80A; + text-decoration: underline; +} + +img.logo { + height: 125px; + width: 400px; + border: 0px; + background: url('//cdn.flashii.net/img/mionetics/cyberneticlogo.png') no-repeat scroll left top transparent; + background-size: cover; +} + +.hidden { + display: none; + visibility: hidden; +} + +div.navbar { + background: url('//cdn.flashii.net/img/mionetics/cathead.png') repeat-x scroll left top #2C2C2C; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C transparent #131313 transparent; + margin: 5px auto 0px; +} + +div.navbar a { + text-decoration: none; +} + +hr { + color: #404040; + background: #404040; + height: 1px; + border: 0px; +} + +div.navbar ul { + display: block; + margin: 0px auto; + clear: both; + text-align: center; +} + +div.navbar li { + display: inline-block; +} + +li.notcurrent { + padding: 2px 1em; +} + +li.current { + padding: 2px 1em; + padding-bottom: 4px; + margin-left: -1px; +} + +div.pagecontent, div.profile { + margin: 0px auto; + margin-top: 5px; + min-width: 880px; + max-width: 1024px; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C #121212 #131313 #404040; + background: url('//cdn.flashii.net/img/mionetics/cell.png') repeat-x scroll left top #313131; +} + +div.profile { + min-height: 246px; +} + +div.profile_cont { + text-align: left; + padding: 0px 20px; +} + +div.profile_cont hr { + border: 0px solid #000; + height: 1px; + color: #000; + background: #000; + width: 75%; +} + +div.mioboards, div.mioblog, div.miowhois { + margin: 0px auto; + margin-top: 5px; + min-width: 660px; + max-width: 924px; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C #121212 #131313 #404040; + background: url('//cdn.flashii.net/img/mionetics/cell.png') repeat-x scroll left top #313131; +} + +div.miodonate { + margin: 0px auto; + margin-top: 5px; + min-width: 660px; + max-width: 924px; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C #121212 #131313 #404040; +} + +div.miodonate h3 { + margin: 0px; +} + +div.miodonate hr { + margin-bottom: 0px; +} + +div.miodonate h2 { + margin: 0px; + background: url('//cdn.flashii.net/img/mionetics/cell.png') repeat-x scroll left top #313131; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C transparent #131313 #404040; + text-align: right; + float: right; + border-bottom-left-radius: 12px; + display: inline-block; + margin-top: -1px; + padding: 5px; +} + +div.miodonate ul { + list-style: square outside none; +} + +div.miodonate li { + list-style: none outside none; + background: url("//cdn.flashii.net/img/mionetics/buttons.png") transparent; + margin: 0px; + width: 815px; + margin: 8px; + height: 20px; + display: list-item; + box-shadow: 0 0 10px grey; + border-radius: 3px; + font-size: 140%; + padding: 10px; +} + +div.mioucpbar { + min-width: 880px; + max-width: 1024px; +} + +div.miobottom{ + margin: 0px auto; + overflow: auto; + height: auto !important; +} + +div.miobinner { + position: relative; + left: -50%; + float: right; + clear: both; + text-align: left; +} + +h3.miotitle { + background: url('//cdn.flashii.net/img/mionetics/buttons.png'); + margin-top: 0px; + text-align: left; + padding: 3px; + text-shadow: 1px 1px 2px #000; +} + +h2.miotitle { + background: url('//cdn.flashii.net/img/mionetics/buttons.png'); + margin: 0px; + text-align: center; + padding: 3px; + text-shadow: 0px 0px 2px #444; +} + +h1.miotitle { + color: #330066; + margin: 0px; + text-align: center; +} + +body.miomessage { + margin-top: 20%; + text-align: center; +} + +h1.miomessage { + color: #440077; + font-size: 36pt; +} + +.miosub { + color: #330066; + font-size: 8pt; +} + +div.content { + background: url('//cdn.flashii.net/img/mionetics/cell.png') repeat-x scroll left top #313131; +} + +div.mioboxcontent { + text-align: left; + margin: 0px; + line-height: 130%; + overflow: auto; + width: 100%; +} + +div.mioboxcontent h4 { + text-decoration: underline; + display: inline; +} + +div.mioboards div.mioboxcontent { + padding: 0.25em 0.5em 0px; + padding-left: 20px; +} + +div.miocolumn { + float: left; + width: 25%; + display: block; +} + +a.boardlink { + text-decoration: none; + color: inherit; +} + +a.boardlink:hover,a.boardlink:active { + text-decoration: underline; +} + +div.postcontent { + text-align: left; + padding: 0px 10px 0px 10px; +} + +h3.title { + margin-top: 0px; + background: url("//cdn.flashii.net/img/mionetics/buttons.png") transparent; + text-align: left; + padding: 3px; +} + +h1.title{ + margin-top: 0px; + background-color: #9475B2; + text-align: left; + padding: 5px; +} + +ol,dl { + text-align: left; +} + +dl { + padding-left: 10px; +} + +dt.q { + font-weight: bold; + color: #550088; +} + +dd.a { + border-bottom: solid 1px #9475B2; + padding-right: 10px; + margin-bottom: 5px; +} + +span.permalink { + float: right; +} + +span.permalink a { + text-decoration: none; +} + +span.permalink a:hover { + text-decoration: underline; +} + +input[type="text"],input[type="password"],input[type="date"],textarea{ + margin: 0px 2px 0px 0px; + padding: 2px 4px 3px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; +} + +select{ + padding: 1px 2px 2px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; +} + +div.copyright{ + padding-top: 5px; + font-size: 11px; + line-height: 15px; + color: #888; +} + +div.copyright a { + color: #AAA; +} + +.prof_avatar{ + max-height: 200px; + max-width: 200px; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C #121212 #131313 #404040; +} + +div.prof_avatar_cont{ + text-align: right; + float: right; + width: 200px; + height: 200px; + clear: both; + margin-top: -6px; + margin-right: -11px; +} + +div.prof_options { + font-size: 10px; + text-transform: uppercase; +} + +div.prof_options a, div.prof_options a:visited { + color: #111; + text-decoration: none; +} + +div.prof_options a:hover, div.prof_options a:active { + color: #111; + text-decoration: underline; +} + +div.ucp_avatar_cont { + text-align: center; + font-weight: bold; +} + +.windowbutton-container { + float: right; + margin-top: -2px; + margin-right: -2px; + margin-left: -2px; + margin-bottom: -2px; +} + +.closebutton { + cursor: pointer; + height: 23px; + width: 23px; + border: 0px; + background: url('//cdn.flashii.net/img/mionetics/window-sprite.png') no-repeat scroll 0px 0px transparent; +} + +.maxbutton { + cursor: pointer; + height: 23px; + width: 23px; + border: 0px; + background: url('//cdn.flashii.net/img/mionetics/window-sprite.png') no-repeat scroll 0px -23px transparent; +} + +.minbutton { + cursor: pointer; + height: 23px; + width: 23px; + border: 0px; + background: url('//cdn.flashii.net/img/mionetics/window-sprite.png') no-repeat scroll 0px -46px transparent; +} + +.donate-btn { + cursor: pointer; + height: 26px; + width: 90px; + border: 0px; + background: url('//cdn.flashii.net/img/mionetics/donate-btn.png') no-repeat scroll 0px 0px transparent; +} + +div.topLeftBar { + color: #000000; + position: absolute; + left: 0px; + background: #FBEEFF; + padding: 1px 9px; + border: 1px #9475B2 solid; + border-top: 0px; + border-left: 0px; + box-shadow: 0 0 1.5em #808080; + z-index: 997; +} + +div.topLeftBar a { + color: inherit; + text-decoration: none; +} + +div.topLeftBar a:hover { + text-decoration: underline; +} + +div.manageReportsContainer { + text-align: left; + width: 800px; +} + +div.manageReportsContainer > fieldset { + border: #9475B2 solid 1px; + margin: 5px; +} + +div.manageReportsContainer > fieldset > legend { + border: #9475B2 solid 1px; + background: #9475B2; + color: #306; + padding: 1px 5px; +} + +div.manageReportsContainer > fieldset > span > .reportText { + font-size: 10px; + line-height: 130%; +} + +table.miotable { + width:100%; +} + +table.miotablestandalone { + margin: 0px auto; + margin-top: 5px; + min-width: 880px; + max-width: 1024px; + border: solid 1px #9475B2; +} + +.ucptable tr { + width: 100%; +} + +.ucptable td { + width: 50%; +} + +.ucptable input[type="text"],.ucptable input[type="date"] { + width: 373px; +} + +.miotable tr.head { + background:#9475B2; + text-align:center; + font-weight:bold; +} + +.miotable tr.ucpmenu td { + width:25%; +} + +.miotable a { + text-decoration:none; +} + +.miotable a:hover { + text-decoration:underline; +} + +.miotable tr.online a { + color:green; +} + +.miotable tr.semionline a { + color:orange; +} + +.miotable tr.offline a { + color:red; +} + +.miotable td { + padding: 5px; +} + +.miotable tr.online { + color: green; + background: rgba(0,45,0,0.9);} + +.miotable tr.semionline { + color: orange; + background: rgba(51,24,0,0.9); +} + +.miotable tr.offline { + color: red; + background: rgba(51,0,0,0.9); +} + +.registerbutton, .loginbutton { + display: block; + background: #9475B2; + color: #330066; + padding: 10px; + font-size: 20px; + text-decoration: none; + transition: text-shadow 0.2s; +} + +.registerbutton:hover, .loginbutton:hover { + text-shadow: 0px 0px 8px #F1F1F1; +} + +/* Flashii Bar */ +div.flashii-bar .barAvatar { + margin-bottom: -5px; + max-height: 20px; + max-width: 20px; +} + +div.flashii-bar { + color: #FFF; + position: absolute; + right: 0px; + background: url('//cdn.flashii.net/img/mionetics/cathead.png') repeat-x scroll left top #2C2C2C; + padding: 1px 9px; + box-shadow: 0 0 .5em #808080; + z-index: 997; + border-width: 1px; + border-style: solid; + border-color: #3C3C3C #121212 #131313 #404040; + border-top: 0px; + border-right: 0px; +} + +div.flashii-black { + background: rgba(0,0,0,0.5); + position: fixed; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + height: 100%; + width: 100%; + z-index: 998; +} + +div.flashii-bar a { + color: inherit; + text-decoration: none; +} + +div.flashii-bar a:hover { + text-decoration: underline; +} + +div.flashii-horizon { + background-color: transparent; + text-align: center; + position: absolute; + top: 30%; + left: 0px; + width: 100%; + height: 1px; + overflow: visible; + visibility: visible; + display: block; + z-index: 999; +} + +div#flashii-login,div#flashii-register { + min-width: 333px; + max-width: 462px; + border: solid 1px #9475B2; + z-index: 999; + background: #FBEEFF; + margin: 0px auto; +} + +div#flashii-login h3,div#flashii-register h3 { + background-color: #9475B2; + color: rgb(51,0,102); + margin-top: 0px; + text-align: left; + padding: 3px; +} + +div#flashii-login h3 a,div#flashii-register h3 a { + float: right; + color: inherit; + text-decoration: none; +} + +div#flashii-login table,div#flashii-register table { + margin: 0px auto; + text-align: left; +} + +div#flashii-login tr td:first-child,div#flashii-register tr td:first-child{ + background: #C9BBCC; + border: 1px #746677 solid; + color: #400070; + font-weight: bold; + padding: 0px 5px; + font-size: 10pt; + width: 35% !important; +} + +div#flashii-login table tr:last-child td, div#flashii-register table tr:last-child td{ + background: transparent !important; + border: none !important; + color: inherit !important; + font-weight: normal !important; + padding: 0 0 !important; + font-size: inherit !important; + text-align: center; +} + +div#flashii-login #recaptcha_response_field,div#flashii-login input[type="text"],div#flashii-login input[type="password"],div#flashii-register #recaptcha_response_field,div#flashii-register input[type="text"],div#flashii-register input[type="password"] { + margin: 0px 2px 0px 0px; + padding: 2px 4px 3px; + border: 1px solid #AAA; + outline: medium none; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; + width: 292px; +} + +#recaptcha_widget img { + cursor: pointer; +} + +div#recaptcha_image { + margin: 0px 2px 0px 0px; + border: 1px solid #AAA; + outline: medium none; +} + +#recaptcha_response_field { + margin-top: 4px !important; +} + +.recaptcha_custom_buttons { + font-size: smaller; +} + + +/* some more shit */ +.group-select { + margin: 0px auto; + text-align: center; + min-width: 330px !important; + max-width: 945px; +} + +.group-select a { + color: inherit; +} + +.group-select-user { + background: #9475B2; + float: left; + margin: 10px; + text-align: center; + width: 275px; + height: 175px; + padding: 10px; + transition: background 0.5s, box-shadow 0.2s; + box-shadow: inset 0px 0px 1.5em #000; +} + +.group-select-user:hover { + background: #8364A1; + cursor: pointer; + box-shadow: inset 0px 0px 2em #000; +} + +.group-select-user-avatar { + min-height: 150px; + min-width: 150px; + margin: auto auto; +} + +.group-select-user-avatar img { + max-height: 150px; + max-width: 150px; + border: 0px; + padding: 0px; + margin: 0px; +} + + +.membersPage { + width: 100%; + padding: 10px 0px; + overflow: hidden; + text-align: center; +} + +.membersPage a { + color: inherit; +} + +.membersPage .groupBox, .membersPage .userBox { + margin: 10px; + text-align: center; + display: inline-block; + vertical-align: top; + transition: background 0.5s, box-shadow 0.2s; +} + +.membersPage .groupBox { + padding: 7px; + font-size: 15px; + min-width: 150px; + box-shadow: inset 0px 0px 1em #000; +} + +.membersPage .userBox { + padding: 10px; + line-height: 330%; + width: 200px; + height: 230px; + box-shadow: inset 0px 0px 1.5em #000; +} + +.membersPage .groupBox:hover, .membersPage .userBox:hover { + cursor: pointer; +} + +.membersPage .groupBox:hover { + box-shadow: inset 0px 0px 1em #000; +} + +.membersPage .userBox:hover { + box-shadow: inset 0px 0px 1.5em #000; +} + +.membersPage .userBox img { + width: 200px; + height: 200px; + display: block; + margin: 0px auto; +} + +.membersPage .userBox .userBoxUserName { + font-weight: 700; +} diff --git a/content/css/yuuno/yuuno.css b/content/css/yuuno/yuuno.css new file mode 100644 index 0000000..dd00a89 --- /dev/null +++ b/content/css/yuuno/yuuno.css @@ -0,0 +1,1220 @@ +/* + * Flashii.net Style Codename "Yuuno" + */ +@charset "utf-8"; + +/* Standard Elements */ +* { + /* Reset margin and padding */ + margin: 0; + padding: 0; +} +html { + width: 100%; + height: 100%; +} +body { + font: 12px/20px Verdana, sans-serif; + background: linear-gradient(180deg, #C2AFFE, #FBEEFF) no-repeat scroll left top #FBEEFF; + background-size: cover; + color: #000; + height: 100%; + position: relative; + width: 100%; +} + +#container { + min-height: 100%; + position: relative; + width: 100%; +} +#contentwrapper { + padding-bottom: 220px; +} +@media (max-width: 1033px) { + #contentwrapper { + padding-bottom: 230px; + } +} +@media (max-width: 860px) { + #contentwrapper { + padding-bottom: 375px; + } +} +@media (max-width: 510px) { + #contentwrapper { + padding-bottom: 380px; + } +} +@media (max-width: 426px) { + #contentwrapper { + padding-bottom: 625px; + } +} + +.clear { + clear: both !important; + float: none !important; +} +.hidden { + display: none !important; + visibility: hidden !important; +} + +hr.default { + border: 0; + height: 1px; + color: #9475B2; + background: #9475B2; +} + +img { + max-width: 100%; + max-height: 100%; +} +img.default-avatar-setting { + max-width: 200px; + max-height: 200px; + border: 3px solid #EEE; + background: #EEE; + box-shadow: 0 3px 7px #888; + border-radius: 3px; + margin: 5px; +} +img.homepage-menu-avatar { + float: right; + max-width: 100px; + max-width: 100px; + margin-top: -25px; + margin-right: 0; +} +@media (max-width: 400px) { + img.homepage-menu-avatar { + display: none; + } +} +.standalone img:not(:hover) { + max-width: 100%; +} + +a.clean, a.underline, a.no-underline { + color: inherit !important; + text-decoration: none !important; +} +a.underline:hover { + text-decoration: underline !important; +} +a.default { + color: #22E; + text-decoration: none; +} +a.default:hover { + color: #22E; + text-decoration: underline; +} +a.default:active { + color: #E22; + text-decoration: underline; +} +a.gotop { + display: inline-block; + background: url('//cdn.flashii.net/img/arrow.png') #111; + color: #FFF; + width: 60px; + height: 60px; + border-radius: 5px; + text-decoration: none; + opacity: .3; + transition: opacity .5s, box-shadow .5s; + margin: 10px 5px; + float: right; + position: fixed; + bottom: 0; + right: 5px; + z-index: 2; +} +a.gotop:hover { + opacity: .8; + box-shadow: 0 0 1em #FFF inset; +} +a.gotop:active { + box-shadow: 0 0 1em #FFF inset; + opacity: .9; +} + +/* Keyframe Elements */ +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} +@keyframes fadeOut { + 0% { + opacity: 1; + } + 100% { + opacity: 0; + display: none; + } +} +@keyframes fadeIn { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + display: block; + } +} + +/* Notifications */ +.notifications { + position: fixed; + top: 5px; + right: 5px; + z-index: 3; +} +.notifications div { + min-width: 200px; + max-width: 400px; + background: rgba(0, 0, 0, .6); + border: 2px solid #306; + border-radius: 10px; + padding: 10px; + color: #FFF; + font-weight: 700; + margin: 5px; +} + +/* Site Header Styling */ +.header { + text-align: center; + background: linear-gradient(180deg, #C2AFFE, #CCBAFE); + box-shadow: 0 0 5px #8364A1; +} +/*.header .logo { + display: block; + height: 120px; + width: 350px; + border: 0px; + background: url('//cdn.flashii.net/img/satorilogo.png') no-repeat scroll left top transparent; + background-size: cover; + margin: 0px auto; +}*/ +.header .logo { + background: none; + height: auto; + width: auto; + display: inline-block; + text-decoration: none; + font: 100 70px/80px "Segoe UI", sans-serif; + color: #B06AC4; + transition: color .2s, text-shadow .2s; +} +.header .logo:after { + content: "Flashii.net"; +} +.header .logo:hover { + color: #C17BD5; + text-shadow: 0 0 .1em #C17BD5; +} +.header .logo:active { + color: #A059B3; + text-shadow: 0 0 .1em #A059B3; +} +@media (max-width: 768px) { + /*.header .logo { + background: none; + height: auto; + width: auto; + display: inline-block; + text-decoration: none; + font: 50px/60px "Segoe UI Light", sans-serif; + color: #B06AC4; + }*/ + .header .logo { + font: 100 50px/60px "Segoe UI", sans-serif; + } +} +.header .menu { + border-bottom: 2px solid #9475B2; +} +.header .menu .menu-nav { + text-align: left; + float: left; +} +.header .menu .menu-ucp { + text-align: right; + float: right; +} +.header .menu .menu-mob { + display: none; +} +.header .menu .menu-item { + margin: 0 8px -2px; + display: inline-block; + min-width: 75px; + padding: 5px; + border-bottom: 2px solid #8364A1; + color: inherit; + text-decoration: none; + text-align: center; + transition: border-color .5s, background .3s; +} +.header .menu .menu-item.avatar { + width: auto; + padding-left: 36px; + background: url('//cdn.flashii.net/pixel.png') no-repeat scroll left center / contain transparent; +} +.header .menu .menu-item:hover { + border-color: #503180 !important; +} +.header .menu .menu-item:active { + border-color: #503180 !important; + background-color: #503180 !important; +} +.header .menu .menu-donate:hover { + border-color: #EE9400 !important; +} +.header .menu .menu-donate:active { + border-color: #EE9400 !important; + background-color: #EE9400 !important; +} + +@media (max-width: 1120px) and (min-width: 769px) { + .header .menu { + border: 0; + padding-bottom: 5px; + } + .header .menu .menu-nav, .header .menu .menu-ucp { + display: block; + float: none; + text-align: center; + } + .header .menu .menu-item { + min-width: 120px; + border: 0; + margin: 0 8px; + } + .header .menu .menu-nav .menu-item { + min-width: 120px; + border-bottom: 1px solid #8364A1; + } + .header .menu .menu-ucp .menu-item { + min-width: 120px; + border-top: 1px solid #8364A1; + } +} + +@media (max-width: 768px) { + .header .menu .menu-nav, .header .menu .menu-ucp { + float: none; + text-align: center; + display: none; + } + .header .menu .menu-hid { + display: block; + } + .header .menu .menu-mob { + display: block; + } + .header .menu .menu-mob .menu-item { + width: 100px; + } + .header .menu .menu-nav .menu-item, .header .menu .menu-ucp .menu-item { + display: block; + border-top: 0; + border-bottom: 1px solid #8364A1; + margin: 0 8px; + } + .header .menu .menu-nav:before { + content: "Navigation"; + font-size: 20px; + line-height: 40px; + } + .header .menu .menu-ucp:before { + content: "User Settings"; + font-size: 20px; + line-height: 40px; + } +} + +/* Footer Styling */ +.footer { + box-shadow: 0 0 1em #9475B2; + font-size: small; + width: 100%; + padding-top: 10px; + padding-bottom: 30px; + background: linear-gradient(180deg, #9475B2 0%, #FBEEFF 20%, #C2AFFE 100%) #C2AFFE; + position: absolute; + bottom: 0; +} +.footer .ftsections a { + color: inherit; + text-decoration: none; +} +.footer .ftsections a:hover { + text-decoration: underline; +} +.footer .ftsections { + margin: auto; + text-align: center; + width: 95%; + min-height: 150px; +} +.footer .ftsections .ftsection { + vertical-align: top; + text-align: left; + display: inline-block; + width: 200px; + list-style-type: none; +} +.footer .ftsections .ftsection li { + margin: 2px; +} +.footer .ftsections .ftsection li.fthead { + margin-bottom: 5px; + font-weight: 700; +} +.footer .sections .copycentre { + text-align: center; + width: 100%; +} + +/* Main content related stuff */ +.content { + margin: 10px auto; + padding: 2px 3px; + width: 1024px; + border: 1px solid #9475B2; + box-shadow: 0 0 3px #9475B2; + border-radius: 3px; + background: #D3BFFF; +} +.standalone { + background: #C2AEEE; + padding: 10px; + width: auto; + max-width: 1024px; +} +.private-message { + border-top: 1px solid #C2AEEE; +} + +/* Markdown Section */ +.markdown { + font: 12px/1.4 "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + word-wrap: break-word; +} +.markdown a { + color: #00F; + text-decoration: none; +} +.markdown a:hover { + color: #00F; + text-decoration: underline; +} +.markdown a:active { + color: #F00; + text-decoration: underline; +} +.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { + border-bottom: 1px solid; + padding-bottom: 5px; + font-weight: 700; +} +.markdown p, .markdown blockquote, .markdown ul, .markdown ol, .markdown dl, .markdown table, .markdown pre { + margin-top: 0; + margin-bottom: 16px; +} +.markdown hr { + border: 0; + height: 1px; + color: #000; + background: #000; + margin: 0; +} +.markdown table { + display: block; + width: 100%; + overflow: auto; + word-break: keep-all; + border-collapse: collapse; + border-spacing: 0; +} +.markdown table tr { + border-spacing: 0; + border: 1px solid #9475B2; +} +.markdown table th, .markdown table td { + padding: 6px 13px; + border: 1px solid #9475B2; +} +.markdown table tr:nth-child(even) { + background: #B19DDD; +} +.markdown hr { + background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC') repeat-x scroll 0px 0px transparent; + border: 0 none; + color: #CCC; + height: 4px; + padding: 0; + margin: 15px 0; +} +.markdown blockquote { + border-left: 4px solid #9475B2; + padding: 0 15px; + color: #555; +} +.markdown blockquote > blockquote { + margin-left: 0; +} +.markdown blockquote > :last-child { + margin-bottom: 0; +} +.markdown pre { + word-wrap: normal; +} +.markdown .highlight pre, .markdown pre { + background: #B19DDD; + border: 1px solid #9475B2; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; +} +.markdown ul, .markdown ol { + margin-left: 40px; +} + +/* Styling for the plain HTML button on the /r/ pages */ +.markdown-raw { + width: 100%; + margin-top: 7px; + text-align: center; +} +.markdown-raw a { + display: inline-block; + margin: 0 auto; + border-radius: 5px; + background: #A08DDC; + padding: 8px 10px; + box-shadow: inset 0 0 .5em #000; + text-decoration: none; + color: #000; + transition: box-shadow .2s; + min-width: 200px; +} +.markdown-raw a:active { + box-shadow: inset 0 0 1em #000; +} + +/* Content div styling */ +.content-column { + position: relative; + min-height: 600px; +} +.content-left { + float: left; + width: 688px; +} +.content-right { + float: right; + width: 334px; +} +.content-left .head, +.news .head, +.donate .head, +.loginPage > .loginCont .head, +.messages .head { + margin: -1px -2px; + padding: 4px 5px 5px; + font-weight: 700; + font-size: 20px; + color: #306; + background: linear-gradient(90deg, rgba(148,117,178,.7), rgba(148,117,178,0)) #C2AFFE; + border-radius: 2px; +} +.content-right .head, +.loginPage > .registerForm .head { + margin: -1px -2px -1px; + padding: 4px 5px 5px; + font-weight: 700; + font-size: 20px; + color: #306; + background: linear-gradient(270deg, rgba(148,117,178,.7), rgba(148,117,178,0)) #C2AFFE; + border-radius: 2px; +} + +/* Button div styling */ +.button { + margin: 0 0 3px; + padding: 7px 5px; + text-align: center; + border-radius: 5px; + font-weight: 100; + background: linear-gradient(180deg, #874399, #35245E) #874399; + transition: text-shadow .25s; + color: #FFF; + font-size: 16px; + text-decoration: none; + display: block; +} +.button:hover { + text-shadow: 0 0 8px #F1F1F1; + cursor: pointer; +} +.content-right .registerbutton { + background: linear-gradient(180deg, #874399, #35245E) #874399; +} +.button.profileOption { + width: auto !important; +} + +/* Frontpage news styling (and probably news page too) */ +.news { + min-height: 0; +} +.news-head { + margin: -1px -2px; + padding: 4px; + background: #C2AFFE; + font-weight: 700; + display: block; + font-size: 17px; + color: inherit; + text-decoration: none; +} +.news-rss { + float: right; +} +.news-body { + font-size: 10pt; + padding: 2px 0 0 3px; +} +.news-post-time { + font-size: 8pt; + padding: 6px 15px; + text-align: right; + font-weight: 700; +} +.news-poster { + margin-top: -20px; + float: right; + text-align: center; + width: 140px; +} +.news-poster img { + max-width: 120px; + max-height: 120px; +} +.news-poster h1 { + line-height: 100%; + margin: 0; + margin-top: -5px; +} +@media (max-width: 768px) { + .news-poster { + margin: 0; + } +} +@media (max-width: 400px) { + .news-poster { + margin-top: 10px; + width: auto; + padding: 0 10px 0 0; + } + .news-poster img { + display: none; + } +} + +/* Heading */ +h1, h2, h3, h4, h5, h6 { + font-family: "Segoe UI", sans-serif; + font-weight: 100; + margin: 5px 0; +} +h1.stylised { + text-shadow: 0 0 5px #8364A1; + color: #614390; +} + +/* Homepage */ +.homepage .content-right ul { + margin: 10px 0; + margin-left: 30px; +} + +/* Chat login */ +.content.chat { + +} +.content.chat .head { + margin: -1px -2px -1px; + padding: 2px; + font-weight: 700; + font-size: 20px; + color: #306; + background: linear-gradient(270deg, rgba(148,117,178,.7), rgba(148,117,178,0)) #C2AFFE; + border-radius: 2px; +} + +.content.chat form { + padding: 10px; +} + +.content.chat form input[type="text"], .content.chat form input[type="password"] { + height: 18px; + width: 488px; +} + +.content.chat form *:not(option) { + display: block; + margin: 1px auto; + width: 500px; + padding: 5px; +} + +.content.chat .loggedIn { + text-align: center; +} + +.content.chat .loggedIn .userBox { + padding: 10px; + line-height: 330%; + width: 150px; + height: 180px; + background: linear-gradient(180deg, #C2AFFE, #B19EED) no-repeat scroll left top / cover #C2AFFE; + margin: 7px; + border-radius: 5px; + text-align: center; + box-shadow: 0 0 .5em #000; + display: inline-block; + vertical-align: top; + transition: box-shadow 0.2s; +} + +.content.chat .loggedIn .userBox:hover { + box-shadow: 0 0 1em #000; + cursor: pointer; +} + +.content.chat .loggedIn .userBox:active { + box-shadow: 0 0 1.5em #609; +} + +.content.chat .loggedIn .userBox img { + width: 150px; + height: 150px; + display: block; + margin: 0 auto; +} + +.content.chat .loggedIn .userBox .userBoxUserName { + font-weight: 700; +} + +.content.chat a { + color: inherit; +} + +/* Profile */ +.profile .button { + display: inline-block !important; + padding: 7px 16px; +} +.profile .standingtable { + border-collapse: separate; + border-spacing: 0; +} +.profile .standingtable td { + border-left: 1px solid #9475B2; + border-bottom: 1px solid #9475B2; + vertical-align: middle; +} +.profile .standingtable td:first-child { + border-left: 0 none; +} +.profile .standingtable tr:last-child td { + border-bottom: 0 none; +} +.profile .standingtable tr:first-child td { + background: #9475B2; + padding: 0 3px; + font-weight: 700; +} +.profile .content-left { + max-height: 800px; + overflow: auto; +} +@media (max-width: 1024px) { + .content { + width: auto; + } + .content .content-right { + width: 100%; + min-height: 0; + } + .content .content-left { + width: 100%; + min-height: 0; + border-top: 1px solid #9475B2; + } +} + +/* Settings */ +.settings .right-menu-nav > div { + background: #C2AFFE; + padding: 4px; + margin: -1px -2px; + font-weight: 700; + display: block; + font-size: 17px; +} +.settings .right-menu-nav > a { + display: block; + font-size: 14px; + line-height: 25px; + color: #22E; + text-decoration: none; + padding-left: 10px; +} +.settings .right-menu-nav > a:hover { + color: #22E; + text-decoration: underline; +} +.settings .right-menu-nav > a:active { + color: #E22; + text-decoration: underline; +} +.settings .settings-explanation { + font-size: 11px; + line-height: 18px; + padding: 7px; + border-bottom: 1px solid #C2AFFE; + margin-bottom: 7px; +} +.settings .settings-table { + width: 100%; +} +.settings .settings-table tr > th { + font-size: 17px; + background: #C2AFFE; + padding: 4px; + margin: -1px -2px; + font-weight: 700; +} +.settings .settings-table tr > td { + text-align: center; +} +.settings .settings-table > tbody > tr:not(:last-child) > td { + border-bottom: 1px solid #C2AFFE; +} +.settings .settings-table tr.current-session > td { + background: #B39EED; +} +.settings .profile-field { + width: 100%; +} +.settings .profile-field > div:nth-child(2) > input { + width: calc(100% - 16px); +} +.settings .profile-save { + text-align: center; + padding: 10px; +} +.settings .background-frame { + max-width: 600px; + max-height: 400px; + border: 3px solid #EEE; + background: #EEE; + box-shadow: 0 3px 7px #888; + border-radius: 3px; + margin: 5px; +} +.settings form { + overflow: auto; +} + +/* Members page */ +.membersPage { + width: 100%; + padding: 10px 0; + overflow: hidden; + text-align: center; +} +.membersPage a { + color: inherit; +} +.membersPage .groupBox, .membersPage .userBox { + background: linear-gradient(180deg, #C2AFFE, #B19EED) no-repeat scroll left top / cover #C2AFFE; + margin: 7px; + border-radius: 5px; + text-align: center; + box-shadow: 0 0 .5em #000; + display: inline-block; + vertical-align: top; + transition: box-shadow .2s; +} +.membersPage .groupBox { + padding: 5px; + font-size: 15px; + min-width: 150px; + text-shadow: 0 0 1em #888; +} +.membersPage .userBox { + padding: 10px; + line-height: 330%; + width: 200px; + height: 230px; +} +.membersPage .groupBox:hover, .membersPage .userBox:hover { + box-shadow: 0 0 1em #000; + cursor: pointer; +} +.membersPage .groupBox:active, .membersPage .userBox:active { + box-shadow: 0 0 1.5em #609; +} +.membersPage .userBox img { + width: 200px; + height: 200px; + display: block; + margin: 0 auto; +} +.membersPage .userBox .userBoxUserName { + font-weight: 700; +} + +/* Drop Down Styling */ +.dropDown { + display: inline-block; + position: relative; +} +.dropDown .dropDownInner { + display: inline-block; + background: rgba(12, 12, 12, .7); + min-width: 200px; + border: 2px solid #9475B2; + float: left; + font-family: "Segoe UI", sans-serif; + text-align: left; + margin: 0 2px; + transition: background .5s; +} +.dropDown .dropDownInner:hover { + background: rgba(21, 21, 21, .8); +} +.dropDown .dropDownInner a { + padding: 0 1px 0 4px; + display: none; + color: #FFF; + text-decoration: none; + clear: both; + transition: background .2s; +} +.dropDown .dropDownInner a:hover { + background: rgba(21, 21, 21, .5); +} +.dropDown .dropDownInner a:active { + background: rgba(21, 21, 21, .7); +} +.dropDown .dropDownInner a.dropDownSelected { + display: inline-block; +} +.dropDown .dropDownInner:hover a { + display: block; + float: none; +} +.dropDown .dropDownInner a.dropDownDesc { + display: inline-block; +} +.dropDown .dropDownInner:hover a.dropDownDesc { + display: none; +} + +/* Donate page */ +.donate .sectionHeader { + margin: -1px -2px; + background: linear-gradient(270deg, rgba(148, 117, 178, .7), rgba(148, 117, 178, 0), rgba(148, 117, 178, .7)) #C2AFFE; + padding: 2px; + font-weight: 700; + font-size: 15px; + color: #306; +} +.donate .featureParent { + width: 100%; + padding: 10px 0; + overflow: hidden; + text-align: center; +} +.donate .featureBox { + background: linear-gradient(180deg, #C2AFFE, #B19EED) no-repeat scroll left top / cover #C2AFFE; + margin: 7px; + border-radius: 5px; + text-align: center; + box-shadow: 0 0 .5em #000; + display: inline-block; + vertical-align: top; + transition: box-shadow .2s; + width: 320px; + padding: 5px 0; +} +.donate .featureBox:hover { + box-shadow: 0 0 1em #000; + cursor: pointer; +} +.donate .featureBox:active { + box-shadow: 0 0 1.5em #609; +} +.donate .featureBoxHeader { + font-weight: 700; + font-size: 15px; +} +.donate .featureBoxDesc { + padding: 1px 2px; +} +.donate .featureBoxDesc.donateClosed { + display: none; +} +.donate .featureBoxDesc.donateOpened { + display: block; +} +.donate .paypal-donate-form { + margin: 10px auto; + display: block; + text-align: center; +} + +/* Messages */ +.messages > table { + width: 100%; + border-spacing: 0; +} +.messages > .msg-inbox > thead > tr > td { + font-weight: 700; + text-align: center; +} +.messages > .msg-inbox > tbody > tr > td { + border-bottom: 1px solid #B19EED; + border-top: 1px solid #B19EED; +} +.messages > .msg-inbox > * > tr > td { + padding: 0 4px; +} +.messages > .msg-inbox > * > tr > td:first-child { + width: 150px; + text-align: center; +} +.messages > .msg-inbox > tbody > tr > td:first-child { + border-left: 1px solid #B19EED; +} +.messages > .msg-inbox > * > tr > td:last-child { + width: 220px; + text-align: center; +} +.messages > .msg-inbox > tbody > tr > td:last-child { + border-right: 1px solid #B19EED; +} + +.messageFoldersContainer { + text-align: center; + padding: 9px 0 0; +} + +.messageFoldersContainer > .messagesFolder { + background: linear-gradient(180deg, #C2AFFE, #B19EED) no-repeat scroll left top / cover #C2AFFE; + margin: 7px; + border-radius: 5px; + text-align: center; + box-shadow: 0 0 .5em #000; + display: inline-block; + vertical-align: top; + transition: box-shadow .2s; + padding: 5px; + font-size: 15px; + min-width: 150px; + color: inherit; + text-decoration: none; +} +.messageFoldersContainer > .messagesFolder:hover { + box-shadow: 0 0 1em #000; + cursor: pointer; +} +.messageFoldersContainer > .messagesFolder:active { + box-shadow: 0 0 1.5em #609; +} + +/* Input buttons styling */ +input[type="submit"].inputStyling, input[type="button"].inputStyling { + padding: 3px 10px; + cursor: pointer; + border: 0; + border-radius: 3px; + background: linear-gradient(180deg, #9475B2 0%, #9475B2 50%, #86A 50%) #9475B2; + margin: 4px 1px; + color: #FFF; + box-shadow: inset #222 0 0 1px; + text-shadow: #888 0 0 2px; + transition: text-shadow .5s, box-shadow .5s; + font-size: 22px; + min-width: 120px; +} +input[type="submit"].inputStyling:hover, input[type="button"].inputStyling:hover { + box-shadow: inset #222 0 0 3px; + text-shadow: #F1F1F1 0 0 5px; +} +input[type="submit"].inputStyling:active, input[type="button"].inputStyling:active { + box-shadow: inset #222 0 0 5px; + text-shadow: #F1F1F1 0 0 3px; + transition: text-shadow .2s, box-shadow .2s; +} +input[type="text"].inputStyling, input[type="password"].inputStyling , input[type="date"].inputStyling { + padding: 3px 4px; + border: 1px solid #CCC; + box-shadow: inset #DDD 0 0 5px; + background: linear-gradient(180deg, #FFF 0%, #EEE 50%, #E5E5E5 50%) #FFF; +} +textarea.inputStyling { + padding: 3px 4px; + border: 1px solid #CCC; + box-shadow: inset #DDD 0 0 5px; + background: linear-gradient(180deg, #FFF 0%, #EEE 50%, #E5E5E5 50%) #FFF; +} + +/* Login and Register pages */ +.loginPage { + margin: 0 auto; + max-width: 825px; +} +.loginPage > .registerForm, +.loginPage > .loginCont > * { + text-align: center; + border: 1px solid #9475B2; + margin: 10px auto; + padding: 2px 3px; + width: 400px; + border: 1px solid #9475B2; + box-shadow: 0 0 3px #9475B2; + border-radius: 3px; + background: #D3BFFF; +} +@media (max-width: 430px) { + .loginPage > .registerForm, + .loginPage > .loginCont > * { + width: 300px; + } +} +.loginPage > .loginCont { + float: left; +} +.loginPage > .registerForm { + float: right; +} +@media (max-width: 820px) { + .loginPage > .loginCont { + float: none; + } + .loginPage > .registerForm { + float: none; + } +} +.loginPage .head { + text-align: left; +} +.loginPage > div > form > div > input { + font-size: 16px; +} +.loginPage input[type="text"], .loginPage input[type="password"] { + width: calc(100% - 16px); +} +.loginPage form > div > label { + font-size: 20px; + font-weight: 100; + padding: 0 5px; + line-height: 32px; + color: #222; + text-shadow: #888 0 0 3px; +} +.loginPage .subLinks { + font-size: 10px; +} +.loginPage .centreAlign { + text-align: center; +} +.loginPage .leftAlign { + text-align: left; +} + +/* reCAPTCHA */ +.recaptcha { + text-align: center; + width: 334px; + margin: 0 auto; +} +.recaptcha > .recaptcha_widget_form { + border: 1px solid #9475B2; + display: inline-block; + position: relative; + left: 1px; +} +.recaptcha > .recaptcha_widget_form > #recaptcha_image { + margin: 0 auto; + cursor: pointer; +} +.recaptcha > .recaptcha_widget_form > #recaptcha_response_field { + width: calc(300px - 10px); +} +.recaptcha > .recaptcha_widget_form { + float: left; +} +.recaptcha > .recaptcha_buttons { + float: right; + font-size: 25px; +} +.recaptcha > .recaptcha_buttons > a { + height: 26.9px; + display: block; + background: linear-gradient(270deg, #9475B2 0%, #9475B2 50%, #86A 50%) repeat scroll 0% 0% #9475B2; + padding: 2px 6px 0 4px; + margin-bottom: -2px; + color: #306; + text-shadow: 0 0 1px #306; + transition: text-shadow .5s; +} +.recaptcha > .recaptcha_buttons > a:hover { + text-shadow: #306 0 0 5px; +} +.recaptcha > .recaptcha_buttons > a:active { + text-shadow: #306 0 0 3px; + transition: text-shadow .2s; +} +.recaptcha > .recaptcha_buttons > a:first-child { + border-top-right-radius: 4px; +} +.recaptcha > .recaptcha_buttons > a:last-child { + border-bottom-right-radius: 4px; +} +@media (max-width: 430px) { + .recaptcha { + width: 301px; + } + .recaptcha > .recaptcha_widget_form { + position: relative; + left: -1px; + } + .recaptcha > .recaptcha_buttons > a { + display: inline-block; + width: 26.9px; + background: linear-gradient(0deg, #9475B2 0%, #9475B2 50%, #86A 50%) repeat scroll 0% 0% #9475B2; + } + .recaptcha > .recaptcha_buttons > a:first-child { + border-top-right-radius: 0px; + border-bottom-left-radius: 4px; + } +} diff --git a/content/css/yuuno/yuuno.min.css b/content/css/yuuno/yuuno.min.css new file mode 100644 index 0000000..c0f6342 --- /dev/null +++ b/content/css/yuuno/yuuno.min.css @@ -0,0 +1 @@ +/* Flashii.net Style Codename "Yuuno" */ @charset "utf-8";*{margin:0;padding:0}html{width:100%;height:100%}body{font:12px/20px Verdana,sans-serif;background:linear-gradient(180deg,#C2AFFE,#FBEEFF) left top no-repeat #FBEEFF;background-size:cover;color:#000;height:100%;position:relative;width:100%}#container{min-height:100%;position:relative;width:100%}#contentwrapper{padding-bottom:220px}@media (max-width:1033px){#contentwrapper{padding-bottom:230px}}@media (max-width:860px){#contentwrapper{padding-bottom:375px}}@media (max-width:510px){#contentwrapper{padding-bottom:380px}}@media (max-width:426px){#contentwrapper{padding-bottom:625px}}.clear{clear:both!important;float:none!important}.hidden{display:none!important;visibility:hidden!important}hr.default{border:0;height:1px;color:#9475B2;background:#9475B2}img{max-width:100%;max-height:100%}img.default-avatar-setting{max-width:200px;max-height:200px;border:3px solid #EEE;background:#EEE;box-shadow:0 3px 7px #888;border-radius:3px;margin:5px}img.homepage-menu-avatar{float:right;max-width:100px;margin-top:-25px;margin-right:0}@media (max-width:400px){img.homepage-menu-avatar{display:none}}.standalone img:not(:hover){max-width:100%}a.clean,a.no-underline,a.underline{color:inherit!important;text-decoration:none!important}a.underline:hover{text-decoration:underline!important}a.default{color:#22E;text-decoration:none}a.default:hover{color:#22E;text-decoration:underline}a.default:active{color:#E22;text-decoration:underline}a.gotop{display:inline-block;background:url(//cdn.flashii.net/img/arrow.png) #111;color:#FFF;width:60px;height:60px;border-radius:5px;text-decoration:none;opacity:.3;transition:opacity .5s,box-shadow .5s;margin:10px 5px;float:right;position:fixed;bottom:0;right:5px;z-index:2}a.gotop:hover{opacity:.8;box-shadow:0 0 1em #FFF inset}a.gotop:active{box-shadow:0 0 1em #FFF inset;opacity:.9}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0;display:none}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1;display:block}}.notifications{position:fixed;top:5px;right:5px;z-index:3}.notifications div{min-width:200px;max-width:400px;background:rgba(0,0,0,.6);border:2px solid #306;border-radius:10px;padding:10px;color:#FFF;font-weight:700;margin:5px}.header{text-align:center;background:linear-gradient(180deg,#C2AFFE,#CCBAFE);box-shadow:0 0 5px #8364A1}.header .logo{background:0 0;height:auto;width:auto;display:inline-block;text-decoration:none;font:100 70px/80px "Segoe UI",sans-serif;color:#B06AC4;transition:color .2s,text-shadow .2s}.header .logo:after{content:"Flashii.net"}.header .logo:hover{color:#C17BD5;text-shadow:0 0 .1em #C17BD5}.header .logo:active{color:#A059B3;text-shadow:0 0 .1em #A059B3}@media (max-width:768px){.header .logo{font:100 50px/60px "Segoe UI",sans-serif}}.header .menu{border-bottom:2px solid #9475B2}.header .menu .menu-nav{text-align:left;float:left}.header .menu .menu-ucp{text-align:right;float:right}.header .menu .menu-mob{display:none}.header .menu .menu-item{margin:0 8px -2px;display:inline-block;min-width:75px;padding:5px;border-bottom:2px solid #8364A1;color:inherit;text-decoration:none;text-align:center;transition:border-color .5s,background .3s}.header .menu .menu-item.avatar{width:auto;padding-left:36px;background:url(//cdn.flashii.net/pixel.png) left center/contain no-repeat}.header .menu .menu-item:hover{border-color:#503180!important}.header .menu .menu-item:active{border-color:#503180!important;background-color:#503180!important}.header .menu .menu-donate:hover{border-color:#EE9400!important}.header .menu .menu-donate:active{border-color:#EE9400!important;background-color:#EE9400!important}@media (max-width:1120px) and (min-width:769px){.header .menu{border:0;padding-bottom:5px}.header .menu .menu-nav,.header .menu .menu-ucp{display:block;float:none;text-align:center}.header .menu .menu-item{min-width:120px;border:0;margin:0 8px}.header .menu .menu-nav .menu-item{min-width:120px;border-bottom:1px solid #8364A1}.header .menu .menu-ucp .menu-item{min-width:120px;border-top:1px solid #8364A1}}@media (max-width:768px){.header .menu .menu-nav,.header .menu .menu-ucp{float:none;text-align:center;display:none}.header .menu .menu-hid,.header .menu .menu-mob{display:block}.header .menu .menu-mob .menu-item{width:100px}.header .menu .menu-nav .menu-item,.header .menu .menu-ucp .menu-item{display:block;border-top:0;border-bottom:1px solid #8364A1;margin:0 8px}.header .menu .menu-nav:before{content:"Navigation";font-size:20px;line-height:40px}.header .menu .menu-ucp:before{content:"User Settings";font-size:20px;line-height:40px}}.footer{box-shadow:0 0 1em #9475B2;font-size:small;width:100%;padding-top:10px;padding-bottom:30px;background:linear-gradient(180deg,#9475B2 0,#FBEEFF 20%,#C2AFFE 100%) #C2AFFE;position:absolute;bottom:0}.footer .ftsections a{color:inherit;text-decoration:none}.footer .ftsections a:hover{text-decoration:underline}.footer .ftsections{margin:auto;text-align:center;width:95%;min-height:150px}.footer .ftsections .ftsection{vertical-align:top;text-align:left;display:inline-block;width:200px;list-style-type:none}.footer .ftsections .ftsection li{margin:2px}.footer .ftsections .ftsection li.fthead{margin-bottom:5px;font-weight:700}.footer .sections .copycentre{text-align:center;width:100%}.content{margin:10px auto;padding:2px 3px;width:1024px;border:1px solid #9475B2;box-shadow:0 0 3px #9475B2;border-radius:3px;background:#D3BFFF}.standalone{background:#C2AEEE;padding:10px;width:auto;max-width:1024px}.private-message{border-top:1px solid #C2AEEE}.markdown{font:12px/1.4 "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;word-wrap:break-word}.markdown a{color:#00F;text-decoration:none}.markdown a:hover{color:#00F;text-decoration:underline}.markdown a:active{color:red;text-decoration:underline}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{border-bottom:1px solid;padding-bottom:5px;font-weight:700}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown table{display:block;width:100%;overflow:auto;word-break:keep-all;border-collapse:collapse;border-spacing:0}.markdown table tr{border-spacing:0;border:1px solid #9475B2}.markdown table td,.markdown table th{padding:6px 13px;border:1px solid #9475B2}.markdown table tr:nth-child(even){background:#B19DDD}.markdown hr{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x;border:0;color:#CCC;height:4px;padding:0;margin:15px 0}.markdown blockquote{border-left:4px solid #9475B2;padding:0 15px;color:#555}.markdown blockquote>blockquote{margin-left:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown pre{word-wrap:normal}.markdown .highlight pre,.markdown pre{background:#B19DDD;border:1px solid #9475B2;font-size:13px;line-height:19px;overflow:auto;padding:6px 10px;border-radius:3px}.markdown ol,.markdown ul{margin-left:40px}.markdown-raw{width:100%;margin-top:7px;text-align:center}.markdown-raw a{display:inline-block;margin:0 auto;border-radius:5px;background:#A08DDC;padding:8px 10px;box-shadow:inset 0 0 .5em #000;text-decoration:none;color:#000;transition:box-shadow .2s;min-width:200px}.markdown-raw a:active{box-shadow:inset 0 0 1em #000}.content-column{position:relative;min-height:600px}.content-left{float:left;width:688px}.content-right{float:right;width:334px}.content-left .head,.donate .head,.loginPage>.loginCont .head,.messages .head,.news .head{margin:-1px -2px;padding:4px 5px 5px;font-weight:700;font-size:20px;color:#306;background:linear-gradient(90deg,rgba(148,117,178,.7),rgba(148,117,178,0)) #C2AFFE;border-radius:2px}.content-right .head,.loginPage>.registerForm .head{margin:-1px -2px;padding:4px 5px 5px;font-weight:700;font-size:20px;color:#306;background:linear-gradient(270deg,rgba(148,117,178,.7),rgba(148,117,178,0)) #C2AFFE;border-radius:2px}.button{margin:0 0 3px;padding:7px 5px;text-align:center;border-radius:5px;font-weight:100;background:linear-gradient(180deg,#874399,#35245E) #874399;transition:text-shadow .25s;color:#FFF;font-size:16px;text-decoration:none;display:block}.button:hover{text-shadow:0 0 8px #F1F1F1;cursor:pointer}.content-right .registerbutton{background:linear-gradient(180deg,#874399,#35245E) #874399}.button.profileOption{width:auto!important}.news{min-height:0}.news-head{margin:-1px -2px;padding:4px;background:#C2AFFE;font-weight:700;display:block;font-size:17px;color:inherit;text-decoration:none}.news-rss{float:right}.news-body{font-size:10pt;padding:2px 0 0 3px}.news-post-time{font-size:8pt;padding:6px 15px;text-align:right;font-weight:700}.news-poster{margin-top:-20px;float:right;text-align:center;width:140px}.news-poster img{max-width:120px;max-height:120px}.news-poster h1{line-height:100%;margin:-5px 0 0}@media (max-width:768px){.news-poster{margin:0}}@media (max-width:400px){.news-poster{margin-top:10px;width:auto;padding:0 10px 0 0}.news-poster img{display:none}}h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",sans-serif;font-weight:100;margin:5px 0}h1.stylised{text-shadow:0 0 5px #8364A1;color:#614390}.homepage .content-right ul{margin:10px 0 10px 30px}.content.chat .head{margin:-1px -2px;padding:2px;font-weight:700;font-size:20px;color:#306;background:linear-gradient(270deg,rgba(148,117,178,.7),rgba(148,117,178,0)) #C2AFFE;border-radius:2px}.content.chat form{padding:10px}.content.chat form input[type=text],.content.chat form input[type=password]{height:18px;width:488px}.content.chat form :not(option){display:block;margin:1px auto;width:500px;padding:5px}.content.chat .loggedIn{text-align:center}.content.chat .loggedIn .userBox{padding:10px;line-height:330%;width:150px;height:180px;background:linear-gradient(180deg,#C2AFFE,#B19EED) left top/cover no-repeat #C2AFFE;margin:7px;border-radius:5px;text-align:center;box-shadow:0 0 .5em #000;display:inline-block;vertical-align:top;transition:box-shadow .2s}.content.chat .loggedIn .userBox:hover{box-shadow:0 0 1em #000;cursor:pointer}.content.chat .loggedIn .userBox:active{box-shadow:0 0 1.5em #609}.content.chat .loggedIn .userBox img{width:150px;height:150px;display:block;margin:0 auto}.content.chat .loggedIn .userBox .userBoxUserName{font-weight:700}.content.chat a{color:inherit}.profile .button{display:inline-block!important;padding:7px 16px}.profile .standingtable{border-collapse:separate;border-spacing:0}.profile .standingtable td{border-left:1px solid #9475B2;border-bottom:1px solid #9475B2;vertical-align:middle}.profile .standingtable td:first-child{border-left:0 none}.profile .standingtable tr:last-child td{border-bottom:0 none}.profile .standingtable tr:first-child td{background:#9475B2;padding:0 3px;font-weight:700}.profile .content-left{max-height:800px;overflow:auto}@media (max-width:1024px){.content{width:auto}.content .content-right{width:100%;min-height:0}.content .content-left{width:100%;min-height:0;border-top:1px solid #9475B2}}.settings .right-menu-nav>div{background:#C2AFFE;padding:4px;margin:-1px -2px;font-weight:700;display:block;font-size:17px}.settings .right-menu-nav>a{display:block;font-size:14px;line-height:25px;color:#22E;text-decoration:none;padding-left:10px}.settings .right-menu-nav>a:hover{color:#22E;text-decoration:underline}.settings .right-menu-nav>a:active{color:#E22;text-decoration:underline}.settings .settings-explanation{font-size:11px;line-height:18px;padding:7px;border-bottom:1px solid #C2AFFE;margin-bottom:7px}.settings .settings-table{width:100%}.settings .settings-table tr>th{font-size:17px;background:#C2AFFE;padding:4px;margin:-1px -2px;font-weight:700}.settings .settings-table tr>td{text-align:center}.settings .settings-table>tbody>tr:not(:last-child)>td{border-bottom:1px solid #C2AFFE}.settings .settings-table tr.current-session>td{background:#B39EED}.settings .profile-field{width:100%}.settings .profile-field>div:nth-child(2)>input{width:calc(100% - 16px)}.settings .profile-save{text-align:center;padding:10px}.settings .background-frame{max-width:600px;max-height:400px;border:3px solid #EEE;background:#EEE;box-shadow:0 3px 7px #888;border-radius:3px;margin:5px}.settings form{overflow:auto}.membersPage{width:100%;padding:10px 0;overflow:hidden;text-align:center}.membersPage a{color:inherit}.membersPage .groupBox,.membersPage .userBox{background:linear-gradient(180deg,#C2AFFE,#B19EED) left top/cover no-repeat #C2AFFE;margin:7px;border-radius:5px;text-align:center;box-shadow:0 0 .5em #000;display:inline-block;vertical-align:top;transition:box-shadow .2s}.membersPage .groupBox{padding:5px;font-size:15px;min-width:150px;text-shadow:0 0 1em #888}.membersPage .userBox{padding:10px;line-height:330%;width:200px;height:230px}.membersPage .groupBox:hover,.membersPage .userBox:hover{box-shadow:0 0 1em #000;cursor:pointer}.membersPage .groupBox:active,.membersPage .userBox:active{box-shadow:0 0 1.5em #609}.membersPage .userBox img{width:200px;height:200px;display:block;margin:0 auto}.membersPage .userBox .userBoxUserName{font-weight:700}.dropDown a{display:none}.dropDown .dropDownSelected{display:inline-block}.donate .sectionHeader{margin:-1px -2px;background:linear-gradient(270deg,rgba(148,117,178,.7),rgba(148,117,178,0),rgba(148,117,178,.7)) #C2AFFE;padding:2px;font-weight:700;font-size:15px;color:#306}.donate .featureParent{width:100%;padding:10px 0;overflow:hidden;text-align:center}.donate .featureBox{background:linear-gradient(180deg,#C2AFFE,#B19EED) left top/cover no-repeat #C2AFFE;margin:7px;border-radius:5px;text-align:center;box-shadow:0 0 .5em #000;display:inline-block;vertical-align:top;transition:box-shadow .2s;width:320px;padding:5px 0}.donate .featureBox:hover{box-shadow:0 0 1em #000;cursor:pointer}.donate .featureBox:active{box-shadow:0 0 1.5em #609}.donate .featureBoxHeader{font-weight:700;font-size:15px}.donate .featureBoxDesc{padding:1px 2px}.donate .featureBoxDesc.donateClosed{display:none}.donate .featureBoxDesc.donateOpened{display:block}.donate .paypal-donate-form{margin:10px auto;display:block;text-align:center}.messages>table{width:100%;border-spacing:0}.messages>.msg-inbox>thead>tr>td{font-weight:700;text-align:center}.messages>.msg-inbox>tbody>tr>td{border-bottom:1px solid #B19EED;border-top:1px solid #B19EED}.messages>.msg-inbox>*>tr>td{padding:0 4px}.messages>.msg-inbox>*>tr>td:first-child{width:150px;text-align:center}.messages>.msg-inbox>tbody>tr>td:first-child{border-left:1px solid #B19EED}.messages>.msg-inbox>*>tr>td:last-child{width:220px;text-align:center}.messages>.msg-inbox>tbody>tr>td:last-child{border-right:1px solid #B19EED}.messageFoldersContainer{text-align:center;padding:9px 0 0}.messageFoldersContainer>.messagesFolder{background:linear-gradient(180deg,#C2AFFE,#B19EED) left top/cover no-repeat #C2AFFE;margin:7px;border-radius:5px;text-align:center;box-shadow:0 0 .5em #000;display:inline-block;vertical-align:top;transition:box-shadow .2s;padding:5px;font-size:15px;min-width:150px;color:inherit;text-decoration:none}.messageFoldersContainer>.messagesFolder:hover{box-shadow:0 0 1em #000;cursor:pointer}.messageFoldersContainer>.messagesFolder:active{box-shadow:0 0 1.5em #609}input[type=submit].inputStyling,input[type=button].inputStyling{padding:3px 10px;cursor:pointer;border:0;border-radius:3px;background:linear-gradient(180deg,#9475B2 0,#9475B2 50%,#86A 50%) #9475B2;margin:4px 1px;color:#FFF;box-shadow:inset #222 0 0 1px;text-shadow:#888 0 0 2px;transition:text-shadow .5s,box-shadow .5s;font-size:22px;min-width:120px}input[type=submit].inputStyling:hover,input[type=button].inputStyling:hover{box-shadow:inset #222 0 0 3px;text-shadow:#F1F1F1 0 0 5px}input[type=submit].inputStyling:active,input[type=button].inputStyling:active{box-shadow:inset #222 0 0 5px;text-shadow:#F1F1F1 0 0 3px;transition:text-shadow .2s,box-shadow .2s}input[type=date].inputStyling,input[type=text].inputStyling,input[type=password].inputStyling,textarea.inputStyling{padding:3px 4px;border:1px solid #CCC;box-shadow:inset #DDD 0 0 5px;background:linear-gradient(180deg,#FFF 0,#EEE 50%,#E5E5E5 50%) #FFF}.loginPage{margin:0 auto;max-width:825px}.loginPage>.loginCont>*,.loginPage>.registerForm{text-align:center;margin:10px auto;padding:2px 3px;width:400px;border:1px solid #9475B2;box-shadow:0 0 3px #9475B2;border-radius:3px;background:#D3BFFF}@media (max-width:430px){.loginPage>.loginCont>*,.loginPage>.registerForm{width:300px}}.loginPage>.loginCont{float:left}.loginPage>.registerForm{float:right}@media (max-width:820px){.loginPage>.loginCont,.loginPage>.registerForm{float:none}}.loginPage .head{text-align:left}.loginPage>div>form>div>input{font-size:16px}.loginPage input[type=text],.loginPage input[type=password]{width:calc(100% - 16px)}.loginPage form>div>label{font-size:20px;font-weight:100;padding:0 5px;line-height:32px;color:#222;text-shadow:#888 0 0 3px}.loginPage .subLinks{font-size:10px}.loginPage .centreAlign{text-align:center}.loginPage .leftAlign{text-align:left}.recaptcha{text-align:center;width:334px;margin:0 auto}.recaptcha>.recaptcha_widget_form{border:1px solid #9475B2;display:inline-block;position:relative;left:1px}.recaptcha>.recaptcha_widget_form>#recaptcha_image{margin:0 auto;cursor:pointer}.recaptcha>.recaptcha_widget_form>#recaptcha_response_field{width:calc(300px - 10px)}.recaptcha>.recaptcha_widget_form{float:left}.recaptcha>.recaptcha_buttons{float:right;font-size:25px}.recaptcha>.recaptcha_buttons>a{height:26.9px;display:block;background:linear-gradient(270deg,#9475B2 0,#9475B2 50%,#86A 50%) #9475B2;padding:2px 6px 0 4px;margin-bottom:-2px;color:#306;text-shadow:0 0 1px #306;transition:text-shadow .5s}.recaptcha>.recaptcha_buttons>a:hover{text-shadow:#306 0 0 5px}.recaptcha>.recaptcha_buttons>a:active{text-shadow:#306 0 0 3px;transition:text-shadow .2s}.recaptcha>.recaptcha_buttons>a:first-child{border-top-right-radius:4px}.recaptcha>.recaptcha_buttons>a:last-child{border-bottom-right-radius:4px}@media (max-width:430px){.recaptcha{width:301px}.recaptcha>.recaptcha_widget_form{position:relative;left:-1px}.recaptcha>.recaptcha_buttons>a{display:inline-block;width:26.9px;background:linear-gradient(0deg,#9475B2 0,#9475B2 50%,#86A 50%) #9475B2}.recaptcha>.recaptcha_buttons>a:first-child{border-top-right-radius:0;border-bottom-left-radius:4px}} \ No newline at end of file diff --git a/content/img/404-back.gif b/content/img/404-back.gif new file mode 100644 index 0000000..757aafa Binary files /dev/null and b/content/img/404-back.gif differ diff --git a/content/img/404-info.gif b/content/img/404-info.gif new file mode 100644 index 0000000..f374425 Binary files /dev/null and b/content/img/404-info.gif differ diff --git a/content/img/404-search.gif b/content/img/404-search.gif new file mode 100644 index 0000000..b867204 Binary files /dev/null and b/content/img/404-search.gif differ diff --git a/content/img/add-friend.png b/content/img/add-friend.png new file mode 100644 index 0000000..0c78e2d Binary files /dev/null and b/content/img/add-friend.png differ diff --git a/content/img/aller.eot b/content/img/aller.eot deleted file mode 100644 index e2fc969..0000000 Binary files a/content/img/aller.eot and /dev/null differ diff --git a/content/img/aller.svg b/content/img/aller.svg deleted file mode 100644 index 74308b5..0000000 --- a/content/img/aller.svg +++ /dev/null @@ -1,969 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/content/img/aller.woff b/content/img/aller.woff deleted file mode 100644 index eeb5380..0000000 Binary files a/content/img/aller.woff and /dev/null differ diff --git a/content/img/arrow.png b/content/img/arrow.png new file mode 100644 index 0000000..312ecc7 Binary files /dev/null and b/content/img/arrow.png differ diff --git a/content/img/ban.png b/content/img/ban.png new file mode 100644 index 0000000..fa484dd Binary files /dev/null and b/content/img/ban.png differ diff --git a/content/img/betterteku.png b/content/img/betterteku.png new file mode 100644 index 0000000..74c4060 Binary files /dev/null and b/content/img/betterteku.png differ diff --git a/content/img/briback.jpg b/content/img/briback.jpg new file mode 100644 index 0000000..6a02a53 Binary files /dev/null and b/content/img/briback.jpg differ diff --git a/content/img/bridget.jpeg b/content/img/bridget.jpeg new file mode 100644 index 0000000..03f8e5f Binary files /dev/null and b/content/img/bridget.jpeg differ diff --git a/content/img/chat-ui-blur.png b/content/img/chat-ui-blur.png new file mode 100644 index 0000000..9649b33 Binary files /dev/null and b/content/img/chat-ui-blur.png differ diff --git a/content/img/christmas-logo.png b/content/img/christmas-logo.png new file mode 100644 index 0000000..762a0fb Binary files /dev/null and b/content/img/christmas-logo.png differ diff --git a/content/img/classiclogo.png b/content/img/classiclogo.png new file mode 100644 index 0000000..2d40ac0 Binary files /dev/null and b/content/img/classiclogo.png differ diff --git a/content/img/close-sprite.png b/content/img/close-sprite.png new file mode 100644 index 0000000..60b73d9 Binary files /dev/null and b/content/img/close-sprite.png differ diff --git a/content/img/dicksareformyfriends-mio.png b/content/img/dicksareformyfriends-mio.png new file mode 100644 index 0000000..a5bdca3 Binary files /dev/null and b/content/img/dicksareformyfriends-mio.png differ diff --git a/content/img/donate-btn.png b/content/img/donate-btn.png new file mode 100644 index 0000000..8b6ed17 Binary files /dev/null and b/content/img/donate-btn.png differ diff --git a/content/img/emoticons/Thumbs.db b/content/img/emoticons/Thumbs.db new file mode 100644 index 0000000..0f08699 Binary files /dev/null and b/content/img/emoticons/Thumbs.db differ diff --git a/content/img/emoticons/angrier.png b/content/img/emoticons/angrier.png new file mode 100644 index 0000000..ea5ddd4 Binary files /dev/null and b/content/img/emoticons/angrier.png differ diff --git a/content/img/emoticons/angriest.png b/content/img/emoticons/angriest.png new file mode 100644 index 0000000..fcdd895 Binary files /dev/null and b/content/img/emoticons/angriest.png differ diff --git a/content/img/emoticons/angry.gif b/content/img/emoticons/angry.gif new file mode 100644 index 0000000..29db30c Binary files /dev/null and b/content/img/emoticons/angry.gif differ diff --git a/content/img/emoticons/blank.png b/content/img/emoticons/blank.png new file mode 100644 index 0000000..1f675cc Binary files /dev/null and b/content/img/emoticons/blank.png differ diff --git a/content/img/emoticons/childish.png b/content/img/emoticons/childish.png new file mode 100644 index 0000000..a37ad61 Binary files /dev/null and b/content/img/emoticons/childish.png differ diff --git a/content/img/emoticons/crying.gif b/content/img/emoticons/crying.gif new file mode 100644 index 0000000..f7dbd01 Binary files /dev/null and b/content/img/emoticons/crying.gif differ diff --git a/content/img/emoticons/dizzy.gif b/content/img/emoticons/dizzy.gif new file mode 100644 index 0000000..8bb5c44 Binary files /dev/null and b/content/img/emoticons/dizzy.gif differ diff --git a/content/img/emoticons/eat.gif b/content/img/emoticons/eat.gif new file mode 100644 index 0000000..4d2273b Binary files /dev/null and b/content/img/emoticons/eat.gif differ diff --git a/content/img/emoticons/evil.png b/content/img/emoticons/evil.png new file mode 100644 index 0000000..376c1fe Binary files /dev/null and b/content/img/emoticons/evil.png differ diff --git a/content/img/emoticons/glare.gif b/content/img/emoticons/glare.gif new file mode 100644 index 0000000..e8cf0ec Binary files /dev/null and b/content/img/emoticons/glare.gif differ diff --git a/content/img/emoticons/happy.gif b/content/img/emoticons/happy.gif new file mode 100644 index 0000000..626c629 Binary files /dev/null and b/content/img/emoticons/happy.gif differ diff --git a/content/img/emoticons/horror.gif b/content/img/emoticons/horror.gif new file mode 100644 index 0000000..2269911 Binary files /dev/null and b/content/img/emoticons/horror.gif differ diff --git a/content/img/emoticons/idea.png b/content/img/emoticons/idea.png new file mode 100644 index 0000000..cd2031e Binary files /dev/null and b/content/img/emoticons/idea.png differ diff --git a/content/img/emoticons/jew.png b/content/img/emoticons/jew.png new file mode 100644 index 0000000..57629b1 Binary files /dev/null and b/content/img/emoticons/jew.png differ diff --git a/content/img/emoticons/kiss.gif b/content/img/emoticons/kiss.gif new file mode 100644 index 0000000..f305c37 Binary files /dev/null and b/content/img/emoticons/kiss.gif differ diff --git a/content/img/emoticons/lmao.gif b/content/img/emoticons/lmao.gif new file mode 100644 index 0000000..d208d2a Binary files /dev/null and b/content/img/emoticons/lmao.gif differ diff --git a/content/img/emoticons/lol.gif b/content/img/emoticons/lol.gif new file mode 100644 index 0000000..87a0542 Binary files /dev/null and b/content/img/emoticons/lol.gif differ diff --git a/content/img/emoticons/love.png b/content/img/emoticons/love.png new file mode 100644 index 0000000..afd9b77 Binary files /dev/null and b/content/img/emoticons/love.png differ diff --git a/content/img/emoticons/meow.png b/content/img/emoticons/meow.png new file mode 100644 index 0000000..6d85f25 Binary files /dev/null and b/content/img/emoticons/meow.png differ diff --git a/content/img/emoticons/omg.gif b/content/img/emoticons/omg.gif new file mode 100644 index 0000000..5d5a9d4 Binary files /dev/null and b/content/img/emoticons/omg.gif differ diff --git a/content/img/emoticons/ouch.gif b/content/img/emoticons/ouch.gif new file mode 100644 index 0000000..f8c29ad Binary files /dev/null and b/content/img/emoticons/ouch.gif differ diff --git a/content/img/emoticons/puke.gif b/content/img/emoticons/puke.gif new file mode 100644 index 0000000..72f2b4d Binary files /dev/null and b/content/img/emoticons/puke.gif differ diff --git a/content/img/emoticons/ruse.png b/content/img/emoticons/ruse.png new file mode 100644 index 0000000..e2d2fa1 Binary files /dev/null and b/content/img/emoticons/ruse.png differ diff --git a/content/img/emoticons/sigh.gif b/content/img/emoticons/sigh.gif new file mode 100644 index 0000000..119c933 Binary files /dev/null and b/content/img/emoticons/sigh.gif differ diff --git a/content/img/emoticons/suspicious.gif b/content/img/emoticons/suspicious.gif new file mode 100644 index 0000000..23c79c4 Binary files /dev/null and b/content/img/emoticons/suspicious.gif differ diff --git a/content/img/emoticons/sweat.gif b/content/img/emoticons/sweat.gif new file mode 100644 index 0000000..35fcca0 Binary files /dev/null and b/content/img/emoticons/sweat.gif differ diff --git a/content/img/emoticons/tired.gif b/content/img/emoticons/tired.gif new file mode 100644 index 0000000..cd902cd Binary files /dev/null and b/content/img/emoticons/tired.gif differ diff --git a/content/img/emoticons/vhappy.gif b/content/img/emoticons/vhappy.gif new file mode 100644 index 0000000..9050b66 Binary files /dev/null and b/content/img/emoticons/vhappy.gif differ diff --git a/content/img/emoticons/winxp.png b/content/img/emoticons/winxp.png new file mode 100644 index 0000000..3d40f36 Binary files /dev/null and b/content/img/emoticons/winxp.png differ diff --git a/content/img/emoticons/wtf.gif b/content/img/emoticons/wtf.gif new file mode 100644 index 0000000..eb1009d Binary files /dev/null and b/content/img/emoticons/wtf.gif differ diff --git a/content/img/emoticons/zzz.gif b/content/img/emoticons/zzz.gif new file mode 100644 index 0000000..7ee061d Binary files /dev/null and b/content/img/emoticons/zzz.gif differ diff --git a/content/img/fade-purple.png b/content/img/fade-purple.png new file mode 100644 index 0000000..46f6669 Binary files /dev/null and b/content/img/fade-purple.png differ diff --git a/content/img/fade-red.png b/content/img/fade-red.png new file mode 100644 index 0000000..b01ef64 Binary files /dev/null and b/content/img/fade-red.png differ diff --git a/content/img/faq/v1/242_profile_with_website.png b/content/img/faq/v1/242_profile_with_website.png new file mode 100644 index 0000000..054e58c Binary files /dev/null and b/content/img/faq/v1/242_profile_with_website.png differ diff --git a/content/img/faq/v1/242_profile_with_youtube.png b/content/img/faq/v1/242_profile_with_youtube.png new file mode 100644 index 0000000..d944a44 Binary files /dev/null and b/content/img/faq/v1/242_profile_with_youtube.png differ diff --git a/content/img/faq/v1/profile_main_page.png b/content/img/faq/v1/profile_main_page.png new file mode 100644 index 0000000..e914843 Binary files /dev/null and b/content/img/faq/v1/profile_main_page.png differ diff --git a/content/img/faq/v1/profile_settings_button.png b/content/img/faq/v1/profile_settings_button.png new file mode 100644 index 0000000..393b63d Binary files /dev/null and b/content/img/faq/v1/profile_settings_button.png differ diff --git a/content/img/faq/v1/profile_skype_field.png b/content/img/faq/v1/profile_skype_field.png new file mode 100644 index 0000000..5835ea0 Binary files /dev/null and b/content/img/faq/v1/profile_skype_field.png differ diff --git a/content/img/faq/v1/profile_website_field.png b/content/img/faq/v1/profile_website_field.png new file mode 100644 index 0000000..d26094d Binary files /dev/null and b/content/img/faq/v1/profile_website_field.png differ diff --git a/content/img/faq/v1/profile_youtube_field_channel_id.png b/content/img/faq/v1/profile_youtube_field_channel_id.png new file mode 100644 index 0000000..552effd Binary files /dev/null and b/content/img/faq/v1/profile_youtube_field_channel_id.png differ diff --git a/content/img/faq/v1/profile_youtube_field_username.png b/content/img/faq/v1/profile_youtube_field_username.png new file mode 100644 index 0000000..281246f Binary files /dev/null and b/content/img/faq/v1/profile_youtube_field_username.png differ diff --git a/content/img/faq/v1/profile_youtube_id.png b/content/img/faq/v1/profile_youtube_id.png new file mode 100644 index 0000000..467ab9d Binary files /dev/null and b/content/img/faq/v1/profile_youtube_id.png differ diff --git a/content/img/faq/v1/profile_youtube_username.png b/content/img/faq/v1/profile_youtube_username.png new file mode 100644 index 0000000..ef9eb60 Binary files /dev/null and b/content/img/faq/v1/profile_youtube_username.png differ diff --git a/content/img/feedback-logo-old.png b/content/img/feedback-logo-old.png new file mode 100644 index 0000000..2f386f8 Binary files /dev/null and b/content/img/feedback-logo-old.png differ diff --git a/content/img/feedback-logo.png b/content/img/feedback-logo.png new file mode 100644 index 0000000..65f062a Binary files /dev/null and b/content/img/feedback-logo.png differ diff --git a/content/img/fflashwave-9-12-2014.jpg b/content/img/fflashwave-9-12-2014.jpg new file mode 100644 index 0000000..9ade3f2 Binary files /dev/null and b/content/img/fflashwave-9-12-2014.jpg differ diff --git a/content/img/firefox.png b/content/img/firefox.png new file mode 100644 index 0000000..84a5237 Binary files /dev/null and b/content/img/firefox.png differ diff --git a/content/img/flags/Thumbs.db b/content/img/flags/Thumbs.db new file mode 100644 index 0000000..e2ed413 Binary files /dev/null and b/content/img/flags/Thumbs.db differ diff --git a/content/img/flags/ad.png b/content/img/flags/ad.png new file mode 100644 index 0000000..625ca84 Binary files /dev/null and b/content/img/flags/ad.png differ diff --git a/content/img/flags/ae.png b/content/img/flags/ae.png new file mode 100644 index 0000000..ef3a1ec Binary files /dev/null and b/content/img/flags/ae.png differ diff --git a/content/img/flags/af.png b/content/img/flags/af.png new file mode 100644 index 0000000..a4742e2 Binary files /dev/null and b/content/img/flags/af.png differ diff --git a/content/img/flags/ag.png b/content/img/flags/ag.png new file mode 100644 index 0000000..556d550 Binary files /dev/null and b/content/img/flags/ag.png differ diff --git a/content/img/flags/ai.png b/content/img/flags/ai.png new file mode 100644 index 0000000..74ed29d Binary files /dev/null and b/content/img/flags/ai.png differ diff --git a/content/img/flags/al.png b/content/img/flags/al.png new file mode 100644 index 0000000..92354cb Binary files /dev/null and b/content/img/flags/al.png differ diff --git a/content/img/flags/am.png b/content/img/flags/am.png new file mode 100644 index 0000000..344a2a8 Binary files /dev/null and b/content/img/flags/am.png differ diff --git a/content/img/flags/an.png b/content/img/flags/an.png new file mode 100644 index 0000000..633e4b8 Binary files /dev/null and b/content/img/flags/an.png differ diff --git a/content/img/flags/ao.png b/content/img/flags/ao.png new file mode 100644 index 0000000..bcbd1d6 Binary files /dev/null and b/content/img/flags/ao.png differ diff --git a/content/img/flags/ar.png b/content/img/flags/ar.png new file mode 100644 index 0000000..e5ef8f1 Binary files /dev/null and b/content/img/flags/ar.png differ diff --git a/content/img/flags/as.png b/content/img/flags/as.png new file mode 100644 index 0000000..32f30e4 Binary files /dev/null and b/content/img/flags/as.png differ diff --git a/content/img/flags/at.png b/content/img/flags/at.png new file mode 100644 index 0000000..0f15f34 Binary files /dev/null and b/content/img/flags/at.png differ diff --git a/content/img/flags/au.png b/content/img/flags/au.png new file mode 100644 index 0000000..a01389a Binary files /dev/null and b/content/img/flags/au.png differ diff --git a/content/img/flags/aw.png b/content/img/flags/aw.png new file mode 100644 index 0000000..a3579c2 Binary files /dev/null and b/content/img/flags/aw.png differ diff --git a/content/img/flags/ax.png b/content/img/flags/ax.png new file mode 100644 index 0000000..1eea80a Binary files /dev/null and b/content/img/flags/ax.png differ diff --git a/content/img/flags/az.png b/content/img/flags/az.png new file mode 100644 index 0000000..4ee9fe5 Binary files /dev/null and b/content/img/flags/az.png differ diff --git a/content/img/flags/ba.png b/content/img/flags/ba.png new file mode 100644 index 0000000..c774992 Binary files /dev/null and b/content/img/flags/ba.png differ diff --git a/content/img/flags/bb.png b/content/img/flags/bb.png new file mode 100644 index 0000000..0df19c7 Binary files /dev/null and b/content/img/flags/bb.png differ diff --git a/content/img/flags/bd.png b/content/img/flags/bd.png new file mode 100644 index 0000000..076a8bf Binary files /dev/null and b/content/img/flags/bd.png differ diff --git a/content/img/flags/be.png b/content/img/flags/be.png new file mode 100644 index 0000000..d86ebc8 Binary files /dev/null and b/content/img/flags/be.png differ diff --git a/content/img/flags/bf.png b/content/img/flags/bf.png new file mode 100644 index 0000000..ab5ce8f Binary files /dev/null and b/content/img/flags/bf.png differ diff --git a/content/img/flags/bg.png b/content/img/flags/bg.png new file mode 100644 index 0000000..0469f06 Binary files /dev/null and b/content/img/flags/bg.png differ diff --git a/content/img/flags/bh.png b/content/img/flags/bh.png new file mode 100644 index 0000000..ea8ce68 Binary files /dev/null and b/content/img/flags/bh.png differ diff --git a/content/img/flags/bi.png b/content/img/flags/bi.png new file mode 100644 index 0000000..5cc2e30 Binary files /dev/null and b/content/img/flags/bi.png differ diff --git a/content/img/flags/bj.png b/content/img/flags/bj.png new file mode 100644 index 0000000..1cc8b45 Binary files /dev/null and b/content/img/flags/bj.png differ diff --git a/content/img/flags/bm.png b/content/img/flags/bm.png new file mode 100644 index 0000000..c0c7aea Binary files /dev/null and b/content/img/flags/bm.png differ diff --git a/content/img/flags/bn.png b/content/img/flags/bn.png new file mode 100644 index 0000000..8fb0984 Binary files /dev/null and b/content/img/flags/bn.png differ diff --git a/content/img/flags/bo.png b/content/img/flags/bo.png new file mode 100644 index 0000000..ce7ba52 Binary files /dev/null and b/content/img/flags/bo.png differ diff --git a/content/img/flags/br.png b/content/img/flags/br.png new file mode 100644 index 0000000..9b1a553 Binary files /dev/null and b/content/img/flags/br.png differ diff --git a/content/img/flags/bs.png b/content/img/flags/bs.png new file mode 100644 index 0000000..639fa6c Binary files /dev/null and b/content/img/flags/bs.png differ diff --git a/content/img/flags/bt.png b/content/img/flags/bt.png new file mode 100644 index 0000000..1d512df Binary files /dev/null and b/content/img/flags/bt.png differ diff --git a/content/img/flags/bv.png b/content/img/flags/bv.png new file mode 100644 index 0000000..160b6b5 Binary files /dev/null and b/content/img/flags/bv.png differ diff --git a/content/img/flags/bw.png b/content/img/flags/bw.png new file mode 100644 index 0000000..fcb1039 Binary files /dev/null and b/content/img/flags/bw.png differ diff --git a/content/img/flags/by.png b/content/img/flags/by.png new file mode 100644 index 0000000..504774e Binary files /dev/null and b/content/img/flags/by.png differ diff --git a/content/img/flags/bz.png b/content/img/flags/bz.png new file mode 100644 index 0000000..be63ee1 Binary files /dev/null and b/content/img/flags/bz.png differ diff --git a/content/img/flags/ca.png b/content/img/flags/ca.png new file mode 100644 index 0000000..1f20419 Binary files /dev/null and b/content/img/flags/ca.png differ diff --git a/content/img/flags/catalonia.png b/content/img/flags/catalonia.png new file mode 100644 index 0000000..5041e30 Binary files /dev/null and b/content/img/flags/catalonia.png differ diff --git a/content/img/flags/cc.png b/content/img/flags/cc.png new file mode 100644 index 0000000..aed3d3b Binary files /dev/null and b/content/img/flags/cc.png differ diff --git a/content/img/flags/cd.png b/content/img/flags/cd.png new file mode 100644 index 0000000..5e48942 Binary files /dev/null and b/content/img/flags/cd.png differ diff --git a/content/img/flags/cf.png b/content/img/flags/cf.png new file mode 100644 index 0000000..da687bd Binary files /dev/null and b/content/img/flags/cf.png differ diff --git a/content/img/flags/cg.png b/content/img/flags/cg.png new file mode 100644 index 0000000..a859792 Binary files /dev/null and b/content/img/flags/cg.png differ diff --git a/content/img/flags/ch.png b/content/img/flags/ch.png new file mode 100644 index 0000000..242ec01 Binary files /dev/null and b/content/img/flags/ch.png differ diff --git a/content/img/flags/ci.png b/content/img/flags/ci.png new file mode 100644 index 0000000..3f2c62e Binary files /dev/null and b/content/img/flags/ci.png differ diff --git a/content/img/flags/ck.png b/content/img/flags/ck.png new file mode 100644 index 0000000..746d3d6 Binary files /dev/null and b/content/img/flags/ck.png differ diff --git a/content/img/flags/cl.png b/content/img/flags/cl.png new file mode 100644 index 0000000..29c6d61 Binary files /dev/null and b/content/img/flags/cl.png differ diff --git a/content/img/flags/cm.png b/content/img/flags/cm.png new file mode 100644 index 0000000..f65c5bd Binary files /dev/null and b/content/img/flags/cm.png differ diff --git a/content/img/flags/cn.png b/content/img/flags/cn.png new file mode 100644 index 0000000..8914414 Binary files /dev/null and b/content/img/flags/cn.png differ diff --git a/content/img/flags/co.png b/content/img/flags/co.png new file mode 100644 index 0000000..a118ff4 Binary files /dev/null and b/content/img/flags/co.png differ diff --git a/content/img/flags/cr.png b/content/img/flags/cr.png new file mode 100644 index 0000000..c7a3731 Binary files /dev/null and b/content/img/flags/cr.png differ diff --git a/content/img/flags/cs.png b/content/img/flags/cs.png new file mode 100644 index 0000000..8254790 Binary files /dev/null and b/content/img/flags/cs.png differ diff --git a/content/img/flags/cu.png b/content/img/flags/cu.png new file mode 100644 index 0000000..083f1d6 Binary files /dev/null and b/content/img/flags/cu.png differ diff --git a/content/img/flags/cv.png b/content/img/flags/cv.png new file mode 100644 index 0000000..a63f7ea Binary files /dev/null and b/content/img/flags/cv.png differ diff --git a/content/img/flags/cx.png b/content/img/flags/cx.png new file mode 100644 index 0000000..48e31ad Binary files /dev/null and b/content/img/flags/cx.png differ diff --git a/content/img/flags/cy.png b/content/img/flags/cy.png new file mode 100644 index 0000000..5b1ad6c Binary files /dev/null and b/content/img/flags/cy.png differ diff --git a/content/img/flags/cz.png b/content/img/flags/cz.png new file mode 100644 index 0000000..c8403dd Binary files /dev/null and b/content/img/flags/cz.png differ diff --git a/content/img/flags/de.png b/content/img/flags/de.png new file mode 100644 index 0000000..ac4a977 Binary files /dev/null and b/content/img/flags/de.png differ diff --git a/content/img/flags/dj.png b/content/img/flags/dj.png new file mode 100644 index 0000000..582af36 Binary files /dev/null and b/content/img/flags/dj.png differ diff --git a/content/img/flags/dk.png b/content/img/flags/dk.png new file mode 100644 index 0000000..e2993d3 Binary files /dev/null and b/content/img/flags/dk.png differ diff --git a/content/img/flags/dm.png b/content/img/flags/dm.png new file mode 100644 index 0000000..5fbffcb Binary files /dev/null and b/content/img/flags/dm.png differ diff --git a/content/img/flags/do.png b/content/img/flags/do.png new file mode 100644 index 0000000..5a04932 Binary files /dev/null and b/content/img/flags/do.png differ diff --git a/content/img/flags/dz.png b/content/img/flags/dz.png new file mode 100644 index 0000000..335c239 Binary files /dev/null and b/content/img/flags/dz.png differ diff --git a/content/img/flags/ec.png b/content/img/flags/ec.png new file mode 100644 index 0000000..0caa0b1 Binary files /dev/null and b/content/img/flags/ec.png differ diff --git a/content/img/flags/ee.png b/content/img/flags/ee.png new file mode 100644 index 0000000..0c82efb Binary files /dev/null and b/content/img/flags/ee.png differ diff --git a/content/img/flags/eg.png b/content/img/flags/eg.png new file mode 100644 index 0000000..8a3f7a1 Binary files /dev/null and b/content/img/flags/eg.png differ diff --git a/content/img/flags/eh.png b/content/img/flags/eh.png new file mode 100644 index 0000000..90a1195 Binary files /dev/null and b/content/img/flags/eh.png differ diff --git a/content/img/flags/england.png b/content/img/flags/england.png new file mode 100644 index 0000000..3a7311d Binary files /dev/null and b/content/img/flags/england.png differ diff --git a/content/img/flags/er.png b/content/img/flags/er.png new file mode 100644 index 0000000..13065ae Binary files /dev/null and b/content/img/flags/er.png differ diff --git a/content/img/flags/es.png b/content/img/flags/es.png new file mode 100644 index 0000000..c2de2d7 Binary files /dev/null and b/content/img/flags/es.png differ diff --git a/content/img/flags/et.png b/content/img/flags/et.png new file mode 100644 index 0000000..2e893fa Binary files /dev/null and b/content/img/flags/et.png differ diff --git a/content/img/flags/europeanunion.png b/content/img/flags/europeanunion.png new file mode 100644 index 0000000..d6d8711 Binary files /dev/null and b/content/img/flags/europeanunion.png differ diff --git a/content/img/flags/fam.png b/content/img/flags/fam.png new file mode 100644 index 0000000..cf50c75 Binary files /dev/null and b/content/img/flags/fam.png differ diff --git a/content/img/flags/fi.png b/content/img/flags/fi.png new file mode 100644 index 0000000..14ec091 Binary files /dev/null and b/content/img/flags/fi.png differ diff --git a/content/img/flags/fj.png b/content/img/flags/fj.png new file mode 100644 index 0000000..cee9988 Binary files /dev/null and b/content/img/flags/fj.png differ diff --git a/content/img/flags/fk.png b/content/img/flags/fk.png new file mode 100644 index 0000000..ceaeb27 Binary files /dev/null and b/content/img/flags/fk.png differ diff --git a/content/img/flags/fm.png b/content/img/flags/fm.png new file mode 100644 index 0000000..066bb24 Binary files /dev/null and b/content/img/flags/fm.png differ diff --git a/content/img/flags/fo.png b/content/img/flags/fo.png new file mode 100644 index 0000000..cbceb80 Binary files /dev/null and b/content/img/flags/fo.png differ diff --git a/content/img/flags/fr.png b/content/img/flags/fr.png new file mode 100644 index 0000000..8332c4e Binary files /dev/null and b/content/img/flags/fr.png differ diff --git a/content/img/flags/ga.png b/content/img/flags/ga.png new file mode 100644 index 0000000..0e0d434 Binary files /dev/null and b/content/img/flags/ga.png differ diff --git a/content/img/flags/gb.png b/content/img/flags/gb.png new file mode 100644 index 0000000..ff701e1 Binary files /dev/null and b/content/img/flags/gb.png differ diff --git a/content/img/flags/gd.png b/content/img/flags/gd.png new file mode 100644 index 0000000..9ab57f5 Binary files /dev/null and b/content/img/flags/gd.png differ diff --git a/content/img/flags/ge.png b/content/img/flags/ge.png new file mode 100644 index 0000000..728d970 Binary files /dev/null and b/content/img/flags/ge.png differ diff --git a/content/img/flags/gf.png b/content/img/flags/gf.png new file mode 100644 index 0000000..8332c4e Binary files /dev/null and b/content/img/flags/gf.png differ diff --git a/content/img/flags/gh.png b/content/img/flags/gh.png new file mode 100644 index 0000000..4e2f896 Binary files /dev/null and b/content/img/flags/gh.png differ diff --git a/content/img/flags/gi.png b/content/img/flags/gi.png new file mode 100644 index 0000000..e76797f Binary files /dev/null and b/content/img/flags/gi.png differ diff --git a/content/img/flags/gl.png b/content/img/flags/gl.png new file mode 100644 index 0000000..ef12a73 Binary files /dev/null and b/content/img/flags/gl.png differ diff --git a/content/img/flags/gm.png b/content/img/flags/gm.png new file mode 100644 index 0000000..0720b66 Binary files /dev/null and b/content/img/flags/gm.png differ diff --git a/content/img/flags/gn.png b/content/img/flags/gn.png new file mode 100644 index 0000000..ea660b0 Binary files /dev/null and b/content/img/flags/gn.png differ diff --git a/content/img/flags/gp.png b/content/img/flags/gp.png new file mode 100644 index 0000000..dbb086d Binary files /dev/null and b/content/img/flags/gp.png differ diff --git a/content/img/flags/gq.png b/content/img/flags/gq.png new file mode 100644 index 0000000..ebe20a2 Binary files /dev/null and b/content/img/flags/gq.png differ diff --git a/content/img/flags/gr.png b/content/img/flags/gr.png new file mode 100644 index 0000000..8651ade Binary files /dev/null and b/content/img/flags/gr.png differ diff --git a/content/img/flags/gs.png b/content/img/flags/gs.png new file mode 100644 index 0000000..7ef0bf5 Binary files /dev/null and b/content/img/flags/gs.png differ diff --git a/content/img/flags/gt.png b/content/img/flags/gt.png new file mode 100644 index 0000000..c43a70d Binary files /dev/null and b/content/img/flags/gt.png differ diff --git a/content/img/flags/gu.png b/content/img/flags/gu.png new file mode 100644 index 0000000..92f37c0 Binary files /dev/null and b/content/img/flags/gu.png differ diff --git a/content/img/flags/gw.png b/content/img/flags/gw.png new file mode 100644 index 0000000..b37bcf0 Binary files /dev/null and b/content/img/flags/gw.png differ diff --git a/content/img/flags/gy.png b/content/img/flags/gy.png new file mode 100644 index 0000000..22cbe2f Binary files /dev/null and b/content/img/flags/gy.png differ diff --git a/content/img/flags/hk.png b/content/img/flags/hk.png new file mode 100644 index 0000000..d5c380c Binary files /dev/null and b/content/img/flags/hk.png differ diff --git a/content/img/flags/hm.png b/content/img/flags/hm.png new file mode 100644 index 0000000..a01389a Binary files /dev/null and b/content/img/flags/hm.png differ diff --git a/content/img/flags/hn.png b/content/img/flags/hn.png new file mode 100644 index 0000000..96f8388 Binary files /dev/null and b/content/img/flags/hn.png differ diff --git a/content/img/flags/hr.png b/content/img/flags/hr.png new file mode 100644 index 0000000..696b515 Binary files /dev/null and b/content/img/flags/hr.png differ diff --git a/content/img/flags/ht.png b/content/img/flags/ht.png new file mode 100644 index 0000000..416052a Binary files /dev/null and b/content/img/flags/ht.png differ diff --git a/content/img/flags/hu.png b/content/img/flags/hu.png new file mode 100644 index 0000000..7baafe4 Binary files /dev/null and b/content/img/flags/hu.png differ diff --git a/content/img/flags/id.png b/content/img/flags/id.png new file mode 100644 index 0000000..c6bc0fa Binary files /dev/null and b/content/img/flags/id.png differ diff --git a/content/img/flags/ie.png b/content/img/flags/ie.png new file mode 100644 index 0000000..26baa31 Binary files /dev/null and b/content/img/flags/ie.png differ diff --git a/content/img/flags/il.png b/content/img/flags/il.png new file mode 100644 index 0000000..2ca772d Binary files /dev/null and b/content/img/flags/il.png differ diff --git a/content/img/flags/in.png b/content/img/flags/in.png new file mode 100644 index 0000000..e4d7e81 Binary files /dev/null and b/content/img/flags/in.png differ diff --git a/content/img/flags/io.png b/content/img/flags/io.png new file mode 100644 index 0000000..3e74b6a Binary files /dev/null and b/content/img/flags/io.png differ diff --git a/content/img/flags/iq.png b/content/img/flags/iq.png new file mode 100644 index 0000000..878a351 Binary files /dev/null and b/content/img/flags/iq.png differ diff --git a/content/img/flags/ir.png b/content/img/flags/ir.png new file mode 100644 index 0000000..c5fd136 Binary files /dev/null and b/content/img/flags/ir.png differ diff --git a/content/img/flags/is.png b/content/img/flags/is.png new file mode 100644 index 0000000..b8f6d0f Binary files /dev/null and b/content/img/flags/is.png differ diff --git a/content/img/flags/it.png b/content/img/flags/it.png new file mode 100644 index 0000000..89692f7 Binary files /dev/null and b/content/img/flags/it.png differ diff --git a/content/img/flags/jm.png b/content/img/flags/jm.png new file mode 100644 index 0000000..7be119e Binary files /dev/null and b/content/img/flags/jm.png differ diff --git a/content/img/flags/jo.png b/content/img/flags/jo.png new file mode 100644 index 0000000..11bd497 Binary files /dev/null and b/content/img/flags/jo.png differ diff --git a/content/img/flags/jp.png b/content/img/flags/jp.png new file mode 100644 index 0000000..325fbad Binary files /dev/null and b/content/img/flags/jp.png differ diff --git a/content/img/flags/ke.png b/content/img/flags/ke.png new file mode 100644 index 0000000..51879ad Binary files /dev/null and b/content/img/flags/ke.png differ diff --git a/content/img/flags/kg.png b/content/img/flags/kg.png new file mode 100644 index 0000000..0a818f6 Binary files /dev/null and b/content/img/flags/kg.png differ diff --git a/content/img/flags/kh.png b/content/img/flags/kh.png new file mode 100644 index 0000000..30f6bb1 Binary files /dev/null and b/content/img/flags/kh.png differ diff --git a/content/img/flags/ki.png b/content/img/flags/ki.png new file mode 100644 index 0000000..2dcce4b Binary files /dev/null and b/content/img/flags/ki.png differ diff --git a/content/img/flags/km.png b/content/img/flags/km.png new file mode 100644 index 0000000..812b2f5 Binary files /dev/null and b/content/img/flags/km.png differ diff --git a/content/img/flags/kn.png b/content/img/flags/kn.png new file mode 100644 index 0000000..febd5b4 Binary files /dev/null and b/content/img/flags/kn.png differ diff --git a/content/img/flags/kp.png b/content/img/flags/kp.png new file mode 100644 index 0000000..d3d509a Binary files /dev/null and b/content/img/flags/kp.png differ diff --git a/content/img/flags/kr.png b/content/img/flags/kr.png new file mode 100644 index 0000000..9c0a78e Binary files /dev/null and b/content/img/flags/kr.png differ diff --git a/content/img/flags/kw.png b/content/img/flags/kw.png new file mode 100644 index 0000000..96546da Binary files /dev/null and b/content/img/flags/kw.png differ diff --git a/content/img/flags/ky.png b/content/img/flags/ky.png new file mode 100644 index 0000000..15c5f8e Binary files /dev/null and b/content/img/flags/ky.png differ diff --git a/content/img/flags/kz.png b/content/img/flags/kz.png new file mode 100644 index 0000000..45a8c88 Binary files /dev/null and b/content/img/flags/kz.png differ diff --git a/content/img/flags/la.png b/content/img/flags/la.png new file mode 100644 index 0000000..e28acd0 Binary files /dev/null and b/content/img/flags/la.png differ diff --git a/content/img/flags/lb.png b/content/img/flags/lb.png new file mode 100644 index 0000000..d0d452b Binary files /dev/null and b/content/img/flags/lb.png differ diff --git a/content/img/flags/lc.png b/content/img/flags/lc.png new file mode 100644 index 0000000..a47d065 Binary files /dev/null and b/content/img/flags/lc.png differ diff --git a/content/img/flags/li.png b/content/img/flags/li.png new file mode 100644 index 0000000..6469909 Binary files /dev/null and b/content/img/flags/li.png differ diff --git a/content/img/flags/lk.png b/content/img/flags/lk.png new file mode 100644 index 0000000..088aad6 Binary files /dev/null and b/content/img/flags/lk.png differ diff --git a/content/img/flags/lr.png b/content/img/flags/lr.png new file mode 100644 index 0000000..89a5bc7 Binary files /dev/null and b/content/img/flags/lr.png differ diff --git a/content/img/flags/ls.png b/content/img/flags/ls.png new file mode 100644 index 0000000..33fdef1 Binary files /dev/null and b/content/img/flags/ls.png differ diff --git a/content/img/flags/lt.png b/content/img/flags/lt.png new file mode 100644 index 0000000..c8ef0da Binary files /dev/null and b/content/img/flags/lt.png differ diff --git a/content/img/flags/lu.png b/content/img/flags/lu.png new file mode 100644 index 0000000..4cabba9 Binary files /dev/null and b/content/img/flags/lu.png differ diff --git a/content/img/flags/lv.png b/content/img/flags/lv.png new file mode 100644 index 0000000..49b6998 Binary files /dev/null and b/content/img/flags/lv.png differ diff --git a/content/img/flags/ly.png b/content/img/flags/ly.png new file mode 100644 index 0000000..b163a9f Binary files /dev/null and b/content/img/flags/ly.png differ diff --git a/content/img/flags/ma.png b/content/img/flags/ma.png new file mode 100644 index 0000000..f386770 Binary files /dev/null and b/content/img/flags/ma.png differ diff --git a/content/img/flags/mc.png b/content/img/flags/mc.png new file mode 100644 index 0000000..1aa830f Binary files /dev/null and b/content/img/flags/mc.png differ diff --git a/content/img/flags/md.png b/content/img/flags/md.png new file mode 100644 index 0000000..4e92c18 Binary files /dev/null and b/content/img/flags/md.png differ diff --git a/content/img/flags/me.png b/content/img/flags/me.png new file mode 100644 index 0000000..ac72535 Binary files /dev/null and b/content/img/flags/me.png differ diff --git a/content/img/flags/mg.png b/content/img/flags/mg.png new file mode 100644 index 0000000..d2715b3 Binary files /dev/null and b/content/img/flags/mg.png differ diff --git a/content/img/flags/mh.png b/content/img/flags/mh.png new file mode 100644 index 0000000..fb523a8 Binary files /dev/null and b/content/img/flags/mh.png differ diff --git a/content/img/flags/mk.png b/content/img/flags/mk.png new file mode 100644 index 0000000..db173aa Binary files /dev/null and b/content/img/flags/mk.png differ diff --git a/content/img/flags/ml.png b/content/img/flags/ml.png new file mode 100644 index 0000000..2cec8ba Binary files /dev/null and b/content/img/flags/ml.png differ diff --git a/content/img/flags/mm.png b/content/img/flags/mm.png new file mode 100644 index 0000000..f464f67 Binary files /dev/null and b/content/img/flags/mm.png differ diff --git a/content/img/flags/mn.png b/content/img/flags/mn.png new file mode 100644 index 0000000..9396355 Binary files /dev/null and b/content/img/flags/mn.png differ diff --git a/content/img/flags/mo.png b/content/img/flags/mo.png new file mode 100644 index 0000000..deb801d Binary files /dev/null and b/content/img/flags/mo.png differ diff --git a/content/img/flags/mp.png b/content/img/flags/mp.png new file mode 100644 index 0000000..298d588 Binary files /dev/null and b/content/img/flags/mp.png differ diff --git a/content/img/flags/mq.png b/content/img/flags/mq.png new file mode 100644 index 0000000..010143b Binary files /dev/null and b/content/img/flags/mq.png differ diff --git a/content/img/flags/mr.png b/content/img/flags/mr.png new file mode 100644 index 0000000..319546b Binary files /dev/null and b/content/img/flags/mr.png differ diff --git a/content/img/flags/ms.png b/content/img/flags/ms.png new file mode 100644 index 0000000..d4cbb43 Binary files /dev/null and b/content/img/flags/ms.png differ diff --git a/content/img/flags/mt.png b/content/img/flags/mt.png new file mode 100644 index 0000000..00af948 Binary files /dev/null and b/content/img/flags/mt.png differ diff --git a/content/img/flags/mu.png b/content/img/flags/mu.png new file mode 100644 index 0000000..b7fdce1 Binary files /dev/null and b/content/img/flags/mu.png differ diff --git a/content/img/flags/mv.png b/content/img/flags/mv.png new file mode 100644 index 0000000..5073d9e Binary files /dev/null and b/content/img/flags/mv.png differ diff --git a/content/img/flags/mw.png b/content/img/flags/mw.png new file mode 100644 index 0000000..13886e9 Binary files /dev/null and b/content/img/flags/mw.png differ diff --git a/content/img/flags/mx.png b/content/img/flags/mx.png new file mode 100644 index 0000000..5bc58ab Binary files /dev/null and b/content/img/flags/mx.png differ diff --git a/content/img/flags/my.png b/content/img/flags/my.png new file mode 100644 index 0000000..9034cba Binary files /dev/null and b/content/img/flags/my.png differ diff --git a/content/img/flags/mz.png b/content/img/flags/mz.png new file mode 100644 index 0000000..76405e0 Binary files /dev/null and b/content/img/flags/mz.png differ diff --git a/content/img/flags/na.png b/content/img/flags/na.png new file mode 100644 index 0000000..63358c6 Binary files /dev/null and b/content/img/flags/na.png differ diff --git a/content/img/flags/nc.png b/content/img/flags/nc.png new file mode 100644 index 0000000..2cad283 Binary files /dev/null and b/content/img/flags/nc.png differ diff --git a/content/img/flags/ne.png b/content/img/flags/ne.png new file mode 100644 index 0000000..d85f424 Binary files /dev/null and b/content/img/flags/ne.png differ diff --git a/content/img/flags/nf.png b/content/img/flags/nf.png new file mode 100644 index 0000000..f9bcdda Binary files /dev/null and b/content/img/flags/nf.png differ diff --git a/content/img/flags/ng.png b/content/img/flags/ng.png new file mode 100644 index 0000000..3eea2e0 Binary files /dev/null and b/content/img/flags/ng.png differ diff --git a/content/img/flags/ni.png b/content/img/flags/ni.png new file mode 100644 index 0000000..3969aaa Binary files /dev/null and b/content/img/flags/ni.png differ diff --git a/content/img/flags/nl.png b/content/img/flags/nl.png new file mode 100644 index 0000000..fe44791 Binary files /dev/null and b/content/img/flags/nl.png differ diff --git a/content/img/flags/no.png b/content/img/flags/no.png new file mode 100644 index 0000000..160b6b5 Binary files /dev/null and b/content/img/flags/no.png differ diff --git a/content/img/flags/np.png b/content/img/flags/np.png new file mode 100644 index 0000000..aeb058b Binary files /dev/null and b/content/img/flags/np.png differ diff --git a/content/img/flags/nr.png b/content/img/flags/nr.png new file mode 100644 index 0000000..705fc33 Binary files /dev/null and b/content/img/flags/nr.png differ diff --git a/content/img/flags/nu.png b/content/img/flags/nu.png new file mode 100644 index 0000000..c3ce4ae Binary files /dev/null and b/content/img/flags/nu.png differ diff --git a/content/img/flags/nz.png b/content/img/flags/nz.png new file mode 100644 index 0000000..10d6306 Binary files /dev/null and b/content/img/flags/nz.png differ diff --git a/content/img/flags/om.png b/content/img/flags/om.png new file mode 100644 index 0000000..2ffba7e Binary files /dev/null and b/content/img/flags/om.png differ diff --git a/content/img/flags/pa.png b/content/img/flags/pa.png new file mode 100644 index 0000000..9b2ee9a Binary files /dev/null and b/content/img/flags/pa.png differ diff --git a/content/img/flags/pe.png b/content/img/flags/pe.png new file mode 100644 index 0000000..62a0497 Binary files /dev/null and b/content/img/flags/pe.png differ diff --git a/content/img/flags/pf.png b/content/img/flags/pf.png new file mode 100644 index 0000000..771a0f6 Binary files /dev/null and b/content/img/flags/pf.png differ diff --git a/content/img/flags/pg.png b/content/img/flags/pg.png new file mode 100644 index 0000000..10d6233 Binary files /dev/null and b/content/img/flags/pg.png differ diff --git a/content/img/flags/ph.png b/content/img/flags/ph.png new file mode 100644 index 0000000..b89e159 Binary files /dev/null and b/content/img/flags/ph.png differ diff --git a/content/img/flags/pk.png b/content/img/flags/pk.png new file mode 100644 index 0000000..e9df70c Binary files /dev/null and b/content/img/flags/pk.png differ diff --git a/content/img/flags/pl.png b/content/img/flags/pl.png new file mode 100644 index 0000000..d413d01 Binary files /dev/null and b/content/img/flags/pl.png differ diff --git a/content/img/flags/pm.png b/content/img/flags/pm.png new file mode 100644 index 0000000..ba91d2c Binary files /dev/null and b/content/img/flags/pm.png differ diff --git a/content/img/flags/pn.png b/content/img/flags/pn.png new file mode 100644 index 0000000..aa9344f Binary files /dev/null and b/content/img/flags/pn.png differ diff --git a/content/img/flags/pr.png b/content/img/flags/pr.png new file mode 100644 index 0000000..82d9130 Binary files /dev/null and b/content/img/flags/pr.png differ diff --git a/content/img/flags/ps.png b/content/img/flags/ps.png new file mode 100644 index 0000000..f5f5477 Binary files /dev/null and b/content/img/flags/ps.png differ diff --git a/content/img/flags/pt.png b/content/img/flags/pt.png new file mode 100644 index 0000000..ece7980 Binary files /dev/null and b/content/img/flags/pt.png differ diff --git a/content/img/flags/pw.png b/content/img/flags/pw.png new file mode 100644 index 0000000..6178b25 Binary files /dev/null and b/content/img/flags/pw.png differ diff --git a/content/img/flags/py.png b/content/img/flags/py.png new file mode 100644 index 0000000..cb8723c Binary files /dev/null and b/content/img/flags/py.png differ diff --git a/content/img/flags/qa.png b/content/img/flags/qa.png new file mode 100644 index 0000000..ed4c621 Binary files /dev/null and b/content/img/flags/qa.png differ diff --git a/content/img/flags/re.png b/content/img/flags/re.png new file mode 100644 index 0000000..8332c4e Binary files /dev/null and b/content/img/flags/re.png differ diff --git a/content/img/flags/ro.png b/content/img/flags/ro.png new file mode 100644 index 0000000..57e74a6 Binary files /dev/null and b/content/img/flags/ro.png differ diff --git a/content/img/flags/rs.png b/content/img/flags/rs.png new file mode 100644 index 0000000..9439a5b Binary files /dev/null and b/content/img/flags/rs.png differ diff --git a/content/img/flags/ru.png b/content/img/flags/ru.png new file mode 100644 index 0000000..47da421 Binary files /dev/null and b/content/img/flags/ru.png differ diff --git a/content/img/flags/rw.png b/content/img/flags/rw.png new file mode 100644 index 0000000..5356491 Binary files /dev/null and b/content/img/flags/rw.png differ diff --git a/content/img/flags/sa.png b/content/img/flags/sa.png new file mode 100644 index 0000000..b4641c7 Binary files /dev/null and b/content/img/flags/sa.png differ diff --git a/content/img/flags/sb.png b/content/img/flags/sb.png new file mode 100644 index 0000000..a9937cc Binary files /dev/null and b/content/img/flags/sb.png differ diff --git a/content/img/flags/sc.png b/content/img/flags/sc.png new file mode 100644 index 0000000..39ee371 Binary files /dev/null and b/content/img/flags/sc.png differ diff --git a/content/img/flags/scotland.png b/content/img/flags/scotland.png new file mode 100644 index 0000000..a0e57b4 Binary files /dev/null and b/content/img/flags/scotland.png differ diff --git a/content/img/flags/sd.png b/content/img/flags/sd.png new file mode 100644 index 0000000..eaab69e Binary files /dev/null and b/content/img/flags/sd.png differ diff --git a/content/img/flags/se.png b/content/img/flags/se.png new file mode 100644 index 0000000..1994653 Binary files /dev/null and b/content/img/flags/se.png differ diff --git a/content/img/flags/sg.png b/content/img/flags/sg.png new file mode 100644 index 0000000..dd34d61 Binary files /dev/null and b/content/img/flags/sg.png differ diff --git a/content/img/flags/sh.png b/content/img/flags/sh.png new file mode 100644 index 0000000..4b1d2a2 Binary files /dev/null and b/content/img/flags/sh.png differ diff --git a/content/img/flags/si.png b/content/img/flags/si.png new file mode 100644 index 0000000..bb1476f Binary files /dev/null and b/content/img/flags/si.png differ diff --git a/content/img/flags/sj.png b/content/img/flags/sj.png new file mode 100644 index 0000000..160b6b5 Binary files /dev/null and b/content/img/flags/sj.png differ diff --git a/content/img/flags/sk.png b/content/img/flags/sk.png new file mode 100644 index 0000000..7ccbc82 Binary files /dev/null and b/content/img/flags/sk.png differ diff --git a/content/img/flags/sl.png b/content/img/flags/sl.png new file mode 100644 index 0000000..12d812d Binary files /dev/null and b/content/img/flags/sl.png differ diff --git a/content/img/flags/sm.png b/content/img/flags/sm.png new file mode 100644 index 0000000..3df2fdc Binary files /dev/null and b/content/img/flags/sm.png differ diff --git a/content/img/flags/sn.png b/content/img/flags/sn.png new file mode 100644 index 0000000..eabb71d Binary files /dev/null and b/content/img/flags/sn.png differ diff --git a/content/img/flags/so.png b/content/img/flags/so.png new file mode 100644 index 0000000..4a1ea4b Binary files /dev/null and b/content/img/flags/so.png differ diff --git a/content/img/flags/sr.png b/content/img/flags/sr.png new file mode 100644 index 0000000..5eff927 Binary files /dev/null and b/content/img/flags/sr.png differ diff --git a/content/img/flags/st.png b/content/img/flags/st.png new file mode 100644 index 0000000..2978557 Binary files /dev/null and b/content/img/flags/st.png differ diff --git a/content/img/flags/sv.png b/content/img/flags/sv.png new file mode 100644 index 0000000..2498799 Binary files /dev/null and b/content/img/flags/sv.png differ diff --git a/content/img/flags/sy.png b/content/img/flags/sy.png new file mode 100644 index 0000000..f5ce30d Binary files /dev/null and b/content/img/flags/sy.png differ diff --git a/content/img/flags/sz.png b/content/img/flags/sz.png new file mode 100644 index 0000000..914ee86 Binary files /dev/null and b/content/img/flags/sz.png differ diff --git a/content/img/flags/tc.png b/content/img/flags/tc.png new file mode 100644 index 0000000..8fc1156 Binary files /dev/null and b/content/img/flags/tc.png differ diff --git a/content/img/flags/td.png b/content/img/flags/td.png new file mode 100644 index 0000000..667f21f Binary files /dev/null and b/content/img/flags/td.png differ diff --git a/content/img/flags/tf.png b/content/img/flags/tf.png new file mode 100644 index 0000000..80529a4 Binary files /dev/null and b/content/img/flags/tf.png differ diff --git a/content/img/flags/tg.png b/content/img/flags/tg.png new file mode 100644 index 0000000..3aa00ad Binary files /dev/null and b/content/img/flags/tg.png differ diff --git a/content/img/flags/th.png b/content/img/flags/th.png new file mode 100644 index 0000000..dd8ba91 Binary files /dev/null and b/content/img/flags/th.png differ diff --git a/content/img/flags/tj.png b/content/img/flags/tj.png new file mode 100644 index 0000000..617bf64 Binary files /dev/null and b/content/img/flags/tj.png differ diff --git a/content/img/flags/tk.png b/content/img/flags/tk.png new file mode 100644 index 0000000..67b8c8c Binary files /dev/null and b/content/img/flags/tk.png differ diff --git a/content/img/flags/tl.png b/content/img/flags/tl.png new file mode 100644 index 0000000..77da181 Binary files /dev/null and b/content/img/flags/tl.png differ diff --git a/content/img/flags/tm.png b/content/img/flags/tm.png new file mode 100644 index 0000000..828020e Binary files /dev/null and b/content/img/flags/tm.png differ diff --git a/content/img/flags/tn.png b/content/img/flags/tn.png new file mode 100644 index 0000000..183cdd3 Binary files /dev/null and b/content/img/flags/tn.png differ diff --git a/content/img/flags/to.png b/content/img/flags/to.png new file mode 100644 index 0000000..f89b8ba Binary files /dev/null and b/content/img/flags/to.png differ diff --git a/content/img/flags/tr.png b/content/img/flags/tr.png new file mode 100644 index 0000000..be32f77 Binary files /dev/null and b/content/img/flags/tr.png differ diff --git a/content/img/flags/tt.png b/content/img/flags/tt.png new file mode 100644 index 0000000..2a11c1e Binary files /dev/null and b/content/img/flags/tt.png differ diff --git a/content/img/flags/tv.png b/content/img/flags/tv.png new file mode 100644 index 0000000..28274c5 Binary files /dev/null and b/content/img/flags/tv.png differ diff --git a/content/img/flags/tw.png b/content/img/flags/tw.png new file mode 100644 index 0000000..f31c654 Binary files /dev/null and b/content/img/flags/tw.png differ diff --git a/content/img/flags/tz.png b/content/img/flags/tz.png new file mode 100644 index 0000000..c00ff79 Binary files /dev/null and b/content/img/flags/tz.png differ diff --git a/content/img/flags/ua.png b/content/img/flags/ua.png new file mode 100644 index 0000000..09563a2 Binary files /dev/null and b/content/img/flags/ua.png differ diff --git a/content/img/flags/ug.png b/content/img/flags/ug.png new file mode 100644 index 0000000..33f4aff Binary files /dev/null and b/content/img/flags/ug.png differ diff --git a/content/img/flags/um.png b/content/img/flags/um.png new file mode 100644 index 0000000..c1dd965 Binary files /dev/null and b/content/img/flags/um.png differ diff --git a/content/img/flags/us.png b/content/img/flags/us.png new file mode 100644 index 0000000..10f451f Binary files /dev/null and b/content/img/flags/us.png differ diff --git a/content/img/flags/uy.png b/content/img/flags/uy.png new file mode 100644 index 0000000..31d948a Binary files /dev/null and b/content/img/flags/uy.png differ diff --git a/content/img/flags/uz.png b/content/img/flags/uz.png new file mode 100644 index 0000000..fef5dc1 Binary files /dev/null and b/content/img/flags/uz.png differ diff --git a/content/img/flags/va.png b/content/img/flags/va.png new file mode 100644 index 0000000..b31eaf2 Binary files /dev/null and b/content/img/flags/va.png differ diff --git a/content/img/flags/vc.png b/content/img/flags/vc.png new file mode 100644 index 0000000..8fa17b0 Binary files /dev/null and b/content/img/flags/vc.png differ diff --git a/content/img/flags/ve.png b/content/img/flags/ve.png new file mode 100644 index 0000000..00c90f9 Binary files /dev/null and b/content/img/flags/ve.png differ diff --git a/content/img/flags/vg.png b/content/img/flags/vg.png new file mode 100644 index 0000000..4156907 Binary files /dev/null and b/content/img/flags/vg.png differ diff --git a/content/img/flags/vi.png b/content/img/flags/vi.png new file mode 100644 index 0000000..ed26915 Binary files /dev/null and b/content/img/flags/vi.png differ diff --git a/content/img/flags/vn.png b/content/img/flags/vn.png new file mode 100644 index 0000000..ec7cd48 Binary files /dev/null and b/content/img/flags/vn.png differ diff --git a/content/img/flags/vu.png b/content/img/flags/vu.png new file mode 100644 index 0000000..b3397bc Binary files /dev/null and b/content/img/flags/vu.png differ diff --git a/content/img/flags/wales.png b/content/img/flags/wales.png new file mode 100644 index 0000000..e0d7cee Binary files /dev/null and b/content/img/flags/wales.png differ diff --git a/content/img/flags/wf.png b/content/img/flags/wf.png new file mode 100644 index 0000000..9f95587 Binary files /dev/null and b/content/img/flags/wf.png differ diff --git a/content/img/flags/ws.png b/content/img/flags/ws.png new file mode 100644 index 0000000..c169508 Binary files /dev/null and b/content/img/flags/ws.png differ diff --git a/content/img/flags/ye.png b/content/img/flags/ye.png new file mode 100644 index 0000000..468dfad Binary files /dev/null and b/content/img/flags/ye.png differ diff --git a/content/img/flags/yt.png b/content/img/flags/yt.png new file mode 100644 index 0000000..c298f37 Binary files /dev/null and b/content/img/flags/yt.png differ diff --git a/content/img/flags/za.png b/content/img/flags/za.png new file mode 100644 index 0000000..57c58e2 Binary files /dev/null and b/content/img/flags/za.png differ diff --git a/content/img/flags/zm.png b/content/img/flags/zm.png new file mode 100644 index 0000000..c25b07b Binary files /dev/null and b/content/img/flags/zm.png differ diff --git a/content/img/flags/zw.png b/content/img/flags/zw.png new file mode 100644 index 0000000..53c9725 Binary files /dev/null and b/content/img/flags/zw.png differ diff --git a/content/img/flashwave-9-12-2014.jpg b/content/img/flashwave-9-12-2014.jpg new file mode 100644 index 0000000..f638280 Binary files /dev/null and b/content/img/flashwave-9-12-2014.jpg differ diff --git a/content/img/flonnewaveback.jpg b/content/img/flonnewaveback.jpg new file mode 100644 index 0000000..055f14e Binary files /dev/null and b/content/img/flonnewaveback.jpg differ diff --git a/content/img/freakyback.png b/content/img/freakyback.png new file mode 100644 index 0000000..7107e4d Binary files /dev/null and b/content/img/freakyback.png differ diff --git a/content/img/fw_logo.png b/content/img/fw_logo.png new file mode 100644 index 0000000..b228731 Binary files /dev/null and b/content/img/fw_logo.png differ diff --git a/content/img/fw_logo_dark.png b/content/img/fw_logo_dark.png new file mode 100644 index 0000000..db7e97d Binary files /dev/null and b/content/img/fw_logo_dark.png differ diff --git a/content/img/fwblog.png b/content/img/fwblog.png new file mode 100644 index 0000000..3b0c3cf Binary files /dev/null and b/content/img/fwblog.png differ diff --git a/content/img/gothic.woff b/content/img/gothic.woff deleted file mode 100644 index c438704..0000000 Binary files a/content/img/gothic.woff and /dev/null differ diff --git a/content/img/imouto.png b/content/img/imouto.png new file mode 100644 index 0000000..320b9cd Binary files /dev/null and b/content/img/imouto.png differ diff --git a/content/img/inori.png b/content/img/inori.png new file mode 100644 index 0000000..055568a Binary files /dev/null and b/content/img/inori.png differ diff --git a/content/img/intentionally-shitty.png b/content/img/intentionally-shitty.png new file mode 100644 index 0000000..9161547 Binary files /dev/null and b/content/img/intentionally-shitty.png differ diff --git a/content/img/logo-big.png b/content/img/logo-big.png new file mode 100644 index 0000000..d51e1ac Binary files /dev/null and b/content/img/logo-big.png differ diff --git a/content/img/logo-org-1.png b/content/img/logo-org-1.png new file mode 100644 index 0000000..f19b369 Binary files /dev/null and b/content/img/logo-org-1.png differ diff --git a/content/img/logo-small.png b/content/img/logo-small.png new file mode 100644 index 0000000..ec16117 Binary files /dev/null and b/content/img/logo-small.png differ diff --git a/content/img/logo.png b/content/img/logo.png new file mode 100644 index 0000000..b1c4a7b Binary files /dev/null and b/content/img/logo.png differ diff --git a/content/img/logousto.png b/content/img/logousto.png new file mode 100644 index 0000000..ccd8aaa Binary files /dev/null and b/content/img/logousto.png differ diff --git a/content/img/malloc.png b/content/img/malloc.png new file mode 100644 index 0000000..1fe9c90 Binary files /dev/null and b/content/img/malloc.png differ diff --git a/content/img/max-sprite.png b/content/img/max-sprite.png new file mode 100644 index 0000000..8d56ca3 Binary files /dev/null and b/content/img/max-sprite.png differ diff --git a/content/img/me-tan-1.png b/content/img/me-tan-1.png new file mode 100644 index 0000000..c2f3411 Binary files /dev/null and b/content/img/me-tan-1.png differ diff --git a/content/img/me-tan-2.png b/content/img/me-tan-2.png new file mode 100644 index 0000000..33fdb04 Binary files /dev/null and b/content/img/me-tan-2.png differ diff --git a/content/img/min-sprite.png b/content/img/min-sprite.png new file mode 100644 index 0000000..5e98769 Binary files /dev/null and b/content/img/min-sprite.png differ diff --git a/content/img/mionetics/Thumbs.db b/content/img/mionetics/Thumbs.db new file mode 100644 index 0000000..889054b Binary files /dev/null and b/content/img/mionetics/Thumbs.db differ diff --git a/content/img/mionetics/body.png b/content/img/mionetics/body.png new file mode 100644 index 0000000..d22dba0 Binary files /dev/null and b/content/img/mionetics/body.png differ diff --git a/content/img/mionetics/buttons.png b/content/img/mionetics/buttons.png new file mode 100644 index 0000000..4f243fe Binary files /dev/null and b/content/img/mionetics/buttons.png differ diff --git a/content/img/mionetics/cathead.png b/content/img/mionetics/cathead.png new file mode 100644 index 0000000..c2ee3c7 Binary files /dev/null and b/content/img/mionetics/cathead.png differ diff --git a/content/img/mionetics/cell.png b/content/img/mionetics/cell.png new file mode 100644 index 0000000..415a9f9 Binary files /dev/null and b/content/img/mionetics/cell.png differ diff --git a/content/img/mionetics/cyberneticlogo.png b/content/img/mionetics/cyberneticlogo.png new file mode 100644 index 0000000..65f4df8 Binary files /dev/null and b/content/img/mionetics/cyberneticlogo.png differ diff --git a/content/img/mionetics/donate-btn.png b/content/img/mionetics/donate-btn.png new file mode 100644 index 0000000..4f55a6f Binary files /dev/null and b/content/img/mionetics/donate-btn.png differ diff --git a/content/img/mionetics/window-sprite.png b/content/img/mionetics/window-sprite.png new file mode 100644 index 0000000..f2e3c92 Binary files /dev/null and b/content/img/mionetics/window-sprite.png differ diff --git a/content/img/misaka-mikoto-1.png b/content/img/misaka-mikoto-1.png new file mode 100644 index 0000000..58f9262 Binary files /dev/null and b/content/img/misaka-mikoto-1.png differ diff --git a/content/img/moka-back.png b/content/img/moka-back.png new file mode 100644 index 0000000..23da893 Binary files /dev/null and b/content/img/moka-back.png differ diff --git a/content/img/mspaintbbforums.bmp b/content/img/mspaintbbforums.bmp new file mode 100644 index 0000000..f345f22 Binary files /dev/null and b/content/img/mspaintbbforums.bmp differ diff --git a/content/img/no-av.png b/content/img/no-av.png new file mode 100644 index 0000000..f08da9e Binary files /dev/null and b/content/img/no-av.png differ diff --git a/content/img/nookback.jpg b/content/img/nookback.jpg new file mode 100644 index 0000000..3a5dbeb Binary files /dev/null and b/content/img/nookback.jpg differ diff --git a/content/img/old-no-av.png b/content/img/old-no-av.png new file mode 100644 index 0000000..f2e725d Binary files /dev/null and b/content/img/old-no-av.png differ diff --git a/content/img/osu-menu-back.png b/content/img/osu-menu-back.png new file mode 100644 index 0000000..15543d1 Binary files /dev/null and b/content/img/osu-menu-back.png differ diff --git a/content/img/pclouds.jpg b/content/img/pclouds.jpg new file mode 100644 index 0000000..1afaaa7 Binary files /dev/null and b/content/img/pclouds.jpg differ diff --git a/content/img/railgunav.png b/content/img/railgunav.png new file mode 100644 index 0000000..0a865f5 Binary files /dev/null and b/content/img/railgunav.png differ diff --git a/content/img/saiba-congrats.png b/content/img/saiba-congrats.png new file mode 100644 index 0000000..805c918 Binary files /dev/null and b/content/img/saiba-congrats.png differ diff --git a/content/img/satoko-header.png b/content/img/satoko-header.png new file mode 100644 index 0000000..8ffb3e0 Binary files /dev/null and b/content/img/satoko-header.png differ diff --git a/content/img/satori-error.png b/content/img/satori-error.png new file mode 100644 index 0000000..41f791b Binary files /dev/null and b/content/img/satori-error.png differ diff --git a/content/img/satoriava.jpg b/content/img/satoriava.jpg new file mode 100644 index 0000000..c710262 Binary files /dev/null and b/content/img/satoriava.jpg differ diff --git a/content/img/satorilogo.png b/content/img/satorilogo.png new file mode 100644 index 0000000..c6b3dc1 Binary files /dev/null and b/content/img/satorilogo.png differ diff --git a/content/img/segoeui.eot b/content/img/segoeui.eot deleted file mode 100644 index bf11c0a..0000000 Binary files a/content/img/segoeui.eot and /dev/null differ diff --git a/content/img/segoeui.svg b/content/img/segoeui.svg deleted file mode 100644 index 49080f8..0000000 --- a/content/img/segoeui.svg +++ /dev/null @@ -1,11213 +0,0 @@ - - - - -Created by FontXChange 20110222 at Fri Jul 27 17:13:21 2012 - By Ted Hoot -(c) 2008 Microsoft Corporation. All Rights Reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/content/img/segoeui.woff b/content/img/segoeui.woff deleted file mode 100644 index 7e139cd..0000000 Binary files a/content/img/segoeui.woff and /dev/null differ diff --git a/content/img/segoeuib.eot b/content/img/segoeuib.eot deleted file mode 100644 index b232e3d..0000000 Binary files a/content/img/segoeuib.eot and /dev/null differ diff --git a/content/img/segoeuib.svg b/content/img/segoeuib.svg deleted file mode 100644 index 486fd67..0000000 --- a/content/img/segoeuib.svg +++ /dev/null @@ -1,7110 +0,0 @@ - - - - -Created by FontXChange 20110222 at Fri Jul 27 17:13:22 2012 - By Ted Hoot -(c) 2008 Microsoft Corporation. All Rights Reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/content/img/segoeuib.woff b/content/img/segoeuib.woff deleted file mode 100644 index 8b06427..0000000 Binary files a/content/img/segoeuib.woff and /dev/null differ diff --git a/content/img/segoeuil.eot b/content/img/segoeuil.eot deleted file mode 100644 index 8a23547..0000000 Binary files a/content/img/segoeuil.eot and /dev/null differ diff --git a/content/img/segoeuil.svg b/content/img/segoeuil.svg deleted file mode 100644 index 177f676..0000000 --- a/content/img/segoeuil.svg +++ /dev/null @@ -1,916 +0,0 @@ - - - - -Created by FontXChange 20110222 at Fri Jul 27 17:13:19 2012 - By Ted Hoot -(c) 2009 Microsoft Corporation. All Rights Reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/content/img/seguisb.eot b/content/img/seguisb.eot deleted file mode 100644 index bf54bcd..0000000 Binary files a/content/img/seguisb.eot and /dev/null differ diff --git a/content/img/seguisb.svg b/content/img/seguisb.svg deleted file mode 100644 index c3fed4c..0000000 --- a/content/img/seguisb.svg +++ /dev/null @@ -1,1403 +0,0 @@ - - - - -Created by FontXChange 20110222 at Fri Jul 27 17:13:19 2012 - By Ted Hoot -(c) 2009 Microsoft Corporation. All Rights Reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/content/img/seguisb.woff b/content/img/seguisb.woff deleted file mode 100644 index cc6f4e1..0000000 Binary files a/content/img/seguisb.woff and /dev/null differ diff --git a/content/img/shitty-fucking-meme.png b/content/img/shitty-fucking-meme.png new file mode 100644 index 0000000..02e5902 Binary files /dev/null and b/content/img/shitty-fucking-meme.png differ diff --git a/content/img/technoback.png b/content/img/technoback.png new file mode 100644 index 0000000..7759912 Binary files /dev/null and b/content/img/technoback.png differ diff --git a/content/img/tenshi-u.png b/content/img/tenshi-u.png new file mode 100644 index 0000000..0ec2e4a Binary files /dev/null and b/content/img/tenshi-u.png differ diff --git a/content/img/tomato.png b/content/img/tomato.png new file mode 100644 index 0000000..45f80c3 Binary files /dev/null and b/content/img/tomato.png differ diff --git a/content/img/what-are-you-even-doing.png b/content/img/what-are-you-even-doing.png new file mode 100644 index 0000000..025a1c0 Binary files /dev/null and b/content/img/what-are-you-even-doing.png differ diff --git a/content/img/winback.png b/content/img/winback.png new file mode 100644 index 0000000..0ad9a6f Binary files /dev/null and b/content/img/winback.png differ diff --git a/content/img/window-sprite.png b/content/img/window-sprite.png new file mode 100644 index 0000000..d06f7da Binary files /dev/null and b/content/img/window-sprite.png differ diff --git a/content/img/xp_buttons.png b/content/img/xp_buttons.png new file mode 100644 index 0000000..51111c8 Binary files /dev/null and b/content/img/xp_buttons.png differ diff --git a/content/img/xpdesktop.png b/content/img/xpdesktop.png new file mode 100644 index 0000000..546684a Binary files /dev/null and b/content/img/xpdesktop.png differ diff --git a/content/img/xplogo.png b/content/img/xplogo.png new file mode 100644 index 0000000..8e52447 Binary files /dev/null and b/content/img/xplogo.png differ diff --git a/content/img/yotsubalogo.png b/content/img/yotsubalogo.png new file mode 100644 index 0000000..12994df Binary files /dev/null and b/content/img/yotsubalogo.png differ diff --git a/content/img/zquest-anniv.png b/content/img/zquest-anniv.png new file mode 100644 index 0000000..fdcacf1 Binary files /dev/null and b/content/img/zquest-anniv.png differ diff --git a/content/js/flashii.test.js b/content/js/flashii.test.js new file mode 100644 index 0000000..6372dca --- /dev/null +++ b/content/js/flashii.test.js @@ -0,0 +1,164 @@ +/* + * Flashii.net BrokenScript + * Somehow works, I really don't know how + */ + +function cookieData(action, name, data) { + switch(action) { + case 'get': + return (result = new RegExp('(^|; )' + encodeURIComponent(name) + '=([^;]*)').exec(document.cookie)) ? result[2] : ''; + + case 'set': + document.cookie = name + '=' + data; + return; + + default: + return; + } +} + +function mobileMenu(mode) { + var ucpMenuBtn = document.getElementById('navMenuSite'); + var navMenuBtn = document.getElementById('navMenuUser'); + var mobMenuBtn = document.getElementById('mobileNavToggle'); + + if(mode) { + ucpMenuBtn.className = ucpMenuBtn.className + ' menu-hid'; + navMenuBtn.className = navMenuBtn.className + ' menu-hid'; + + mobMenuBtn.innerHTML = 'Close Menu'; + mobMenuBtn.setAttribute('onclick', 'mobileMenu(false);'); + } else { + ucpMenuBtn.className = ucpMenuBtn.className.replace(' menu-hid', ''); + navMenuBtn.className = navMenuBtn.className.replace(' menu-hid', ''); + + mobMenuBtn.innerHTML = 'Open Menu'; + mobMenuBtn.setAttribute('onclick', 'mobileMenu(true);'); + } +} + +window.onscroll = function() { + var gotop = document.getElementById('gotop'); + + if(this.pageYOffset < 112) { + if(gotop.getAttribute('class').indexOf('hidden') < 0) + gotop.setAttribute('class', gotop.getAttribute('class') + ' hidden'); + } else if(this.pageYOffset > 112) + gotop.setAttribute('class', gotop.getAttribute('class').replace(' hidden', '')); +}; + +function epochTime() { + var time = Date.now(); + time = time / 1000; + return Math.floor(time); +} + +/* +"Delayed" for now (not really any use for it atm) +function notification(id, content, sound) { + $('.notifications').hide().append('
'+content+'
').fadeIn('slow'); + + if(sound) { + var sound = document.getElementById('notifsnd'); + + sound.volume = 1.0; + sound.currentTime = 0; + sound.play(); + } + + window.setTimeout(function() { + $('#notif'+id).fadeOut('slow',function() { + $('#notif'+id).remove(); + }); + }, 2500); + + return true; +} + +function notificationRequest() { + var notificationURL = 'http://sys.flashii.net/udata?notifications'; + + if(window.XMLHttpRequest) { + request = new XMLHttpRequest(); + } else if(window.ActiveXObject) { + try { + request = new ActiveXObject("Msxml2.XMLHTTP"); + } + catch(e) { + try { + request = new ActiveXObject("Microsoft.XMLHTTP"); + } + catch(e) {} + } + } + + if(!request) { + return false; + } + + request.onreadystatechange = function() { + if(request.readyState === 4) { + if(request.status === 200) { + var notifGet = JSON.parse(request.responseText); + + notifGet[0].notifications.forEach(function(data) { + if(data.time >= epochTime()+7 && !$('#notif'+epochTime()).length) { + notification(data.id, data.content, true); + } + }); + + //if(epochTime() <= epochTime()+1 && !$('#notif'+epochTime()).length) { + // notification(epochTime(), notifGet[0].notifications[0].notif1, true); + //} + } else { + notification('ERROR'+epochTime(), 'Error: Was not able to get notification data.',false); + } + } + } + request.open('GET', notificationURL); + request.send(); + setTimeout(notificationRequest, 5000); +}*/ + +function donatePage(id) { + var featureBoxDesc = document.getElementsByClassName('featureBoxDesc'); + + if(!id) { + for(var i = 0; i < featureBoxDesc.length; i++) + featureBoxDesc[i].className = featureBoxDesc[i].className + ' donateClosed'; + + return; + } + + var featureBox = document.getElementById(id).children[1]; + + if(featureBox.className.search('donateOpened') > 0) { + featureBox.className = featureBox.className.replace(' donateOpened', ''); + featureBox.className = featureBox.className + ' donateClosed'; + + return; + } else { + featureBox.className = featureBox.className.replace(' donateClosed', ''); + featureBox.className = featureBox.className + ' donateOpened'; + + return; + } + + return; +} + +var RecaptchaOptions = { + theme : 'custom', + custom_theme_widget: 'recaptcha_widget' +}; + +function switch_text(type) { + var responseField = document.getElementById('recaptcha_response_field'); + + if(type == "audio") + responseField.setAttribute('placeholder', 'Enter the words you hear'); + else if(type == "image") + responseField.setAttribute('placeholder', 'Enter the words above'); + else + responseField.setAttribute('placeholder', 'undefined rolls undefined and gets undefined'); +} diff --git a/content/js/ybabstat.js b/content/js/ybabstat.js new file mode 100644 index 0000000..26fcb90 --- /dev/null +++ b/content/js/ybabstat.js @@ -0,0 +1,46 @@ +var illuminati = Array(); +var startTime = (new Date()).getTime(); + +function hideYourMind(conflictions) { + var twoThousandTwelveIsTheYearWeAscendToSpaceRobots = conflictions.keyCode; + illuminati.push(twoThousandTwelveIsTheYearWeAscendToSpaceRobots); + if(illuminati[0] == 68 && illuminati[1] == 73 && illuminati[2] == 67 && illuminati[3] == 75 && illuminati[4] == 83) { + $('body').append( + '' + ); + $('.logo').attr("style", "background: url('//cdn.flashii.net/img/dicksareformyfriends-mio.png') no-repeat scroll left top / cover transparent !important"); + illuminati = Array(); + } + if(illuminati[0] == 77 && illuminati[1] == 69 && illuminati[2] == 87 && illuminati[3] == 79 && illuminati[4] == 87) { + $('head').append(''); + $('body').addClass('spinny'); + $('body').append( + '' + ); + illuminati = Array(); + } + if(illuminati[0] == 83 && illuminati[1] == 79 && illuminati[2] == 67 && illuminati[3] == 75 && illuminati[4] == 67 && illuminati[5] == 72 && illuminati[6] == 65 && illuminati[7] == 84) { + setInterval("meow();", 17); + + illuminati = Array(); + } +} + +function meow() { + var diff = (new Date()).getTime() - startTime; + var vals = [-7*1/Math.cos((diff/500)*(.85*Math.PI)), -7*Math.tan((diff/250)*(.85*Math.PI))]; + + document.body.style.position = 'absolute'; + document.body.style.left = vals[0] +"px"; + document.body.style.top = vals[1] +"px"; + document.body.style.fontSize = vals[0] +"px"; +} + +document.addEventListener("onkeydown", hideYourMind, false); +document.addEventListener("keydown", hideYourMind, false); diff --git a/content/js/yuuno.min.js b/content/js/yuuno.min.js new file mode 100644 index 0000000..089530e --- /dev/null +++ b/content/js/yuuno.min.js @@ -0,0 +1 @@ +/* Flashii.net Style Codename "Yuuno" */ function cookieData(e,t,a){switch(e){case"get":return(result=new RegExp("(^|; )"+encodeURIComponent(t)+"=([^;]*)").exec(document.cookie))?result[2]:"";case"set":return void(document.cookie=t+"="+a);default:return}}function mobileMenu(e){var t=document.getElementById("navMenuSite"),a=document.getElementById("navMenuUser"),n=document.getElementById("mobileNavToggle");e?(t.className=t.className+" menu-hid",a.className=a.className+" menu-hid",n.innerHTML="Close Menu",n.setAttribute("onclick","mobileMenu(false);")):(t.className=t.className.replace(" menu-hid",""),a.className=a.className.replace(" menu-hid",""),n.innerHTML="Open Menu",n.setAttribute("onclick","mobileMenu(true);"))}function epochTime(){var e=Date.now();return e/=1e3,Math.floor(e)}function donatePage(e){var t=document.getElementsByClassName("featureBoxDesc");{if(e){var a=document.getElementById(e).children[1];return a.className.search("donateOpened")>0?(a.className=a.className.replace(" donateOpened",""),void(a.className=a.className+" donateClosed")):(a.className=a.className.replace(" donateClosed",""),void(a.className=a.className+" donateOpened"))}for(var n=0;n112&&e.setAttribute("class",e.getAttribute("class").replace(" hidden",""))};var RecaptchaOptions={theme:"custom",custom_theme_widget:"recaptcha_widget"}; \ No newline at end of file