+
+ A hard-coded height may be necessary if you float elements inside the Content div.
+
+
+ Note: If you want to override the default padding for the interior of the box, also do it in the Content div.
+ e.g.
+
+*/
+
+/* TODO: make width classes for all .ColumnXX .ShadowedStandardBox's */
+
+.Centered
+{
+ margin-left:auto;
+ margin-right:auto;
+}
+
+/* ShadowedStandardBox classes */
+.ShadowedStandardBox
+{
+ position:relative;
+ z-index:0;
+ _padding-bottom:6px; /* IE6 fix - bounds Shadow's height */
+ _overflow-y:hidden;
+ margin-bottom:10px;
+}
+
+.ShadowedStandardBox .Header
+{
+ /*background-color: #6e99c9;*/
+ background: url(/web/20120907221648im_/http://www.roblox.com/images/HeaderGradientW800.png) repeat-y top left;
+ text-align:center;
+ color: White;
+ height: 20px;
+ line-height: 20px;
+ font-size: 15px;
+ font-weight:bold;
+ display:block;
+ position:relative;
+ z-index:0;
+ white-space: nowrap;
+}
+
+.ShadowedStandardBox .Content
+{
+ position:relative;
+ z-index:0;
+ border: 2px solid #6e99c9;
+ background-color:White;
+ height:100%;
+ _height:3000px; /* IE6 can't do 100% of an unknown height */
+ padding: 10px 10px 10px 10px;
+}
+
+.Shadow
+{
+ display:block;
+ background: url(/web/20120907221648im_/http://www.roblox.com/images/ShadowAlpha.png) no-repeat bottom right !important;
+ background: #D3DEFF;
+ height:100%;
+ _height:3000px; /* IE6 can't do 100% of an unknown height */
+ width:100%;
+ position:absolute;
+ top:6px; /* offset the shadow */
+ left:6px;
+ z-index:-1;
+}
+
+/* Styles for other elements found within standard boxes */
+.ShadowedStandardBox .Button
+{
+ cursor:pointer;
+
+ background-color:#B6CCE4;
+ color: #435D77;
+ text-decoration:none;
+
+ border: solid 1px #ccc;
+ padding: 3px 10px 3px 10px;
+
+ font-family: Verdana;
+ font-size: 10px;
+ font-weight: bold;
+ text-align: center;
+ white-space: nowrap;
+}
+.ShadowedStandardBox .Button:link , .ShadowedStandardBox .Button:visited
+{
+ background-color: #B6CCE4;
+ color: #435D77;
+ text-decoration:none;
+}
+.ShadowedStandardBox .Button:hover, .ShadowedStandardBox .Button:active
+{
+ background-color:#5F84A8;
+ color: White;
+ text-decoration:none;
+}
+
+
+
+/* Outline Box
+
+ Please note that the header for this box requires two divs.
+
+ Example Usage:
+
+
+
+ Your content goes here.
+
+
+ */
+
+.OutlineBox
+{
+ z-index: 0;
+ position: relative;
+
+ margin-top: 16px;
+ padding-top: 14px;
+ margin-bottom: 10px;
+
+ border: solid 2px #B6CCE4;
+}
+
+.OutlineBox .OB_HeaderPositioner
+{
+ z-index: 1;
+ position: absolute;
+ top: -16px;
+ left: 0px;
+
+ width: 100%;
+}
+
+.OutlineBox .OB_Header
+{
+ z-index: 1;
+ display: block;
+
+ width: 90%;
+ margin-left: auto;
+ margin-right: auto;
+
+ background-color: White;
+ border: solid 2px #B6CCE4;
+
+ text-align: center;
+ font-size: 18px;
+ font-weight: bold;
+
+ padding: 2px 2px 2px 2px;
+}
+
+.OutlineBox .OB_Content
+{
+ padding-top: 5px;
+}
+/*
+ FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:51:26 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 2825.615
+ exclusion.robots: 130.999
+ exclusion.robots.policy: 130.989
+ xauthn.identify: 76.861
+ xauthn.chkprivs: 53.917
+ cdx.remote: 0.065
+ esindex: 0.008
+ LoadShardBlock: 378.672 (3)
+ PetaboxLoader3.datanode: 410.686 (4)
+ CDXLines.iter: 11.229 (3)
+ load_resource: 94.997
+ PetaboxLoader3.resolve: 24.885
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/ShareRoblox.css b/public/devnewsitetest/CSS/Base/CSS/ShareRoblox.css
new file mode 100644
index 0000000..c329c20
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/ShareRoblox.css
@@ -0,0 +1,181 @@
+#InviteAFriendContainer
+{
+ margin-top: 10px;
+}
+
+#InviteAFriendContainer h3
+{
+ margin: 0 auto;
+ padding: 0 0 10px 0;
+ text-align: left;
+ width: 700px;
+}
+
+#InviteAFriendContainer #Exposition
+{
+ margin: 0 auto;
+ padding: 0 0 10px 0;
+ width: 700px;
+}
+
+#InviteAFriendContainer .Buttons
+{
+
+}
+
+#InviteAFriendContainer .Button
+{
+ border: solid 1px #000000;
+ color: #000000;
+ font-family: Verdana, Sans-Serif;
+ margin: 0 0 0 10px;
+ padding: 3px 10px 3px 10px;
+ text-decoration: none;
+}
+
+#InviteAFriendContainer .MultilineTextBox
+{
+ border: 2px solid #CCCCCC;
+ font-family: Arial, Sans-Serif;
+ line-height: 1.5em;
+ padding: 5px 5px 5px 5px;
+ width: 92%;
+}
+
+#InviteAFriendContainer .TextBox
+{
+ border: 2px solid #CCCCCC;
+ font-family: Arial, Sans-Serif;
+ padding: 5px 5px 5px 5px;
+ width: 92%;
+}
+
+#InviteAFriendContainer .Label
+{
+ font-weight: bold;
+}
+
+#InviteAFriendContainer #InvitationElements
+{
+ margin: 0 auto;
+ padding: 5px 5px 5px 5px;
+ width: 688px;
+}
+
+#InviteAFriendContainer #Name,
+#InviteAFriendContainer #Recipients,
+#InviteAFriendContainer #Message
+{
+ margin: 15px 0 0 0;
+}
+
+#InviteAFriendContainer .FormLabel
+{
+ float: left;
+ width: 94px;
+}
+
+#InviteAFriendContainer .FormField
+{
+ float: left;
+ width: 317px;
+}
+
+#InviteAFriendContainer .FormNotes
+{
+ float: right;
+ font-family: Verdana;
+ font-size: xx-small;
+ width: 277px;
+ text-align: left;
+}
+
+#InviteAFriendContainer #Confirmation h3
+{
+ margin: 0 auto;
+ text-align: left;
+ width: 400px;
+}
+
+#InviteAFriendContainer #Confirmation #Message
+{
+ border: solid 1px #000000;
+ margin: 0 auto;
+ padding: 10px 10px 10px 10px;
+ width: 380px;
+}
+
+#InviteAFriendContainer #Confirmation .Buttons
+{
+ margin: 0 auto;
+ width: 400px;
+}
+
+#ShareRobloxRibbon
+{
+ margin: 15px 0px;
+ padding: 3px;
+ text-align: center;
+}
+#ShareRobloxRibbon a
+{
+ text-decoration: none;
+ color: #000000;
+}
+.ShareRobloxButton
+{
+ padding: 4px;
+ margin: 4px 6px;
+ border: 3px solid #B2C1D2;
+ background: #A5D0FF;
+ color: #000000;
+ cursor:pointer;
+ font-size: 16px;
+}
+.ShareRobloxButtonCurrent
+{
+ padding: 4px;
+ margin: 4px 6px;
+ border: 3px solid #B2C1D2;
+ background: #527396;
+ color: #FFFFFF;
+ cursor:pointer;
+ font-size: 16px;
+ text-decoration: none;
+}
+.ShareRobloxButton:hover
+{
+ background: #527396;
+ color: #FFFFFF;
+}
+.clearing
+{
+ clear:both;
+}
+#PleaseUpgradeMeContainer
+{
+ margin-top: 10px;
+}
+/*
+ FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:51:42 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 229.402
+ exclusion.robots: 103.031
+ exclusion.robots.policy: 103.021
+ xauthn.identify: 71.884
+ xauthn.chkprivs: 30.815
+ RedisCDXSource: 0.776
+ esindex: 0.01
+ LoadShardBlock: 100.445 (3)
+ PetaboxLoader3.datanode: 112.591 (4)
+ CDXLines.iter: 21.815 (3)
+ load_resource: 51.88
+ PetaboxLoader3.resolve: 36.639
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/Signup.css b/public/devnewsitetest/CSS/Base/CSS/Signup.css
new file mode 100644
index 0000000..b8da147
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/Signup.css
@@ -0,0 +1,290 @@
+/* Sign up on the homepage */
+
+div.Signup
+{
+ margin: 0 auto;
+ color: #666;
+ float: left;
+ background: #E1E1E1;
+ border: 1px solid #BCBCBC;
+ height: 248px;
+ width: 260px;
+ margin-right: 5px;
+ text-align: center;
+}
+
+div.Signup h2 {
+ text-align: center;
+ border-bottom: none;
+ text-transform: uppercase;
+ font-family: Arial;
+ font-size: 16px;
+ font-weight: bold;
+ padding-top: 9px;
+ color: black;
+}
+
+div.Signup .formRow
+{
+ float:left;
+ width:250px;
+ padding: 2px 0 6px 13px;
+}
+div.Signup .formRow label
+{
+ float:left;
+ padding: 0px 0 0;
+ width: 60px;
+ text-align: left;
+ font-size: 11px;
+ color: black;
+
+}
+div.Signup .formRow input
+{
+ float:left;
+ border: 1px solid #999;
+ padding:3px;
+ width: 140px;
+ height: 15px;
+}
+div.Signup .formRow select {
+ padding: 1px; /* avoid dropdown glazing in ff */
+ margin:0;
+}
+div.Signup .formRadio {
+ float: left;
+ width: 158px;
+ text-align: left;
+}
+div.Signup .formRadio input
+{
+ width: auto;
+ float: none;
+ border: 0px;
+}
+div.SignupWrapper .formRow .formRadio input {
+ width: auto;
+ float: none;
+ border: 0px;
+}
+div.Signup .formRadio label
+{
+ width: auto;
+ float: none;
+ font-size: 12px;
+}
+div.Signup .formSelect {
+ float: left;
+ width: 185px;
+ text-align: left;
+}
+input#MaleBtn {
+ margin-left: 0;
+}
+input#FemaleBtn {
+ margin-left: 20px;
+}
+
+/* Sign up page, to be a modal popup */
+.SignupWrapper {
+ width:760px;margin:0 auto;
+ font: Arial;
+}
+.SignupWrapper .title {
+ text-align:center
+}
+.SignupWrapper h2 {
+ font-size: 40px;
+ font-weight: bold;
+ color: #363636;
+ display: block;
+ letter-spacing: -2px
+}
+.SignupWrapper .SignupBox {
+ width:540px;
+ border-right:1px solid #ccc;
+ float: left;
+ margin-top: 25px;
+ padding-top: 10px;
+}
+.SignupWrapper .LowerRightBox {
+ float: left;
+ padding-left: 10px;
+ width: 190px;
+ padding-top: 15px;
+}
+.SignupWrapper .UpperRightBox {
+ border-bottom:1px solid #ccc;
+ float: left;
+ width: 167px;
+ height: 36px;
+ padding-right: 30px;
+ padding-left: 10px;
+ margin-top: 25px;
+ padding-top: 10px;
+}
+.SignupWrapper .loginLink
+{
+ background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/btn-login-gray-small.png);
+ background-position: top left;
+ width: 51px;
+ height: 23px;
+ cursor: pointer;
+ float: right;
+}
+.SignupWrapper .fbLoginButton {
+ background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/btn-login_with_fb.png);
+ background-position: top left;
+ width: 170px;
+ height: 25px;
+ cursor: pointer;
+ display: block;
+ text-align: center;
+ margin-top: 10px;
+}
+.SignupWrapper .signupMainButton {
+ background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/btn-sign_up-mainpage.png);
+ background-position: top left;
+ width: 119px;
+ height: 50px;
+ cursor: pointer;
+ display: block;
+ margin: 0 auto;
+}
+.SignupWrapper .submitMainButton {
+ background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/btn-submit.png);
+ background-position: top left;
+ width: 134px;
+ height: 50px;
+ cursor: pointer;
+ display: block;
+ margin: 0 auto;
+}
+.SignupWrapper .signupMainButton:hover, .SignupWrapper .fbLoginButton:hover, .SignupWrapper .loginLink:hover, .SignupWrapper .submitMainButton:hover
+{
+ background-position: bottom left;
+}
+
+.SignupWrapper .Termsandconditions {
+ padding-top:20px;
+ font-size: 11px;
+ padding-bottom: 7px;
+}
+
+div.SignupWrapper div.rightFormColumn {
+ float: left;
+ width:350px
+}
+
+div.SignupWrapper .inputColumn {
+ float: left;
+ width: 183px;
+ text-align: left;
+}
+div.SignupWrapper .formRadio {
+ float: left;
+ width: 132px;
+ text-align: left;
+}
+
+/* copied over formRow labels */
+div.SignupWrapper .formRow
+{
+ float:left;
+ padding: 2px 0 14px 23px;
+}
+
+div.SignupWrapper .formRow label
+{
+ float:left;
+ padding: 0px 0 0;
+ width: 140px;
+ text-align: left;
+ margin-top: 4px;
+
+}
+div.SignupWrapper .formRow input
+{
+ width: 170px;
+ height: 15px;
+ float: left;
+}
+div.SignupWrapper .formRow select {
+ float: left;
+}
+
+div.SignupWrapper .formRadio label
+{
+ width: auto;
+ float: none;
+ font-size: 12px;
+ font-weight: normal;
+}
+div.SignupWrapper .formSelect {
+ float: left;
+ text-align: left;
+}
+input#MaleBtn {
+ margin-left: 0;
+}
+input#FemaleBtn {
+ margin-left: 20px;
+}
+div.SignupWrapper .formRow input.newsletterCheck {
+ width: auto;
+ margin-right: 10px;
+ margin-top: 1px;
+ border: 0px;
+}
+div.NewEmailForm .formRow label {
+ width: 100px;
+}
+div.NewEmailForm .SignupBox {
+ width: 477px;
+ border:none;float:none;margin:0 auto;
+}
+div.NewEmailForm .submitMainButton {
+ float: left;
+}
+div.NewEmailForm .noThanksLink {
+ padding-left: 10px;
+ top: 18px;
+ position: relative;
+ color: #888;
+}
+.SignupWrapper #birthdayError {
+ left: -5px;
+}
+.SignupWrapper #genderError {
+ top: -12px; left: -2px
+}
+.SignupWrapper #CaptchaContainer {
+ width: 315px !important;
+ margin: 0 auto !important;
+ padding-bottom: 20px;
+ padding-top: 5px;
+}
+/*
+ FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:51:59 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 1391.089
+ exclusion.robots: 1320.57
+ exclusion.robots.policy: 1320.561
+ xauthn.identify: 1219.055
+ xauthn.chkprivs: 101.255
+ RedisCDXSource: 3.132
+ esindex: 0.005
+ LoadShardBlock: 52.366 (3)
+ PetaboxLoader3.datanode: 60.684 (4)
+ CDXLines.iter: 13.014 (3)
+ load_resource: 67.767
+ PetaboxLoader3.resolve: 51.306
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/StyleGuide.css b/public/devnewsitetest/CSS/Base/CSS/StyleGuide.css
new file mode 100644
index 0000000..12383a0
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/StyleGuide.css
@@ -0,0 +1,95 @@
+.StandardText {
+ font-family: arial;
+ font-size: 12px;
+ color: #000;
+}
+
+.StandardHeaderTopLvl {
+ font-size: 40px;
+ font-weight: bold;
+ color: #363636;
+ letter-spacing: -2px;
+ margin: 12px 0 12px 0;
+}
+
+
+.StandardHeader2ndLvlText,
+.StandardHeader2ndLvl {
+ font-size: 16px;
+ font-weight: bold;
+ color: #000;
+ text-transform: uppercase;
+}
+
+.StandardHeader2ndLvl {
+ margin: 12px 0 20px 0;
+}
+
+.StandardHeader3rdLvl {
+ font-size: 15px;
+ font-weight: bold;
+ color: #363636;
+}
+
+.StandardDividerTop {
+ border-top: 1px solid #ccc;
+}
+.StandardDividerBottom {
+ border-bottom: 1px solid #ccc;
+}
+.StandardDividerLeft {
+ border-left: 1px solid #ccc;
+}
+.StandardDividerRight {
+ border-right: 1px solid #ccc;
+}
+
+
+a.StandardSmallButton,
+span.StandardSmallButtonDisabled {
+ background:url('/web/20120907221649im_/http://www.roblox.com/images/buttons/btn-small_silver_tile.png') repeat-x top left;
+ border: 1px solid #a7a7a7;
+ height: 15px;
+ font: normal 11px Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ text-align: center;
+ display: inline-block;
+ padding: 1px 4px 0 4px;
+}
+
+a.StandardSmallButton {
+ color: Black;
+}
+
+a.StandardSmallButton:hover {
+ background-position: bottom left;
+ border-color: #777;
+ text-decoration: none;
+}
+
+span.StandardSmallButtonDisabled {
+ color: #a7a7a7;
+}
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:53:07 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 389.814
+ exclusion.robots: 308.666
+ exclusion.robots.policy: 308.657
+ xauthn.identify: 163.536
+ xauthn.chkprivs: 144.868
+ cdx.remote: 0.102
+ esindex: 0.014
+ LoadShardBlock: 46.586 (3)
+ PetaboxLoader3.datanode: 62.768 (4)
+ CDXLines.iter: 18.724 (3)
+ load_resource: 51.963
+ PetaboxLoader3.resolve: 32.783
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/Toolbox.css b/public/devnewsitetest/CSS/Base/CSS/Toolbox.css
new file mode 100644
index 0000000..f9319b6
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/Toolbox.css
@@ -0,0 +1,236 @@
+#NewToolboxContainer
+{
+ border: 1px solid #828790;
+ border-bottom: 0;
+}
+#NewToolboxContainer #ToolboxControls
+{
+ text-align: left;
+}
+
+#NewToolboxContainer #ToolboxSelector
+{
+ padding: 8px 7px 8px;
+ background-color: #F0F0F0;
+ height: 20px;
+ border-bottom: 1px solid #CCC;
+}
+
+#NewToolboxContainer #ToolboxSearch
+{
+ height: 19px;
+ float: left;
+}
+
+#NewToolboxContainer #ToolboxItems
+{
+ min-height: 100px;
+ margin: 10px 2px;
+}
+#ToolBoxScrollWrapper
+{
+ overflow-y: scroll;
+ border-bottom: 1px solid #828790;
+ clear: both;
+}
+#NewToolboxContainer #Button
+{
+ background: url("/web/20120907221649im_/http://www.roblox.com/images/IDE/btn-search_glass.png") right no-repeat;
+ border: solid 1px #A7A7A7;
+ cursor: pointer;
+ float: left;
+ height: 18px;
+ width: 18px;
+ background: url("/web/20120907221649im_/http://www.roblox.com/images/IDE/btn-search_glass.png") right no-repeat;
+ border-left: 0px;
+ }
+
+#NewToolboxContainer .Navigation
+{
+ font-size: 8pt;
+ margin: 0 0 5px 5px;
+ height: 22px;
+}
+
+#ResultStatus
+{
+ padding: 2px;
+ font-size: 11px;
+ font-family: arial;
+ margin-left: 5px;
+}
+#NewToolboxContainer .Search
+{
+ border: solid 1px #A7A7A7;
+ float: left;
+ font-family: Arial;
+ font-size: 12px;
+ height: 16px;
+ padding: 1px 2px 1px 2px;
+ width: 86px;
+ margin-right: 0;
+ border-right: 0px;
+ color: black;
+}
+
+#NewToolboxContainer .Page
+{
+ font-family: Verdana, Sans-Serif;
+ margin: 0px;
+}
+
+#NewToolboxContainer .Toolboxes
+{
+ font-family: Verdana, Sans-Serif;
+ font-size: 8pt;
+ height: 20px;
+ border: 1px solid #A7A7A7;
+ float: left;
+ min-width: 135px;
+}
+
+#NewToolboxContainer .ToolboxItem
+{
+ height: 64px;
+ width: 64px;
+ vertical-align: middle;
+ margin: 10px;
+ float: left
+}
+
+#NewToolboxContainer .SearchError
+{
+ clear: both;
+ margin: 1px;
+ float: none;
+ padding: 1px;
+ text-align: center;
+ color: Red;
+ font-size: small;
+}
+
+.toolboxDisplayText {
+ font: normal normal bold 12px Arial;
+ color: #444;
+ float: left;
+ margin-top: 3px;
+ margin-right: 5px;
+}
+
+#NewToolboxContainer #SetTabs
+{
+ background: url("/web/20120907221649im_/http://www.roblox.com/images/ide/bg-tab-inactive.png");
+ color: #fff;
+ height: 19px;
+ clear: both;
+ font-family: Arial;
+ font-size:11px;
+ border-bottom: 1px solid #828790;
+}
+#NewToolboxContainer #SetTabs div
+{
+ float:left;
+ padding:2px 8px 0px 6px;
+ cursor: pointer;
+ height:18px;
+ font: normal normal bold 12px Arial;
+ border-right: 1px solid #828790;
+ color: #363636;
+}
+#NewToolboxContainer #SetTabs div.Selected
+{
+ background: url("/web/20120907221649im_/http://www.roblox.com/images/ide/bg-tab-active.png");
+ color: #444;
+}
+#NewToolboxContainer #MySets
+{
+ margin:0px 4px 0px 2px;
+}
+#NewToolboxContainer .itemLink {
+ display:inline-block;
+ height:62px;
+ width:60px;
+ cursor:pointer;
+ border: 1px solid Window
+}
+#NewToolboxContainer .itemLink:hover {
+ border: solid 1px #ccc;
+ /*background: url("/web/20120907221649im_/http://www.roblox.com/images/ide/img-gear_icon.png") no-repeat 47px 2px; -- Wait for context menu support*/
+}
+#NewToolboxContainer .greyText {
+ color: #888;
+ font-style: italic;
+}
+.filterText {
+ font-size: 11px;
+ font-family: arial;
+ color: #000;
+ margin-top: 4px;
+}
+.searchFilter {
+ margin: 7px;
+}
+.dropdownImg {
+ background: url(/web/20120907221649im_/http://www.roblox.com/images/IDE/img-dropdown_arrow.png) no-repeat;
+ position: absolute;
+ width: 7px;
+ display: block;
+ height: 6px;
+ top: 7px;
+ right: 6px;
+ z-index: 11;
+}
+/* Override the Values set in RBXCommon.css for the Toolbox */
+#NewToolboxContainer .SetList a.btn-dropdown,#NewToolboxContainer a.btn-dropdown-active {
+ background: url(/web/20120907221649im_/http://www.roblox.com/images/Sets/bg-drop_down_btn.png) no-repeat 0 -3px;
+ border: solid 1px #A7A7A7;
+ padding: 2px 16px 0px 6px;
+ height: 16px;
+ font: normal 11px Arial;
+ color: #666;
+ width:35px;
+ float:none;
+}
+
+#NewToolboxContainer .SetList a.btn-dropdown:hover {
+ background-position:0 -29px;
+}
+#NewToolboxContainer .SetList a.btn-dropdown-active {
+ background-position:0 -54px;
+ border-bottom:none;
+ height:18px;
+}
+#NewToolboxContainer .SetListDropDownList .menu a {
+ width: 41px;
+}
+#NewToolboxContainer .SetListDropDownList .menu {
+ width: 57px;
+ border: solid 1px #A7A7A7;
+}
+#NewToolboxContainer .SetListDropDown {
+ *top: -19px;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:54:00 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 397.891
+ exclusion.robots: 243.455
+ exclusion.robots.policy: 243.446
+ xauthn.identify: 165.503
+ xauthn.chkprivs: 77.695
+ cdx.remote: 0.082
+ esindex: 0.01
+ LoadShardBlock: 72.793 (3)
+ PetaboxLoader3.datanode: 88.41 (4)
+ CDXLines.iter: 11.604 (3)
+ load_resource: 54.515
+ PetaboxLoader3.resolve: 35.306
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/Trade.css b/public/devnewsitetest/CSS/Base/CSS/Trade.css
new file mode 100644
index 0000000..1c17bd5
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/Trade.css
@@ -0,0 +1,700 @@
+.TradeWindowContainer {
+ height:608px;
+ width:882px
+}
+
+.TradeHeader {
+ margin-left:15px;
+ max-height:20px;
+ padding:10px 5px 15px 0
+}
+
+.TradeTitle {
+ color:#000;
+ font-family:Arial;
+ font-size:16px;
+ font-weight:700
+}
+
+.TradingPartner {
+ color:#000;
+ font-family:Arial;
+ font-size:11px;
+ font-weight:400
+}
+
+.MakeTradeButton,.MakeTradeButton:hover,.MakeTradeButton.disabled {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/buttons/btn-make_trade.png) top;
+ height:50px;
+ width:179px;
+ margin:0 auto
+}
+
+.MakeTradeButton:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/buttons/btn-make_trade.png) bottom;
+ cursor:pointer
+}
+
+.OfferList {
+ min-height:125px
+}
+
+.LockImage {
+ height:15px;
+ padding-right:2px;
+ width:15px
+}
+
+.LockImage.Green {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/buttons/img-trade_icon_green_small.png)
+}
+
+.LockImage.Red {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/buttons/img-trade_icon_red_small.png)
+}
+
+.OfferItems {
+ min-height:68px;
+ padding-left:2px
+}
+
+.OfferHeaderWrapper {
+ text-align:center;
+ width:100%;
+ margin:0 auto;
+ padding:15px 0 5px 5px
+}
+
+.OfferHeader {
+ color:#363636;
+ font-family:Arial;
+ font-size:15px;
+ font-weight:700
+}
+
+.Offer {
+ background:#e1e1e1;
+ border:1px solid #a7a7a7;
+ display:inline-block;
+ min-height:355px;
+ width:268px;
+ margin:0 0 0 20px
+}
+
+.ExitText {
+ color:#000;
+ cursor:pointer;
+ float:right;
+ font-family:Arial;
+ font-size:12px;
+ font-weight:400;
+ text-align:right;
+ *margin-top:-15px
+}
+
+#ButtonCancel,#ButtonCancel:hover,#ButtonYes,#ButtonYes:hover {
+ cursor:pointer;
+ width: 176px;
+ float:left;
+ height:50px
+}
+
+#ButtonYes,#ButtonYes:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/yes-gray.png) top;
+ margin-right:10px;
+ width:89px
+}
+
+#ButtonYes:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/yes-gray.png) bottom
+}
+
+#ButtonCancel,#ButtonCancel:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/cancel-blue.png) top;
+ width:106px
+}
+
+#ButtonCancel:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/cancel-blue.png) bottom
+}
+
+.InventoryContainer {
+ width:559px;
+ margin:0 5px
+}
+
+.InventoryContainer .InventoryHeaderWrapper {
+ margin-bottom:10px
+}
+
+.InventoryContainer .InventoryHeader {
+ color:#363636;
+ font:bold 15px Arial
+}
+
+.InventoryContainer .InventoryDropDownContainer {
+ color:#363636;
+ font:bold 11px Arial
+}
+
+.InventoryContainer .InventorySmall {
+ color:#000;
+ font:normal 11px Arial
+}
+
+.InventoryContainer .InventoryHandle {
+height: 208px;
+}
+
+.InventoryContainer .InventoryRowContainer {
+ display:block;
+ height:250px;
+ width:576px
+}
+
+.InventoryContainer .PagingContainerDivTop {
+ text-align:center;
+ padding:8px 0 12px
+}
+
+.InventoryContainer .paging_wrapper {
+ color:#363636;
+ font-family:Arial;
+ font-size:11px
+}
+
+.InventoryItemContainerInner {
+ width:60px;
+ z-index:1
+}
+
+.InventoryItemContainerInner,.InventoryItemContainerInner:hover {
+ background:#FFF;
+ border:0;
+ outline:0;
+ overflow:visible;
+ position:absolute;
+ margin:0;
+ padding:0
+}
+
+.InventoryItemContainerInner:hover {
+ position:absolute
+}
+
+.SmallInventoryItem {
+ background:#FFF;
+ border:1px solid #ccc;
+ height:60px;
+ position:relative;
+ width:60px
+}
+
+.SmallInventoryItem .InventoryItemContainerInner {
+ height:60px;
+ position:relative;
+ width:60px
+}
+
+.LargeInventoryItem .InventoryItemContainerInner {
+ height:94px;
+ width:76px
+}
+
+.SmallInventoryItem:hover .InventoryItemContainerInner {
+ border:1px solid #ccc;
+ height:150px;
+ left:-25px;
+ top:-28px;
+ width:109px;
+ z-index:6
+}
+
+.LargeInventoryItem {
+ background:#FFF;
+ border:1px solid #ccc;
+ height:94px;
+ position:relative;
+ width:76px
+}
+
+.LargeInventoryItem:hover .InventoryItemContainerInner {
+ border:1px solid #ccc;
+ height:182px;
+ left:-17px;
+ top:-25px;
+ width:109px;
+ z-index:6
+}
+
+#TradeRequest .LargeInventoryItem:hover .InventoryItemContainerInner {
+ border:1px solid #ccc;
+ height:157px;
+ left:-17px;
+ top:-25px;
+ width:109px;
+ z-index:6
+}
+
+.InventoryItemName {
+ color:#000;
+ font:bold 10px Arial, sans-serif;
+ text-align:center;
+ width:69px;
+}
+
+.SmallInventoryItem .InventoryItemName {
+ display:none;
+ height:25px;
+ padding: 0 2px;
+ overflow: hidden;
+ margin:auto
+}
+
+.LargeInventoryItem .InventoryItemName {
+ display:block;
+ height:25px;
+ overflow:hidden;
+ text-align:center
+}
+
+.InventoryItemContainerInner:hover .InventoryItemName {
+ display:block;
+ text-align:center;
+ width:96%;
+ margin:0
+}
+
+.ItemInfoLabel,.InventoryItemContainerInner:hover .ItemInfoLabel {
+ color:#666;
+ display:none;
+ font:9px Arial, sans-serif;
+ margin-left:6px;
+ margin-right:3px;
+ text-align:left;
+ padding:0
+}
+
+.ItemInfoData,.InventoryItemContainerInner:hover .ItemInfoData {
+ color:#006c00;
+ display:none;
+ font:bold 9px Arial, sans-serif;
+ margin-left:2px;
+ padding:0
+}
+
+.InventoryItemContainerInner .InventoryItemSerial,.InventoryItemContainerInner .SerialNumberTotal {
+ color:#000;
+ display:none;
+ font:9px Arial, sans-serif;
+ margin:0;
+ padding:0
+}
+
+.InventoryItemContainerInner .HoverContent {
+ display:block;
+ line-height:15px
+}
+
+.InventoryItemContainerInner .ItemImg {
+ border:0;
+ height:60px;
+ outline:0;
+ text-align:center;
+ width:60px;
+ margin-left: -1px;
+ padding: 0;
+}
+
+.InventoryContainer .AddButton, .InventoryContainer .RequestButton {
+ cursor: pointer;
+}
+
+.LargeInventoryItem:hover .ItemImg {
+ height:83px;
+ width:83px;
+ margin:5px 5px 5px 2px
+}
+
+.SmallInventoryItem:hover .ItemImg {
+ margin-bottom:2px;
+ margin-top: 2px;
+}
+
+.InventoryItemContainerOuter {
+ float:left;
+ padding:4px 2px
+}
+
+div.ItemLinkDiv {
+ height:60px;
+ width:60px;
+ margin:auto
+}
+#TradeConfirmModal {
+ *margin-top: -150px;
+}
+.LargeInventoryItem:hover div.ItemLinkDiv {
+ height:88px;
+ width:88px
+}
+
+div.TradeItemSilverButtonContainer,.InventoryItemContainerInner:hover div.TradeItemSilverButtonContainer {
+ display:none;
+ left:5px;
+ padding-top:6px;
+ width:94px;
+ margin:auto
+}
+
+.InventoryItemContainerInner:hover div.TradeItemSilverButtonContainer {
+ display:block
+}
+
+a.TradeItemSilverButton,a.TradeItemSilverButton:hover,a.TradeItemSilverButtonDisabled {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/btn-small_silver_tile.png) repeat-x top;
+ border:1px solid #a7a7a7;
+ color:#000;
+ display:block;
+ font:normal 11px Arial, Helvetica, sans-serif;
+ height:15px;
+ padding-top:1px;
+ text-align:center;
+ text-decoration:none!important
+}
+
+a.TradeItemSilverButton:hover {
+ background-position:bottom;
+ border-color:#777
+}
+
+a.TradeItemSilverButtonDisabled {
+ border:1px solid #CCC;
+ color:#A7A7A7;
+ cursor:default
+}
+
+.SendTrade,.SendTrade:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/sendTrade.png) top;
+ cursor:pointer;
+ height:50px;
+ width:183px;
+ margin:0 auto
+}
+
+.SendTrade:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/sendTrade.png) bottom
+}
+
+.TradeDivider {
+ border-top:1px solid #A7A7A7;
+ height:15px;
+ margin-left:5px;
+ width:574px
+}
+
+.ErrorText {
+ color:#C00;
+ font-family:Arial;
+ font-size:11px;
+ font-weight:700
+}
+
+.ErrorTextContainer {
+ padding-left:15px;
+ padding-top:10px;
+ width:275px
+}
+
+.ModalButtonContainer {
+ width:220px;
+ margin:50px auto 10px
+}
+
+.BlankItem {
+ background:#FFF;
+ border:1px solid #ccc;
+ float:left;
+ height:60px;
+ width:60px;
+ margin:4px 2px 0
+}
+
+.BlankItem.LargeInventoryItem {
+ background:#FFF;
+ border:1px solid #ccc;
+ height:93px;
+ position:relative;
+ width:73px;
+ margin:4px 2px 0
+}
+
+.MissingItemContainer {
+ border:1px solid #ccc;
+ height:93px;
+ position:relative;
+ width:73px;
+ float:left;
+ margin:4px 2px 0
+}
+.MissingItem
+{
+ height: 80px;
+ width: 60px;
+ background: url(/web/20120907221649im_/http://www.roblox.com/images/missing_user_asset.png) no-repeat;
+ margin: 5px auto;
+}
+.MissingItem.Deleted {
+ background: url(/web/20120907221649im_/http://www.roblox.com/images/deleted_user_asset.png) no-repeat;
+}
+.RBXImg {
+ margin:0 2px
+}
+
+.OfferValue {
+ color:#006800
+}
+
+.OfferValueContainer {
+ clear:both;
+ font-family:Arial, Helvetica, Sans-Serif;
+ font-size:11px;
+ text-align:center;
+ margin:5px auto 10px
+}
+
+.OpenTradeButton,.OpenTradeButton:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/tradeItems.png) top;
+ cursor:pointer;
+ float:right;
+ height:23px;
+ margin-right:10px;
+ *margin-top:-24px;
+ width:91px
+}
+
+.OpenTradeButton:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/tradeItems.png) bottom
+}
+
+#ButtonAcceptTrade,#ButtonAcceptTrade:hover,#ButtonCounterTrade,#ButtonCounterTrade:hover,#ButtonDeclineTrade,#ButtonDeclineTrade:hover {
+ float:left;
+ height:50px;
+ margin-right:5px;
+ width:123px;
+ cursor:pointer
+}
+
+#ButtonCancelTrade, #ButtonCancelTrade:hover {
+ width: 176px;
+ float: left;
+ background: url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/btn-cancel_trade.png) no-repeat top;
+ cursor: pointer;
+ height: 50px;
+ margin-left: 5px;
+}
+
+#ButtonCancelTrade:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/btn-cancel_trade.png) no-repeat bottom
+}
+
+#ButtonDeclineTrade,#ButtonDeclineTrade:hover {
+ width:115px;
+ cursor:pointer
+}
+
+#ButtonAcceptTrade {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/accept.png) no-repeat top
+}
+
+#ButtonAcceptTrade:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/accept.png) no-repeat bottom
+}
+
+#ButtonCounterTrade {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/counter.png) no-repeat top;
+ float:left;
+ height:50px;
+ width:123px
+}
+
+#ButtonCounterTrade:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/counter.png) no-repeat bottom
+}
+
+#ButtonDeclineTrade {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/decline.png) no-repeat top
+}
+
+#ButtonDeclineTrade:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/decline.png) no-repeat bottom
+}
+
+div#TradeRequest {
+ width: 528px;
+ *top:-200px;
+}
+
+#TradeRequest div.ActionButtonContainer {
+ padding-bottom:10px;
+ width:380px;
+ margin:0 auto
+}
+
+#TradeRequest .ButtonOK,#TradeRequest .ButtonOK:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/ok.png) no-repeat top;
+ height:50px;
+ width:100px;
+ float: left;
+ cursor:pointer
+}
+
+#TradeRequest .ButtonOK:hover {
+ background:url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/ok.png) no-repeat bottom
+}
+
+#TradeRequest div.ReviewButtonContainer {
+ padding-bottom:10px;
+ width:285px;
+ margin: 0 auto;
+ *padding-top: 0px;
+}
+
+#TradeRequest .ViewButtonContainer {
+ padding-bottom:10px;
+ width: 100px;
+ margin: 0 auto;
+ *padding-top: 0px;
+}
+
+.TradePartnerName {
+ color:#095fb5
+}
+
+#TradeRequest .TradeExpiration {
+ color:#666;
+ font-family:Arial;
+ font-size:11px;
+ text-align:center
+}
+
+#TradeRequest .TradeRequestText {
+ color:#363636;
+ font-family:Arial;
+ font-size:15px;
+ font-weight:700;
+ text-align:center
+}
+
+#TradeRequest .roblox-avatar-image img[Title] {
+ height:142px;
+ width:106px
+}
+
+#TradeRequest .roblox-avatar-image img[style] {
+ left:15px!important
+}
+
+#TradeRequestExpiration.Red {
+ color:#C00
+}
+
+#TradeRequest .roblox-avatar-image {
+ margin:12px auto -12px
+}
+
+#TradeRequest .LeftContentContainer {
+ border-right:1px solid #CCC;
+ display:inline;
+ float:left;
+ height:320px;
+ width:148px;
+ margin:12px 0 10px
+}
+
+#TradeRequest .closeBtnCircle_20h {
+ cursor:pointer;
+ margin-left:503px;
+ position:absolute;
+ top:5px
+}
+
+#TradeRequest .OfferHeaderWrapper {
+ padding:5px 0 5px 5px
+}
+
+.InventoryDropDowns {
+ *margin-top:-15px
+}
+
+.InventoryContainer .InventoryDropDowns,.TradeWindowContainer .Inventories {
+ float:right
+}
+
+.Inventories {
+ width: 580px;
+}
+
+.InventoryItemContainerInner .RBXImg,div.FooterButtonPlaceHolder,.HeaderButtonPlaceHolder {
+ display:none
+}
+
+.TradeWindowContainer .GenericModal {
+ *top:-50px
+}
+
+div.InventoryItemContentContainer {
+ text-align:center;
+ position:relative;
+ margin-left:-2px;
+ padding:0 2px
+}
+
+div.InventoryDropDownContainer.noItems {
+ text-align:center;
+ font-size:11px
+}
+
+div.LargeInventoryItem div.InventoryNameWrapper {
+ overflow:hidden;
+ text-align:center;
+ height: 27px;
+ padding: 0 2px;
+}
+
+.InventoryItemContainerInner:hover .ItemInfoLabel,.InventoryItemContainerInner:hover .ItemInfoData,.InventoryItemContainerInner:hover .InventoryItemSerial,.InventoryItemContainerInner:hover .SerialNumberTotal,.InventoryItemContainerInner:hover .RBXImg {
+ display:inline
+}
+
+a.ViewTradeLink,.AddToOffer,.RequestFor {
+ cursor:pointer
+}
+
+.InventoryItemContainerInner .InventoryItemLink,#TradeRequest .roblox-avatar-image div,#TradeRequest .OfferHeader {
+ text-align:center
+}
+#TradeRequest a:hover, .TradeWindowContainer a:hover {
+ color: black;
+}
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:54:49 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 281.05
+ exclusion.robots: 150.695
+ exclusion.robots.policy: 150.687
+ xauthn.identify: 84.777
+ xauthn.chkprivs: 65.678
+ RedisCDXSource: 0.827
+ esindex: 0.007
+ LoadShardBlock: 113.373 (3)
+ PetaboxLoader3.datanode: 124.957 (4)
+ CDXLines.iter: 13.125 (3)
+ load_resource: 90.041
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/UnifiedModal.css b/public/devnewsitetest/CSS/Base/CSS/UnifiedModal.css
new file mode 100644
index 0000000..65069a7
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/UnifiedModal.css
@@ -0,0 +1,73 @@
+.unifiedModal
+{
+ background-color: #e1e1e1;
+ font: bold 27px Arial;
+ letter-spacing:-2px;
+ color:#363636;
+ border:2px solid #272727;
+ text-align:center;
+ position: relative;
+}
+.unifiedModalContent
+{
+ text-align:left;
+ background-color:White;
+ color:#000;
+ font: Bold 15px Arial;
+ margin-left:5px;
+ margin-right:5px;
+ margin-bottom:5px;
+ letter-spacing:normal;
+}
+.unifiedModalSubtext
+{
+ color: #666;
+ font: bold 12px Arial;
+ border:none;
+ letter-spacing:normal;
+ cursor:pointer;
+ text-align:center;
+ margin-top:10px;
+ padding-bottom:5px;
+}
+.smallModal
+{
+ width: 425px;
+}
+.closeBtnCircle_20h:hover {
+ background-position: 0px 20px;
+}
+.closeBtnCircle_20h {
+ width:20px; height:20px;
+ cursor: pointer;
+ position:absolute;
+ top:5px; left:5px;
+ background: url(/web/20120907221649im_/http://www.roblox.com/images/Buttons/btn-x.png);
+}
+.unifiedModal .smallModal .closeBtnCircle_20h
+{
+ margin-left:395px;
+}
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:56:30 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 1566.541
+ exclusion.robots: 1215.958
+ exclusion.robots.policy: 1215.948
+ xauthn.identify: 1175.771
+ xauthn.chkprivs: 39.846
+ cdx.remote: 0.119
+ esindex: 0.012
+ LoadShardBlock: 269.987 (3)
+ PetaboxLoader3.resolve: 266.292 (4)
+ PetaboxLoader3.datanode: 74.124 (4)
+ CDXLines.iter: 18.535 (3)
+ load_resource: 79.654
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/Upload.css b/public/devnewsitetest/CSS/Base/CSS/Upload.css
new file mode 100644
index 0000000..4efbcc8
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/Upload.css
@@ -0,0 +1,63 @@
+#post-image-main, #upload-video-main
+{
+ font-size: 16pt;
+ font-weight: bold;
+ text-align: center;
+}
+
+#post-image-main a, #post-image-main a:hover, #upload-video-main a, #upload-video-main a:hover
+{
+ text-decoration:none;
+}
+
+#post-image-ul, #upload-video-ul
+{
+ text-align: left;
+ font-weight: normal;
+ font-size: 12pt;
+}
+
+#post-image-small, #upload-video-small
+{
+ font-weight: normal;
+ font-size: 12pt;
+}
+
+#post-image-footer, #upload-video-footer
+{
+ text-align:right;
+}
+
+#post-image-footer a, #upload-video-footer a
+{
+ font-size: 12pt;
+ font-weight: bold;
+ text-decoration: none;
+}
+#post-image-footer a:hover, #upload-video-footer a:hover
+{
+ text-decoration: none;
+}
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:57:26 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 959.057
+ exclusion.robots: 877.18
+ exclusion.robots.policy: 877.171
+ xauthn.identify: 579.048
+ xauthn.chkprivs: 297.906
+ RedisCDXSource: 1.325
+ esindex: 0.008
+ LoadShardBlock: 65.869 (3)
+ PetaboxLoader3.datanode: 72.965 (4)
+ CDXLines.iter: 12.424 (3)
+ load_resource: 54.247
+ PetaboxLoader3.resolve: 40.542
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/User.css b/public/devnewsitetest/CSS/Base/CSS/User.css
new file mode 100644
index 0000000..d5821c4
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/User.css
@@ -0,0 +1,710 @@
+#UserContainer
+{
+ font-family: Verdana, Sans-Serif;
+}
+
+#UserContainer #LeftBank
+{
+ float: left;
+ text-align: center;
+ width: 444px;
+}
+
+#UserContainer #RightBank
+{
+ float: right;
+ text-align: center;
+ width: 444px;
+}
+
+#UserContainer #LeftBank #UserPageLargeRectangleAd
+{
+ border: none;
+}
+
+#UserPlacesPane
+{
+ clear: both;
+ background-color: #FFFFFF;
+}
+#UserPlacesPane
+{
+ clear: both;
+ background-color: #FFFFFF;
+}
+
+#ProfilePane,
+#UserPlacesPane,
+#UserBadgesPane,
+#BadgesDisplay,
+#UserStatisticsPane,
+#FriendsPane,
+#FavoritesPane,
+.FriendRequestsPane,
+#UserAssetsPane
+{
+
+}
+
+.FriendRequestsPane,
+#UserModelsContainer,
+#UserAssetsPane
+{
+ clear: both;
+ margin: 10px 0 0 0;
+ text-align: center;
+}
+
+#UserBadgesPane,
+#UserStatisticsPane
+{
+ margin: 10px 0 0 0;
+}
+
+#UserStatisticsPane
+{
+ text-align: left;
+}
+
+#FriendsPane,
+#FavoritesPane
+{
+ clear: right;
+ margin: 10px 0 0 0;
+}
+
+#UserAssetsPane
+{
+ margin-bottom: 10px;
+}
+
+#UserBadgesPane #UserBadges
+{
+ background-color: #fff;
+ text-align: center;
+}
+
+#ProfilePane h4
+{
+ background-color: #ccc;
+ border-top: solid 1px #000;
+ color: #333;
+ font-family: Comic Sans MS, Verdana, Sans-Serif;
+ font-size: 1.3em;
+ margin: 0;
+ text-align: center;
+}
+
+#ProfilePane p
+{
+ margin: 0.9em 0;
+ line-height: 1.6em;
+}
+
+#UserAssetsPane #UserAssets h4,
+#UserBadgesPane #UserBadges h4,
+#UserPlacesPane #UserPlaces h4,
+#UserStatisticsPane #UserStatistics h4,
+#FavoritesPane #Favorites h4
+{
+ background-color: #ccc;
+ border-bottom: solid 1px #000;
+ color: #333;
+ font-family: Comic Sans MS, Verdana, Sans-Serif;
+ margin: 0;
+ text-align: center;
+}
+
+#UserPlacesPane #UserPlaces h4
+{
+ background-color: #6e99c9;
+ color: #fff;
+ font-family: Verdana, Sans-Serif;
+ font-size: 1.4em;
+ font-weight: normal;
+ letter-spacing: 0.1em;
+ line-height: 1.5em;
+}
+
+#UserStatisticsPane #UserStatistics
+{
+ background-color: #eee;
+ padding-bottom: 10px;
+}
+
+#UserStatisticsPane #UserStatistics h4
+{
+ margin-bottom: 5px;
+}
+
+#UserStatisticsPane #UserStatistics .Statistic
+{
+ line-height: 1.8em;
+ margin: 0 auto;
+ width: 385px;
+}
+
+#UserStatisticsPane #UserStatistics .Label
+{
+ float: left;
+ text-align: right;
+ width: 178px;
+}
+
+#UserStatisticsPane #UserStatistics .Value
+{
+ float: right;
+ width: 177px;
+}
+
+#UserModelsContainer
+{
+ text-align: left;
+}
+#Friends
+{
+ margin-top: 10px;
+}
+
+#Friends h4,
+#FriendRequests h4
+{
+ font-size: 10pt;
+ font-weight: bold;
+ line-height: 1em;
+ margin-bottom: 5px;
+ margin-top: 5px;
+}
+
+.NoResults
+{
+ line-height: 1.3em;
+ padding: 10px;
+ text-align: center;
+}
+
+.Badge
+{
+ margin: 10px 10px;
+ text-align: center;
+}
+
+.FriendsPager
+{
+ margin-left: auto;
+ margin-right: auto;
+}
+
+#FriendsContainer .Friend:hover
+{
+ border: 1px solid #ccc;
+}
+
+#FriendsContainer .paging_wrapper
+{
+ position: relative;
+ margin: 0px 10px;
+ top: 2px;
+}
+
+#FriendsContainer .paging_input
+{
+ width: 20px;
+ text-align: center;
+ font-size:12px;
+}
+
+.Friend
+{
+ width: 125px;
+ height: 180px;
+ overflow:hidden;
+ border: 1px solid #fff;
+}
+.FriendContainer
+{
+ float:left;
+ margin:10px;
+}
+
+.Friend .Avatar
+{
+ text-align: center;
+}
+
+.Friend .Summary,
+.Friend .Options
+{
+ margin-top: 5px;
+ text-align: center;
+}
+
+.Friend .OnlineStatus,
+.Friend .Name
+{
+}
+
+#UserContainer .CollapsiblePanelHint
+{
+ color: #999;
+ padding: 5px;
+ text-align: center;
+}
+
+#UserContainer #AssetsMenu
+{
+ float: left;
+ width: 158px;
+}
+
+#UserContainer #AssetsOptions
+{
+}
+
+#UserContainer #AssetSearchOption
+{
+ float: left;
+}
+
+#UserContainer #AssetUploadOption
+{
+ float: right;
+}
+
+#UserContainer #AssetsList
+{
+ clear: both;
+}
+
+#UserAssetsPane .AssetsMenuItem
+{
+ border: solid 1px #777;
+ margin: 15px;
+ padding: 3px 10px;
+ width: 100px;
+}
+
+#UserAssetsPane .AssetsMenuItem:hover
+{
+ border: solid 1px #000;
+ cursor: pointer;
+ margin: 15px;
+ width: 100px;
+}
+
+#UserAssetsPane .AssetsMenuItem_Selected
+{
+ background-color: #6e99c9;
+ border: solid 1px #000;
+ margin: 15px;
+ padding: 3px 10px;
+ width: 100px;
+}
+
+#UserAssetsPane .AssetsMenuButton
+{
+ color: #777;
+ font: normal 14px/normal Verdana, sans-serif;
+}
+
+#UserAssetsPane .AssetsMenuButton:hover
+{
+ color: #000;
+ text-decoration: none;
+}
+
+#UserAssetsPane .AssetsMenuButton_Selected
+{
+ color: #fff;
+ font: normal 14px/normal Verdana, sans-serif;
+ text-decoration: none;
+}
+
+#UserPlaces .PanelFooter,
+#GroupPlaces .PanelFooter,
+#Favorites .PanelFooter
+{
+ background-color: #fff;
+ color: #333;
+ font-family: Verdana, Sans-Serif;
+ margin: 0;
+ padding: 3px;
+ text-align: center;
+}
+
+#UserPlaces .AccordionHeader
+{
+ background-color: #ccc;
+ border: solid 1px #000000;
+ cursor: pointer;
+ font: bold 1em/normal Verdana, sans-serif;
+ letter-spacing: 0.1em;
+ margin: 1px 0;
+ padding: 1px 1em;
+ text-align: left;
+}
+
+#UserPlaces .AccordionHeader:hover
+{
+ background-color: #6e99c9;
+ color: #fff;
+}
+
+#UserPlaces .Place
+{
+
+}
+
+#UserPlaces .Place .PlayStatus
+{
+ margin: 5px 0 0 0;
+ display: inline;
+}
+
+#UserPlaces .Place .PlayOptions
+{
+ margin: 5px 0 0 0;
+ display: block;
+ min-height: 48px;
+}
+
+#UserPlaces .Place .PlayOptions .Button
+{
+ border-color: #333;
+ color: #333;
+ margin: 0 3px;
+}
+
+#UserPlaces .Place .PlayOptions .Button:hover
+{
+ background-color: #6e99c9;
+ color: #fff;
+}
+
+#UserPlaces .Place .Statistics
+{
+ border-top: dashed 1px #555;
+ border-left: dashed 1px #555;
+ border-right: dashed 1px #555;
+ color: #555;
+ font: normal 1em/normal Verdana, sans-serif;
+ letter-spacing: 0.1em;
+ line-height: 1.7em;
+ margin: 0;
+ margin-top: 10px;
+}
+
+#UserPlaces .Place .Thumbnail
+{
+ border: solid 1px #555;
+ margin: 0;
+}
+
+#UserPlaces .Place .Description
+{
+ border: dashed 1px #555;
+ color: #555;
+ font: normal 1em/normal Verdana, sans-serif;
+ max-height: 75px;
+ line-height: 1.7em;
+ margin: 5px 0 0 0;
+ padding: 5px 10px;
+ overflow: auto;
+ text-align: left;
+}
+
+#UserPlaces .Place .Configuration
+{
+ border-bottom: dashed 1px #555;
+ border-left: dashed 1px #555;
+ border-right: dashed 1px #555;
+ font: normal 1em/normal Verdana, sans-serif;
+ line-height: 1.7em;
+ padding: 5px 10px;
+}
+
+#UserContainer #AssetsContent
+{
+ float: left;
+ font-family: Verdana, Sans-Serif;
+ margin: 0 auto;
+ margin-left: 28px;
+ margin-right: 28px;
+ min-width: 0; /* peekaboo bug fix for IE7 */
+ padding-bottom: 10px;
+ padding-left: 0;
+ padding-right: 0;
+ position: relative; /* peekaboo bug fix for IE6 */
+ text-align: left;
+ width: 662px;
+}
+
+#UserContainer #AssetsContent .HeaderPager,
+#UserContainer #FavoritesContent .HeaderPager,
+#UserContainer #AssetsContent .FooterPager,
+#UserContainer #FavoritesContent .FooterPager
+{
+ clear:both;
+ margin: 0 12px 0 10px;
+ padding: 2px 0;
+ text-align: center;
+}
+
+#UserContainer #AssetsContent .HeaderPager,
+#UserContainer #FavoritesContent .HeaderPager
+{
+ margin-bottom: 10px;
+}
+
+#UserContainer #AssetsContent .HeaderPager .Label,
+#UserContainer #FavoritesContent .HeaderPager .Label,
+#UserContainer #AssetsContent .FooterPager .Label,
+#UserContainer #FavoritesContent .FooterPager .Label
+{
+ font-size: 1em;
+ vertical-align: middle;
+}
+
+#UserContainer .Asset
+{
+ margin: 0 10px 15px 10px;
+ vertical-align: top;
+ width: 112px;
+}
+
+#UserContainer .Asset .AssetThumbnail
+{
+ border: solid 1px #000;
+ height: 110px;
+ position: relative;
+ text-align: center;
+ width: 110px;
+}
+
+#UserContainer .Asset .AssetDetails
+{
+ overflow: hidden;
+ padding: 2px 0 6px 0;
+ text-align: left;
+ width: 110px;
+}
+
+#UserContainer .AssetName a
+{
+ font-size: 0.9em;
+ font-weight: bold;
+ line-height: 1.5em;
+ vertical-align: top;
+}
+
+.AssetsBullet
+{
+ padding-right: 3px;
+}
+
+#UserContainer .Label,
+#UserContainer .Detail,
+#UserContainer .DetailHighlighted,
+#UserContainer .PriceInRobux,
+#UserContainer .PriceInTickets
+{
+ font-size: 0.8em;
+}
+
+#UserContainer .DetailHighlighted
+{
+ color: Red;
+ font-weight: bold;
+}
+
+#UserContainer .PriceInRobux
+{
+ color: Green;
+ font-weight: bold;
+}
+
+#UserContainer .PriceInTickets
+{
+ color: #fbb117;
+ font-weight: bold;
+}
+
+.UserOnlineMessage
+{
+ font-family: Verdana;
+ font-size: 8pt;
+ color: Red;
+}
+.UserOfflineMessage
+{
+ font-family: Verdana;
+ font-size: 8pt;
+ color: Gray;
+}
+
+.AdPanel
+{
+ position:relative;
+ margin: 0px auto;
+ display:inline;
+ z-index: 999;
+}
+.BanishButtonOverlay
+{
+ background-color: #eee;
+ border: solid 1px #444;
+ font-size: .8em;
+ padding: 1px 3px 2px 3px;
+ position: absolute;
+ text-align: center;
+ top:0;
+ right:0;
+}
+.BanishButtonOverlay:hover
+{
+ background-color: #fff;
+ border: solid 1px #000;
+ text-decoration: none;
+}
+.DeleteButtonOverlay
+{
+ background-color: #eee;
+ border: solid 1px #444;
+ font-size: .8em;
+ padding: 1px 3px 2px 3px;
+ position: absolute;
+ right: 2px;
+ text-align: center;
+ top: 2px;
+}
+.DeleteFavoriteOverlay
+{
+ background-color: #eee;
+ border: solid 1px #444;
+ font-size: .8em;
+ padding: 1px 3px 2px 3px;
+ position: relative;
+ left: -57px;
+ text-align: center;
+ top: -97px;
+}
+
+.DeleteButtonOverlay:hover
+{
+ background-color: #fff;
+ border: solid 1px #000;
+ text-decoration: none;
+}
+.PlaceAccessIndicator
+{
+ color: #000000;
+}
+.SubscriptionStatusPanel
+{
+ width:348px;
+ font-weight:bold;
+ margin-top:5px;
+ padding:5px 5px 5px 5px;
+ border:solid 1px black;
+ background-color:#cccccc;
+}
+.ProfileAlertPanel
+{
+ width:348px;
+ padding:5px 5px 5px 5px;
+ background-color: #FFFFFF;
+ border: solid 1px black;
+ height: 64px;
+}
+
+.UserBlurb
+{
+ overflow: hidden;
+ width:348px;
+ padding:5px 5px 5px 5px;
+ line-height:20px;
+ background-color: #FFFFFF;
+ margin-bottom: 10px;
+}
+#AccountSettingsForm
+ {
+ font-size:11px;
+ line-height:18px;
+ }
+
+ #AccountSettingsForm fieldset
+ {
+ border:1px solid #dddddd; padding:5px 5px 5px 5px;
+ }
+
+
+#OwnedSetsContainerDiv, #SubscribedSetsContainerDiv
+{
+ text-align:center;
+ padding-bottom:25px;
+ height:auto;
+}
+#OwnedSetsContainerDiv .TiledSets, #SubscribedSetsContainerDiv .TiledSets
+{
+ width:110px;
+ height:90px;
+}
+.TiledSets
+{
+ float: left;
+ margin: 10px 10px;
+ text-align: center;
+}
+#OwnedSetsContainerDiv .AssetCreator, #SubscribedSetsContainerDiv .AssetCreator
+{
+ font-size: .8em;
+}
+#OwnedSetsContainerDiv .SetsPager_Container, #SubscribedSetsContainerDiv .SetsPager_Container
+{
+ clear: both;
+ text-align: center;
+ position: absolute;
+ bottom: 11px;
+ width: 100%;
+ *left:0px;
+}
+#OwnedSetsContainerDiv .loading, #SubscribedSetsContainerDiv .loading
+{
+ text-align: center;
+ height:350px;
+ position:relative;
+ background: url('/web/20120907221649im_/http://www.roblox.com/images/spinners/spinner100x100.gif') center no-repeat;
+}
+#OwnedSetsContainerDiv .NoSets, #SubscribedSetsContainerDiv .NoSets
+{
+ position: relative;
+ top: 10px;
+}
+#ToggleBetweenOwnedSubscribedSets:hover
+{
+ cursor:pointer;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:57:38 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 452.249
+ exclusion.robots: 122.946
+ exclusion.robots.policy: 122.933
+ xauthn.identify: 81.318
+ xauthn.chkprivs: 41.33
+ cdx.remote: 0.074
+ esindex: 0.011
+ LoadShardBlock: 114.855 (3)
+ PetaboxLoader3.datanode: 85.029 (4)
+ CDXLines.iter: 29.764 (3)
+ load_resource: 41.774
+ PetaboxLoader3.resolve: 24.89
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/VideoPreRoll.css b/public/devnewsitetest/CSS/Base/CSS/VideoPreRoll.css
new file mode 100644
index 0000000..6dbc4b0
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/VideoPreRoll.css
@@ -0,0 +1,95 @@
+
+#videoPrerollPanel
+{
+ display:none;
+ width: 713px;
+ height: 473px;
+ padding: 20px 20px 20px 35px;
+ background-color: #fff;
+}
+#videoPrerollTitleDiv
+{
+ font-family: Arial, Sans-Serif; font-size: 17px; font-weight: bold; padding-bottom: 20px;
+}
+#videoPrerollMainDiv
+{
+ width:391px;
+ height:312px;
+ margin: 0;
+ padding: 0;
+ float: left;
+}
+#videoPrerollCompanionAd
+{
+ width:300px;
+ height: 250px;
+ margin: 0;
+ padding-top: 25px;
+ padding-left: 20px;
+ float: left;
+}
+#videoPrerollLoadingDiv
+{
+ margin-left: auto; margin-right: auto; font-family: Arial, Sans-Serif; font-weight: bold; font-size: 12px; clear:both; width: 584px; padding-top: 30px;
+}
+#videoPrerollLoadingBar
+{
+ width: 582px;
+ height: 8px;
+ border: 1px solid #697D03; /*rgb(105,125,3);*/
+ background-color: #808081; /*rgb(128,128,129);*/
+}
+#videoPrerollLoadingBarCompleted
+{
+ background-color: rgb(203, 255, 1); /* #CBFF01; */
+ height: 8px;
+ width:0px;
+ padding: 0;
+ margin: 0;
+}
+#videoPrerollJoinBC
+{
+ text-align:center;
+ font-size: 15px;
+ font-family: Arial, Sans-Serif;
+ font-weight: bold;
+ padding-top: 22px;
+}
+
+#videoPrerollJoinBCButton
+{
+ width:180px;
+ height:40px;
+ background-image: url(/web/20120907221649im_/http://www.roblox.com/images/VideoPreRoll/btn-buildersclub.png);
+ background-position: top;
+ display: inline-block;
+ vertical-align:middle;
+}
+#videoPrerollJoinBCButton:hover
+{
+ background-position: bottom;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:58:36 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 240.069
+ exclusion.robots: 156.793
+ exclusion.robots.policy: 156.782
+ xauthn.identify: 99.854
+ xauthn.chkprivs: 56.7
+ RedisCDXSource: 8.746
+ esindex: 0.008
+ LoadShardBlock: 57.824 (3)
+ PetaboxLoader3.datanode: 57.661 (4)
+ CDXLines.iter: 13.412 (3)
+ load_resource: 41.466
+ PetaboxLoader3.resolve: 28.358
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/carouselpager.css b/public/devnewsitetest/CSS/Base/CSS/carouselpager.css
new file mode 100644
index 0000000..e321fb3
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/carouselpager.css
@@ -0,0 +1,59 @@
+.CarouselPager
+{
+ text-align:center;
+}
+.CarouselPager .arrow-up, .CarouselPager .arrow-down
+{
+ height: 13px;
+ width: 36px;
+ background:url('/web/20120907221645im_/http://www.roblox.com/images/Groups/btn-arrowsprite-up_down.png');
+ margin: 5px 0;
+ display:inline-block;
+}
+.CarouselPager .arrow-up
+{
+ background-position:left top;
+}
+.CarouselPager .arrow-down
+{
+ background-position:right top;
+}
+.CarouselPager .arrow-up:hover
+{
+ background-position:left -13px;
+}
+.CarouselPager .arrow-down:hover
+{
+ background-position:right -13px;
+}
+.CarouselPager .arrow-up.disabled
+{
+ background-position:left bottom;
+}
+.CarouselPager .arrow-down.disabled
+{
+ background-position:right bottom;
+}
+/*
+ FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:21:00 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 488.691
+ exclusion.robots: 133.564
+ exclusion.robots.policy: 133.553
+ xauthn.identify: 90.316
+ xauthn.chkprivs: 42.953
+ cdx.remote: 0.079
+ esindex: 0.01
+ LoadShardBlock: 295.003 (3)
+ PetaboxLoader3.datanode: 287.346 (4)
+ CDXLines.iter: 18.749 (3)
+ load_resource: 33.226
+ PetaboxLoader3.resolve: 19.284
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/iFrameLogin.css b/public/devnewsitetest/CSS/Base/CSS/iFrameLogin.css
new file mode 100644
index 0000000..321cd03
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/iFrameLogin.css
@@ -0,0 +1,166 @@
+/* File Created: April 11, 2012 */
+#iFrameLogin
+{
+ position: absolute;
+ top: 27px;
+ right: 0px;
+ width: 340px;
+ height: 128px;
+ border: 1px solid #0C3060;
+ border-top: none;
+}
+.fbSplashPageConnect
+{
+ margin: 5px 0px;
+}
+#facebookSignIn
+{
+ text-align: center;
+ margin-top: 8px;
+ margin-bottom: 10px;
+}
+.fbLoginButton
+{
+ background: url("/web/20120907221646im_/http://www.roblox.com/images/Facebook/btn-login_w_fb.png") no-repeat;
+ background-position: 0px 0px;
+ width: 153px;
+ height: 22px;
+ display: inline-block;
+}
+.fbLoginButton: hover
+{
+ background-position: 0px -22px;
+}
+.LoginFormLabel
+{
+ font: normal 11px arial;
+ color: black;
+}
+.LoginFormInput
+{
+ width: 150px;
+ height: 19px;
+ border: 1px solid #A7A7A7;
+ background: #fff;
+ padding-left: 4px;
+ *margin-left: -10px /*hack for ie7 and below*/
+}
+.LoginFormFieldSet
+{
+ position: relative;
+ height: 39px;
+ *margin-top : -10px;
+}
+.UserNameDiv
+{
+ float: left;
+ width: 156px;
+}
+.PasswordDiv
+{
+ float: right;
+ width: 158px;
+ position: relative;
+}
+.ResetPassword
+{
+ font: normal 11px Arial;
+ color: #095FB5;
+ right: 0;
+ position: absolute;
+}
+.newLogin
+{
+ margin: 10px;
+}
+#SocialNetworkSignIn {
+ border-top: 1px solid #ACACAC;
+}
+.iFrameBlueLogin
+{
+ background: url("/web/20120907221646im_/http://www.roblox.com/images/btn-login.png") no-repeat;
+ background-position: 0px 0px;
+ height: 23px;
+ width: 54px;
+ position: absolute;
+ right: 0;
+ top: 50%;
+ margin-top: -12px;
+}
+.iFrameBlueLogin: hover
+{
+ background-position: 0px -23px;
+}
+.iFrameLoginSignUp
+{
+ margin-top: 6px;
+ float: right;
+ position: relative;
+}
+#headerLogin: hover
+{
+ background-position: 0px -54px;
+}
+#headerLogin.active
+{
+ background-position: 0px -27px;
+}
+#headerLogin
+{
+ color: white;
+ background: url("/web/20120907221646im_/http://www.roblox.com/images/btn-login_dropdown.png") no-repeat;
+ display: inline-block;
+ height: 27px;
+ width: 62px;
+ position: relative;
+ cursor:pointer;
+}
+#HeaderSignUp
+{
+ font-family: Arial;
+ font-weight: bold;
+ color: #fff;
+ font-size: 13px;
+ top: -8px;
+ position: relative;
+ *top: -6px;
+}
+#HeaderOr
+{
+ font-family: Arial;
+ font-weight: normal;
+ color: #9Ec3E7;
+ font-size: 13px;
+ top: -8px;
+ *top: -6px;
+ position: relative;
+ margin: 0px 6px;
+}
+.loginFrame
+{
+ height: 100%;
+ width: 100%;
+}
+/*
+ FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:32:57 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 320.886
+ exclusion.robots: 117.302
+ exclusion.robots.policy: 117.294
+ xauthn.identify: 70.719
+ xauthn.chkprivs: 46.332
+ cdx.remote: 0.071
+ esindex: 0.009
+ LoadShardBlock: 145.792 (3)
+ PetaboxLoader3.datanode: 158.982 (4)
+ CDXLines.iter: 13.154 (3)
+ load_resource: 54.364
+ PetaboxLoader3.resolve: 23.251
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/party.css b/public/devnewsitetest/CSS/Base/CSS/party.css
new file mode 100644
index 0000000..1d8decf
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/party.css
@@ -0,0 +1,334 @@
+.partyWindow {
+ color: #666;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 250px;
+}
+
+.partyWindow .title
+{
+ background: transparent url('/web/20130120230255im_/http://www.roblox.com/images/friendsbar/tab_blue19h_l.gif') no-repeat left top;
+ display: block;
+ text-decoration: none;
+ padding-left: 2px;
+ height: 19px;
+ width:248px;
+ cursor: pointer;
+}
+.partyWindow .title span
+{
+ background: transparent url('/web/20130120230255im_/http://www.roblox.com/images/friendsbar/tab_blue19h_r.gif') no-repeat right top;
+ display: block;
+ height: 15px;
+ padding: 2px 15px 2px 7px;
+ text-decoration: none;
+ color:#fff;
+}
+
+.partyWindow .title_flash
+{
+ background: transparent url('/web/20130120230255im_/http://www.roblox.com/images/friendsbar/tab_white19h_l2.gif') no-repeat left top;
+}
+.partyWindow .title_flash span
+{
+ background: transparent url('/web/20130120230255im_/http://www.roblox.com/images/friendsbar/tab_white19h_r2.gif') no-repeat right top;
+ color:#444;
+}
+
+.partyWindow .title strong {
+ display:block;
+ padding:2px 15px 4px 6px;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/tab_blue21h_r.png") no-repeat right top;
+ color: #fff;
+ width: 227px;
+ font-weight: bold;
+}
+
+.partyWindow .closeparty {
+ width:10px;
+ height:9px;
+ /*float:right;*/
+ margin: 5px 9px 0 0;
+ cursor:pointer;
+ position:absolute;
+ right:0;
+ top:0;
+ color: #fff;
+ font-weight: bold;
+ font-size:14px;
+}
+
+.partyWindow .main {
+ clear: both;
+ width: 248px;
+ height: auto;
+ margin: 0;
+ /*padding: 10px;*/
+ background: #f2f2f2;
+ border: 1px solid #a6a6a6;
+ border-top: 0px none;
+ overflow:auto;
+}
+
+.partyWindow .kickuser
+{
+ float: right;
+ padding-right: 5px;
+ color: Red;
+ cursor: pointer;
+}
+#new_party p {
+ text-align:center;
+ padding: 40px 0 0 0;
+}
+
+#party_none .main .btn_green21h {
+ margin: 15px 0 0 77px;
+}
+
+.clear {
+ clear:both;
+}
+
+.main #new_party_clear {
+ padding: 40px 0 0 0;
+}
+
+
+
+/* Buttons using sliding doors */
+
+.btn_green21h {
+ float:left;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_green21h_l.png") no-repeat left top;
+ padding:0 0 0 2px;
+}
+.btn_green21h a {
+ display:block;
+ padding:2px 14px 4px 10px;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_green21h_r.png") no-repeat right top;
+ color: White;
+ font-family: verdana;
+ font-weight: bold;
+ text-decoration: none;
+}
+.btn_green21h:hover {
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_green21h_over_l.png") no-repeat left top;
+}
+.btn_green21h:hover a {
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_green21h_over_r.png") no-repeat right top;
+}
+.btn_red21h {
+ float:left;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_red21h_l.png") no-repeat left top;
+ padding:0 0 0 2px;
+}
+.btn_red21h a {
+ display:block;
+ padding:2px 14px 4px 10px;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_red21h_r.png") no-repeat right top;
+ color: White;
+ font-family: verdana;
+ font-weight: bold;
+ text-decoration: none;
+}
+.btn_red21h:hover {
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_red21h_over_l.png") no-repeat left top;
+}
+.btn_red21h:hover a {
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_red21h_over_r.png") no-repeat right top;
+}
+
+.btn_black21h {
+ float:left;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_black21h_l.png") no-repeat left top;
+ padding:0 0 0 2px;
+ color: White;
+}
+.btn_black21h a {
+ display:block;
+ padding:2px 14px 4px 10px;
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_black21h_r.png") no-repeat right top;
+ color: #FFF;
+ font-family: verdana;
+ font-weight: bold;
+ text-decoration: none;
+}
+.btn_black21h:hover {
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_black21h_over_l.png") no-repeat left top;
+}
+.btn_black21h:hover a {
+ background:url("/web/20130120230255im_/http://www.roblox.com/images/chat/btn_black21h_over_r.png") no-repeat right top;
+}
+
+/* Party Invite CSS */
+
+.main h1 {
+ padding: 15px 20px 15px 20px;
+ font-size: 130%;
+ text-align:center;
+}
+
+
+.main #invite_status {
+ padding: 10px 0 10px 0;
+}
+
+.main p {
+ padding: 0 0 7px 0;
+}
+
+.main .btn_green21h {
+ float:left;
+ margin: 0 0 0 35px;
+}
+.main .btn_black21h {
+ float:right;
+ margin: 0 35px 0 0;
+}
+
+.main #invite_clear {
+ padding: 15px 0 0 0;
+}
+
+/* Party Leader css */
+
+dd {
+}
+dt {
+ float: left;
+}
+dd {
+ margin-left: 30px;
+}
+
+.grey9{
+ color:gray;
+ font-size:9px;
+}
+.status{
+ color:gray;
+ font-size:11px;
+}
+.name_me {
+ font-weight:bold;
+ color:#0066cc;
+}
+.name_other {
+ font-weight:bold;
+ color:#007b00;
+}
+.name_status {
+ font-weight:bold;
+}
+
+.partyWindow {
+ color:black;
+ font-size:11px;
+ height:auto;
+}
+
+.members dl {
+ padding: 0 0 0 5px;
+}
+.members dt {
+ padding: 4px 0 0 0;
+}
+.members dd {
+ padding: 4px 0 1px 0;
+}
+
+.main p {
+ padding: 10px 0 5px 0px;
+ text-align:center;
+}
+
+#chat_messages {
+ padding: 0px 3px 3px 3px;
+ margin: 5px 5px 0 5px;
+ height:217px;
+ overflow:auto;
+ background-color:white;
+ border-style: solid;
+ border-width:1px;
+ border-color:#aaa;
+}
+#chat_messages li {
+ padding: 6px 0 0 0;
+ list-style-type: none;
+}
+
+#party_game_thumb
+{
+ width: 75px;
+ margin-right: 5px;
+ float: left;
+}
+#party_current_game
+{
+ margin: 5px;
+}
+#party_game_name
+{
+ width: 140px;
+ float: left;
+}
+#party_game_follow_me
+{
+ margin-top: 5px;
+}
+
+#chat_input {
+ margin: 5px 5px 0 5px;
+ padding-right:2px;
+}
+
+#chat_input input {
+ border: 1px solid #ccc;
+ width:236px;
+ height: 40px;
+}
+
+#chat_input textarea {
+ border: 1px solid #aaa;
+ overflow: auto;
+ width:100%;
+ height:50px;
+}
+
+.main #leader_clear {
+ padding: 15px 0 0 0;
+}
+
+#party_my .main .btn_black21h {
+ /*margin: 20px 0 0 73px;*/
+ margin: 15px 70px 0 0;
+ /*position:absolute;
+ left:83px;
+ top:402px;
+ */
+}
+
+/*
+ FILE ARCHIVED ON 23:02:55 Jan 20, 2013 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:45:00 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 562.807
+ exclusion.robots: 419.186
+ exclusion.robots.policy: 419.177
+ xauthn.identify: 85.97
+ xauthn.chkprivs: 332.914
+ RedisCDXSource: 0.634
+ esindex: 0.008
+ LoadShardBlock: 112.887 (3)
+ PetaboxLoader3.datanode: 71.453 (4)
+ CDXLines.iter: 14.344 (3)
+ PetaboxLoader3.resolve: 73.126
+ load_resource: 37.904
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/Base/CSS/tipsy.css b/public/devnewsitetest/CSS/Base/CSS/tipsy.css
new file mode 100644
index 0000000..fb39057
--- /dev/null
+++ b/public/devnewsitetest/CSS/Base/CSS/tipsy.css
@@ -0,0 +1,49 @@
+.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
+ .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
+
+ /* Rounded corners */
+ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
+
+ /* Uncomment for shadow */
+ /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
+
+ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
+
+ /* Rules to colour arrows */
+ .tipsy-arrow-n { border-bottom-color: #000; }
+ .tipsy-arrow-s { border-top-color: #000; }
+ .tipsy-arrow-e { border-left-color: #000; }
+ .tipsy-arrow-w { border-right-color: #000; }
+
+ .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
+ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
+ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
+ .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
+
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:53:41 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 923.157
+ exclusion.robots: 785.889
+ exclusion.robots.policy: 785.88
+ xauthn.identify: 644.43
+ xauthn.chkprivs: 141.21
+ RedisCDXSource: 37.429
+ esindex: 0.009
+ LoadShardBlock: 78.294 (3)
+ PetaboxLoader3.datanode: 203.918 (4)
+ CDXLines.iter: 17.796 (3)
+ load_resource: 191.433
+ PetaboxLoader3.resolve: 60.161
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/BuildersClub.css b/public/devnewsitetest/CSS/RBX2/CSS/BuildersClub.css
new file mode 100644
index 0000000..44c3113
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/BuildersClub.css
@@ -0,0 +1,26 @@
+#BuildersClubContainer {
+ margin-left:-5px;
+}
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:00:27 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 439.621
+ exclusion.robots: 311.856
+ exclusion.robots.policy: 311.847
+ xauthn.identify: 138.163
+ xauthn.chkprivs: 173.33
+ RedisCDXSource: 1.36
+ esindex: 0.015
+ LoadShardBlock: 102.282 (3)
+ PetaboxLoader3.datanode: 172.16 (4)
+ CDXLines.iter: 21.261 (3)
+ load_resource: 224.445
+ PetaboxLoader3.resolve: 125.205
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Catalog.css b/public/devnewsitetest/CSS/RBX2/CSS/Catalog.css
new file mode 100644
index 0000000..179993d
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Catalog.css
@@ -0,0 +1,32 @@
+#CatalogContainer > .StandardBox {
+ padding:3px 6px 8px 5px;
+}
+.Assets .StandardBoxHeader {
+ width:660px;
+}
+.Assets .StandardBox {
+ width:660px;
+}
+/*
+ FILE ARCHIVED ON 22:16:49 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:00:50 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 374.643
+ exclusion.robots: 229.993
+ exclusion.robots.policy: 229.987
+ xauthn.identify: 155.578
+ xauthn.chkprivs: 74.18
+ cdx.remote: 0.07
+ esindex: 0.01
+ LoadShardBlock: 90.941 (3)
+ PetaboxLoader3.datanode: 69.855 (4)
+ CDXLines.iter: 13.005 (3)
+ load_resource: 122.153
+ PetaboxLoader3.resolve: 93.81
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Games.css b/public/devnewsitetest/CSS/RBX2/CSS/Games.css
new file mode 100644
index 0000000..9e60205
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Games.css
@@ -0,0 +1,84 @@
+#GamesContainer .DisplayFilters {
+ width:126px;
+}
+.WaitCursor, .WaitCursor *
+{
+ cursor: wait !important;
+}
+
+.PlayButton,
+.BuildButton,
+.PlayButtonSelected,
+.BuildButtonSelected
+{
+ height: 54px;
+ width: 123px;
+ display: block;
+ cursor: pointer;
+}
+
+.PlayButton
+{
+ background-image: url('/web/20120907221650im_/http://www.roblox.com/images/games/playBtn_off.png');
+ background-repeat: no-repeat;
+}
+
+.BuildButton
+{
+ background-image: url('/web/20120907221650im_/http://www.roblox.com/images/games/buildBtn_off.png');
+ background-repeat: no-repeat;
+}
+.PlayButton:hover,
+.PlayButtonSelected
+{
+ background-image: url('/web/20120907221650im_/http://www.roblox.com/images/games/playBtn_on.png');
+ background-repeat: no-repeat;
+}
+.BuildButton:hover,
+.BuildButtonSelected
+{
+ background-image: url('/web/20120907221650im_/http://www.roblox.com/images/games/buildBtn_on.png');
+ background-repeat: no-repeat;
+}
+#BCOnlyPlaces
+{
+ width: 416px;
+}
+#BCOnlyPlaces .StandardBoxHeaderGray
+{
+ width: 399px;
+ height: 33px;
+ padding:0 7px 0 16px;
+}
+#BCOnlyPlaces .StandardBox
+{
+ padding:5px;
+}
+
+#GamesLeftColumn
+{
+ width: 126px;
+}
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:05:02 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 484.746
+ exclusion.robots: 368.307
+ exclusion.robots.policy: 368.298
+ xauthn.identify: 157.956
+ xauthn.chkprivs: 210.072
+ RedisCDXSource: 26.3
+ esindex: 0.034
+ LoadShardBlock: 61.92 (3)
+ PetaboxLoader3.datanode: 171.372 (4)
+ CDXLines.iter: 25.601 (3)
+ load_resource: 165.729
+ PetaboxLoader3.resolve: 41.923
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Inbox.css b/public/devnewsitetest/CSS/RBX2/CSS/Inbox.css
new file mode 100644
index 0000000..57e0199
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Inbox.css
@@ -0,0 +1,29 @@
+#InboxTabs
+{
+ position:relative;
+ top: 2px;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:05:18 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 480.444
+ exclusion.robots: 324.772
+ exclusion.robots.policy: 324.764
+ xauthn.identify: 80.98
+ xauthn.chkprivs: 243.576
+ RedisCDXSource: 0.638
+ esindex: 0.007
+ LoadShardBlock: 140.128 (3)
+ PetaboxLoader3.datanode: 256.68 (4)
+ CDXLines.iter: 13.26 (3)
+ load_resource: 167.786
+ PetaboxLoader3.resolve: 38.549
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Item.css b/public/devnewsitetest/CSS/RBX2/CSS/Item.css
new file mode 100644
index 0000000..22020c2
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Item.css
@@ -0,0 +1,192 @@
+#ItemContainer #Summary {
+ background-color:Transparent;
+ border: none;
+ font-size:11px;
+ color:Black;
+}
+#ItemContainer #Summary .label {
+ color:#888888;
+}
+#ItemContainer #Summary .box {
+
+}
+
+#ItemContainer #Summary .box .head {
+ color:Black;
+}
+
+#ItemContainer #Summary .box .body {
+ border: 1px solid #CCCCCC;
+ padding: 4px 8px 8px;
+ color: #000;
+}
+
+#ItemContainer h3 {
+ font-size:11px;
+ color:#888888;
+ letter-spacing: normal;
+}
+
+.ReportAbuse {
+ text-align:right;
+}
+
+.ReportAbuse .AbuseButton a {
+ color:#FF9999;
+ background:none;
+ padding-left: 16px;
+ padding-bottom: 2px;
+}
+
+.ReportAbuse .AbuseButton a:hover {
+ background:url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/abuse.png") no-repeat scroll 0 2px transparent;
+ color:#FF0000;
+}
+
+.ReportAbuse img {
+ display:none;
+}
+.MultiplayerVisit:hover {
+ background-position: 0px 54px;
+}
+.MultiplayerVisit, .MultiplayerVisitDisabled {
+ width:212px;
+ height:54px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/btn_play_54h.png);
+}
+.MultiplayerVisitHover {
+ width:212px;
+ height:54px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/btn_play_54h.png);
+ background-position: 0px 54px;
+}
+div.VisitButtonsLeft a.MultiplayerVisit
+{
+ float:right;
+ display:inline;
+}
+div.VisitButtonsLeftCentered
+{
+ width:100%;
+ float:none;
+ text-align:center;
+ display:block;
+}
+.SoloVisit:hover {
+ color:#00CC00;
+}
+.SoloVisit {
+ background:none;
+ color:#008800;
+ font-size:14px;
+ width:auto;
+ height:auto;
+}
+span.SoloVisitText {
+ display:block;
+ padding: 15px 0px 10px 15px;
+}
+
+#ItemContainer .PlayGames {
+ background-color:Transparent;
+ border:none;
+ padding:0px;
+ width:100%;
+ margin: 4px 0 0px 0;
+}
+.PlaceItemContainer .PlayGames
+{
+ border: none !important;
+ background: none !important;
+ margin: 4px 0 0;
+}
+
+.PlaceInfoIcons {
+ margin:4px 0 0 1px;
+ text-align:right;
+}
+.iPublic, .iUnlocked, .iLocked,
+.SharedIcon, .CopyLockedIcon,
+.AllGearIcon, .GenreGearIcon, .NoGearIcon
+{
+ width:20px;
+ height:20px;
+}
+.iPublic, .iUnlocked {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_public.png);
+}
+.iLocked {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_public.png);
+ background-position:-20px;
+}
+.CopyLockedIcon {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_locked.png);
+}
+.SharedIcon {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_locked.png);
+ background-position:-20px;
+}
+.AllGearIcon {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_gear.png);
+}
+.GenreGearIcon {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_gear.png);
+ background-position: 0 -20px;
+}
+.NoGearIcon {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/icon_gear.png);
+ background-position: 0 -40px;
+}
+#ItemContainer .ajax_tab_label {
+ color:#333;
+ font-size:16px;
+ font-weight:bold;
+ font-family:Arial,Helvetica,sans-serif;
+ letter-spacing:normal;
+}
+
+#ItemContainer #Thumbnail,
+#ItemContainer #Thumbnail_Place {
+ border:none;
+}
+#ItemContainer .CommentsContainer .Comments {
+ border: 0px none;
+}
+#ItemContainer .CommentsContainer .Comment {
+ background:none;
+}
+#ItemContainer .CommentsContainer .Avatar {
+ border: 0px none;
+}
+#ItemContainer .CommentsContainer .Post .Audit {
+ color: #888;
+}
+
+#BadgeStatsHeader
+{
+ width: auto;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:05:34 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 1976.34
+ exclusion.robots: 659.33
+ exclusion.robots.policy: 659.323
+ xauthn.identify: 163.493
+ xauthn.chkprivs: 495.592
+ cdx.remote: 0.068
+ esindex: 0.008
+ LoadShardBlock: 939.98 (3)
+ PetaboxLoader3.datanode: 848.514 (4)
+ CDXLines.iter: 12.414 (3)
+ load_resource: 202.475
+ PetaboxLoader3.resolve: 112.066
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/MyRoblox.css b/public/devnewsitetest/CSS/RBX2/CSS/MyRoblox.css
new file mode 100644
index 0000000..7adb3f1
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/MyRoblox.css
@@ -0,0 +1,89 @@
+.sbMini {
+ margin-top:5px;
+ font-family:Verdana, Sans-Serif;
+ font-size:16px;
+ margin-right: 7px;
+}
+.ProfileAlertPanel {
+ border:none;
+}
+#UserPlaces .Place .Statistics, #UserPlaces .Place .Configuration {
+ border:none;
+}
+#GroupTitle {
+ width:888px;
+}
+.Column2b .StandardBoxGrey {
+ width:454px;
+}
+.subMenu {
+ width:970px;
+ height:30px;
+ border:none;
+ text-align:center;
+ background:#363636;
+ z-index:200;
+ margin: 0px auto;
+}
+.subMenu ul {
+ margin:0 0 0 105px;
+}
+.subMenu > ul > li {
+ height:30px;
+ margin:0 2px;
+}
+.subMenu ul ul
+{
+ left: -104px;
+}
+.subMenu ul ul a,
+.subMenu ul ul a:visited
+{
+ background: #444;
+ border: none;
+}
+.subMenu ul ul a:hover
+{
+ background: #777;
+}
+
+.subMenu > ul > li:hover {
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/topNav_black.png);
+ background-position: 0px 30px;
+}
+.subMenu :hover > a, .subMenu ul ul :hover > a {
+ text-decoration: none;
+}
+.subMenu a:hover {
+ background:none;
+ text-decoration:none;
+}
+.subMenu a, .subMenu a:visited {
+ border:none;
+}
+.subMenu .subMenuItemselected {
+ border:none;
+}
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:05:54 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 5512.461
+ exclusion.robots: 186.075
+ exclusion.robots.policy: 186.068
+ xauthn.identify: 106.312
+ xauthn.chkprivs: 79.491
+ cdx.remote: 0.076
+ esindex: 0.009
+ LoadShardBlock: 39.854 (3)
+ PetaboxLoader3.datanode: 49.363 (4)
+ CDXLines.iter: 18.023 (3)
+ load_resource: 44.567
+ PetaboxLoader3.resolve: 29.198
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Roblox.css b/public/devnewsitetest/CSS/RBX2/CSS/Roblox.css
new file mode 100644
index 0000000..62f06c6
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Roblox.css
@@ -0,0 +1,455 @@
+body {
+ margin: 0px; padding: 0px;
+ background: #e6e6e6;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ font-size: 12px;
+}
+
+a {
+ text-decoration: none;
+ color: #095fb5;
+ /* orange: #ffe100 */
+}
+
+a:hover, a:active{
+ text-decoration: underline;
+}
+a.green {
+ color:#080;
+}
+a.green:hover {
+ color:#0c0;
+}
+
+a img {
+ border: none;
+}
+
+#Header a:hover
+{
+ text-decoration: none;
+}
+
+#MasterContainer {
+ background:white;
+ overflow: visible;
+ width: 100%;
+}
+
+#Container {
+ margin: 0 auto;
+ width:100%;
+ background: white;
+ padding:0px;
+ border:0px;
+}
+
+#SmallHeaderContainer {
+ margin: 0px; padding: 0px;
+ background-position: 0px 0px;
+ background-repeat: no-repeat;
+ height: 40px;
+ position:fixed;
+ width:100%;
+ z-index:1001;
+}
+
+#SmallHeaderContainer #Banner {
+ position:relative;
+ background-color: #114081;
+ height: 38px;
+ bottom:0;
+ margin:0px;
+ padding:0px;
+}
+
+#HeaderContainerDefaultPage
+{
+ position:relative;
+ margin: 0px; padding: 0px;
+ width: 900px; height: 225px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_03.jpg) repeat scroll 0 0 transparent;
+ background-position: 0px 0px;
+ background-repeat: no-repeat;
+ z-index:6;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #Logo
+{
+ height:70px;
+ left:275px;
+ position:absolute;
+ top:10px;
+ width:350px;
+ margin:0;
+ float:none;
+ background:none;
+}
+
+#HeaderContainerDefaultPage #Banner
+{
+ height:100px;
+ background:none;
+ position:relative;
+ bottom:0;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #Authentication {
+ position:relative; top:0px;
+ margin: 0px;
+ height: 28px;
+ font-family: Arial;
+ font-size:11px;
+ font-weight:normal;
+ color:White;
+ float:left;
+ padding:0 0 0 2px;
+ background:none;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #AuthenticationButton
+{
+ height:20px;
+ position:relative;
+ top:12px;
+ height: 28px;
+ font-weight:normal;
+ float:right;
+ z-index :1;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #AuthenticationButton #AuthenticationBannerSpanLeft #AuthenticationBannerSpan {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t2.png) no-repeat scroll right top transparent;
+ display:block;
+ height:28px;
+ padding:6px 10px 0;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #AuthenticationButton #AuthenticationBannerSpanLeft {
+ background:url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t1.png") no-repeat scroll left top transparent;
+ display:block;
+ height:28px;
+ padding:0 0 0 2px;
+ position:relative;
+ float:right;
+ margin: 0px;
+ top:0px;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #AuthenticationButton a {
+ height: 14px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/btn_blue18h.png) repeat-x;
+ margin: 0px 5px;
+ font-weight:bold;
+ color:White;
+ font-family: Arial;
+ font-size:10px;
+ padding: 2px 5px;
+ width:auto;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #AuthenticationButton a:hover {
+ background-position: 0px -18px;
+}
+
+#HeaderContainerDefaultPage #Header #Banner #PlayNowButton
+{
+ float:left;
+ width:160px;
+}
+
+#SmallHeaderContainer #Banner #Options
+{
+ height:28px;
+ left:150px;
+ top:12px;
+}
+
+
+#SmallHeaderContainer #Banner #Logo {
+ height:34px;
+ left:0px;
+ position:absolute;
+ top:9px;
+ width:140px;
+ margin:0;
+ float:none;
+ background: url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/img-robloxlogo.png") no-repeat;
+}
+
+#SmallHeaderContainer #Banner #Authentication {
+ position:relative; top:0px;
+ margin: 0px;
+ height: 28px;
+ font-family: Arial;
+ font-size:11px;
+ font-weight:normal;
+ color:White;
+ float:left;
+ padding:0 0 0 2px;
+ background:none;
+}
+
+#SmallHeaderContainer #Banner #AuthenticationButton #AuthenticationBannerSpanLeft {
+ background:url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t1.png") no-repeat scroll left top transparent;
+ display:block;
+ height:28px;
+ position:relative;
+ float:right;
+ margin: 0px;
+ top:0px;
+ width: 60px;
+ padding: 0px;
+}
+
+#SmallHeaderContainer #Banner #AuthenticationButton #AuthenticationBannerSpanLeft #AuthenticationBannerSpan
+{
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t2.png) no-repeat scroll right top transparent;
+ display:block;
+ padding: 0px;
+ width: 57px;
+ float: right;
+ height: 28px;
+}
+
+#SmallHeaderContainer #Banner #Alerts {
+ background:Transparent;
+ border:none;
+ position:relative;
+ width:400px;
+ left:0;
+ float:right;
+ height: 38px;
+ padding-top: 0px;
+}
+#SmallHeaderContainer #Banner #AuthenticatedUserName
+{
+ float:left;
+ height: 28px;
+ font-family: Arial;
+ font-size:11px;
+ font-weight:normal;
+ color:White;
+ background:none;
+ left:145px;
+ position:inherit;
+ top: auto;
+ width: auto;
+ position: static;
+ padding-left:12px;
+
+}
+#SmallHeaderContainer #Banner #AuthenticationButton
+{
+ height:20px;
+ font-weight:normal;
+ z-index :1;
+ position:relative;
+ margin-top:0;
+ top:0px;
+ left:390px;
+}
+
+#SmallHeaderContainer #Banner #AuthenticationButton a{
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/btn_blue18h.png) repeat-x;
+ font-weight:bold;
+ color:White;
+ font-family: Arial;
+ font-size:10px;
+ display:block;
+ width:40px;
+ margin-left:7px;
+ text-align: center;
+ margin-top: 5px;
+ height: 15px;
+ padding-top: 2px;
+ float:none;
+}
+
+#SmallHeaderContainer #Banner #AuthenticationButton a:hover
+{
+ background-position: 0px -18px;
+ text-decoration:none;
+}
+
+.BadAdButton:link
+{
+ color:#80ace6;
+ top:-2px;
+}
+
+#SmallHeaderContainer .SignUpAndPlay
+{
+ width:150px;
+ float:left;
+ left:200px;
+ height:40px;
+}
+
+#SmallHeaderContainer #PlayNowButton
+{
+ float:right;
+ width:160px;
+ margin-right:20px;
+}
+
+#Header .headLink {
+ position:absolute; top:4px; left:278px;
+ width: 348px; height:88px;
+}
+
+/*Backup of Original Header.*/
+#HeaderContainer {
+ position:relative;
+ margin: 0px; padding: 0px;
+ width: 900px; height: 225px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_03.jpg) repeat scroll 0 0 transparent;
+ background-position: 0px 0px;
+ background-repeat: no-repeat;
+ z-index:6;
+}
+
+#HeaderContainer #Banner {
+ height:100px;
+ background:none;
+ position:relative;
+ bottom:0;
+}
+
+#HeaderContainer #Banner #Logo {
+ height:70px;
+ left:275px;
+ position:absolute;
+ top:10px;
+ width:350px;
+ margin:0;
+ float:none;
+ background:none;
+}
+
+#HeaderContainer #Banner #Authentication {
+ position:relative; top:0px;
+ margin: 0px;
+ height: 28px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size:12px;
+ font-weight:normal;
+ color:Black;
+ float:left;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t1.png) no-repeat left top;
+ padding:0 0 0 2px;
+}
+
+#HeaderContainer #Banner #Authentication #OldAuthenticationBannerSpan {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t2.png) no-repeat scroll right top transparent;
+ display:block;
+ height:28px;
+ padding:6px 10px 0;
+}
+
+#HeaderContainer #Banner #Authentication a {
+ height: 18px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/btn_blue18h.png) repeat-x;
+ background-position: 0px 0px;
+ margin: 0px 5px;
+ font-weight:bold;
+ font-size: 10px;
+ padding: 2px 5px;
+}
+
+#HeaderContainer #Banner #Authentication a:hover {
+ background-position: 0px -18px;
+}
+
+#HeaderContainer #Banner #Alerts {
+ background:Transparent;
+ border:none;
+ position:absolute;
+ width:147px;
+ height:81px;
+ bottom:0;
+ right:3px;
+ float:none;
+}
+
+#Body {
+ _overflow:hidden; /* IE6 SUX */
+ min-height:550px;
+ padding: 5px 5px 25px 5px;
+ background: white;
+ margin: 0 auto;
+ width: 900px;
+}
+/* temporary during transition of site to 970px width */
+div#testingSitePanelWrapper, #BodyWrapper {
+ margin:0 auto; width:970px;background:white;
+}
+
+.favorited, .notFavorited
+{
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/favoriteStar_20h.png) no-repeat 0px -20px;
+ width:21px;
+ height:20px;
+ margin:0px;
+ display:inline-block;
+ position:relative;
+ top:3px;
+ *display:inline;
+ *zoom:1;
+}
+.notFavorited
+{
+ background-position: 0px 0px;
+}
+#Footer {
+ background: #e6e6e6;
+ text-align:center;
+ font-size: 13px;
+ color: #aaa;
+ margin:0px;
+ width:100%;
+ padding: 2em 0 0 0;
+}
+
+#Footer .FooterNav {
+ color: #bbb;
+}
+
+#Footer .SEOGenreLinks
+{
+ padding:1em 0 2em 0;
+ font-size:11px;
+}
+
+#Footer .Legalese
+{
+ font-size: 10px;
+ margin-bottom:1em;
+}
+#Footer .Legalese p {
+ margin:0; padding:0;
+}
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:06:20 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 192.171
+ exclusion.robots: 119.158
+ exclusion.robots.policy: 119.147
+ xauthn.identify: 74.686
+ xauthn.chkprivs: 44.253
+ cdx.remote: 0.071
+ esindex: 0.008
+ LoadShardBlock: 49.184 (3)
+ PetaboxLoader3.datanode: 64.717 (4)
+ CDXLines.iter: 13.328 (3)
+ load_resource: 88.992
+ PetaboxLoader3.resolve: 34.57
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Upgrades.css b/public/devnewsitetest/CSS/RBX2/CSS/Upgrades.css
new file mode 100644
index 0000000..a688703
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Upgrades.css
@@ -0,0 +1,78 @@
+#CancelBuildersClubContainer h2,
+#PaymentMethodsContainer h2,
+#PaymentContainer h2,
+#PayPalContainer h2,
+#CashContainer h2,
+#UpgradeCompleteContainer h2,
+#ManageAccountUpgradesContainer h2,
+#CancelAccountUpgradeContainer h2,
+#AccountUpgradesConfirmationContainer h2
+{
+ font-family: Arial, Helvetica, Sans-Serif;
+ color: #444;
+ font-size: 32px;
+ font-weight: bold;
+ letter-spacing: 0;
+}
+#BuildersClubContainer #LeftColumn
+{
+ margin-left: 5px;
+}
+#BuildersClubContainer #RightColumn
+{
+ margin-right:5px;
+ font-family:Arial, Helvetica, Sans-Serif;
+ font-size:14px;
+ color:#000;
+ width:285px;
+}
+#BuildersClubContainer #RightColumn .StandardBox
+{
+ width:273px;
+}
+#BuildersClubContainer #RightColumn .StrongRed
+{
+ font-family:Arial, Helvetica, Sans-Serif;
+ font-size:14px;
+ font-weight:bold;
+ color:#f00;
+}
+#BuildersClubContainer #RightColumn h3
+{
+ font-weight:bold;
+ font-family:Arial, Helvetica, Sans-Serif;
+ font-size:18px;
+ color:#333;
+}
+#BuildersClubContainer #RightColumn .RefCode
+{
+ font-weight:bold;
+ font-family:Arial, Helvetica, Sans-Serif;
+ font-size:30px;
+ color:#666;
+ display:block;
+ margin-bottom:16px;
+}
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:06:41 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 419.255
+ exclusion.robots: 214.895
+ exclusion.robots.policy: 214.887
+ xauthn.identify: 164.643
+ xauthn.chkprivs: 50.007
+ cdx.remote: 0.075
+ esindex: 0.008
+ LoadShardBlock: 86.135 (3)
+ PetaboxLoader3.datanode: 106.974 (4)
+ CDXLines.iter: 13.582 (3)
+ load_resource: 138.407
+ PetaboxLoader3.resolve: 103.656
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBX2/CSS/Utility.css b/public/devnewsitetest/CSS/RBX2/CSS/Utility.css
new file mode 100644
index 0000000..2743b3e
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBX2/CSS/Utility.css
@@ -0,0 +1,696 @@
+#Header {
+ font-family:Arial,Helvetica,sans-serif;
+ position:absolute;
+ bottom:0;
+ text-align:left;
+}
+#hlNews {
+ margin-right:4px;
+}
+
+#Header .SmallHeaderAlertSpaceLeft
+{
+ background: url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/bg-statbar-left.png") no-repeat scroll left center transparent;
+ *background : none;
+ height:21px;
+ right:2px;
+ width:auto;
+ padding-left:4px;
+ float:right;
+}
+
+.SmallHeaderAlertSpaceLeft .AlertSpace {
+ float: left;
+ border: none;
+ position: relative;
+ top: 0;
+ width: auto;
+ margin: 0;
+ padding-right: 60px;
+ margin-left: auto;
+ margin-right: auto;
+ font-family: Arial,Helvetica,sans-serif;
+ font-size: 14px;
+ font-weight: bold;
+ background: url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/bg-statbar-right-28h.png") no-repeat scroll right 0 transparent;
+ height: 28px;
+ padding-left: 9px;
+ padding-top: 1px;
+}
+.SmallHeaderAlertSpaceLeft
+{
+ background: url("/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t1.png") no-repeat scroll left;
+ height: 28px;
+ right: 2px;
+ padding-left: 3px;
+ float: right;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace a {
+ padding-right:10px;
+ padding-left: 19px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_infobox_icons.png) no-repeat 0px 0px;
+ position:static;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace a:hover, #Header .AlertSpace a:active {
+ text-decoration: none;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .MessageAlert {
+ border:none;
+ background:none;
+ display:inline;
+ float:left;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .MessageAlert a {
+ /*left:13px; top:8px;*/
+ color:#444;
+ background-position: -2px -3px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .MessageAlert a:hover {
+ color:#aaa;
+ background-position: -2px -23px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .RobuxAlert {
+ border:none;
+ background:none;
+ display:inline;
+ float:left;
+ width:auto;
+ padding:0px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .RobuxAlert a {
+ /*left:13px; top:28px;*/
+ color:#080;
+ background-position: -1px -43px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .RobuxAlert a:hover {
+ color:#0d0;
+ background-position: -1px -63px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .FriendsAlert {
+ border:none;
+ background:none;
+ display:inline;
+ float:left;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .FriendsAlert a {
+ /*left:79px; top:8px;*/
+ color:#05b;
+ background-position: -2px -82px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .FriendsAlert a:hover {
+ color:#0cf;
+ background-position: -2px -102px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .TicketsAlert {
+ border:none;
+ background:none;
+ display:inline;
+ float:left;
+ margin-top:4px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .TicketsAlert a {
+ /*left:79px; top:28px;*/
+ color:#a61;
+ background-position: -2px -123px;
+}
+.SmallHeaderAlertSpaceLeft .AlertSpace .TicketsAlert a:hover {
+ color:#fb6;
+ background-position: -2px -143px;
+}
+.AlertSpace .icons, .AlertSpace .icons a {
+ display:none;
+}
+.AlertSpace .message_icon {
+ display:none;
+}
+.AlertSpace .friends_icon {
+ display:none;
+}
+.AlertSpace .robux_icon {
+ display:none;
+}
+.AlertSpace .tickets_icon {
+ display:none;
+}
+
+.OldAlertSpace .icons, .OldAlertSpace .icons a{
+ display:none;
+}
+.OldAlertSpace .message_icon {
+ display:none;
+}
+.OldAlertSpace .friends_icon {
+ display:none;
+}
+.OldAlertSpace .robux_icon {
+ display:none;
+}
+.OldAlertSpace .tickets_icon {
+ display:none;
+}
+
+
+#Header .Navigation {
+ width:900px; height:30px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/topNav_blue.png);
+ background-position: 0px 0px;
+ text-align: center;
+ line-height:20px;
+}
+.Navigation ul {
+ margin: 0px auto;
+ padding:0 0 0 58px;
+}
+.Navigation li {
+ display: inline-block;
+ margin: 0px; padding:6px 15px 0px;
+ height:24px;
+ font-size: 16px;
+ font-weight: bold;
+}
+.Navigation li:hover {
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/topNav_blue.png);
+ background-position: 0px 30px;
+}
+
+.Navigation a {
+ display: inline-block;
+ color: #fff;
+}
+.Navigation a:hover {
+ text-decoration:none;
+}
+
+.Navigation ul li a, .Navigation ul li a:visited {
+ border:none;
+ font-size:16px;
+ padding:0px;
+}
+.StandardBox {
+ padding:5px; margin-bottom:8px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/standardBox_01_bkg.png) top repeat-x #fff;
+ border: 1px solid #aaa;
+ z-index: 0;
+}
+.StandardBoxHeader, .StandardBoxHeaderGray {
+ height:33px;
+ padding:0 7px 0 5px;
+ text-align:left;
+ z-index:2;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_black_33h_t1.png) no-repeat left top;
+ font-family:Arial,Helvetica,sans-serif;
+ font-size:20px;
+ font-weight:bold;
+ color:#fff;
+ z-index: 0;
+}
+.StandardBoxHeaderGray
+{
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_gray_33h_t1.png) no-repeat left top;
+}
+.StandardBoxHeader span, .StandardBoxHeaderGray span
+{
+ display:block;
+ width:100%; height:29px;
+ padding:5px 5px 0 2px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_black_33h_t2.png) no-repeat right top;
+ overflow:hidden;
+}
+.StandardBoxHeaderGray span
+{
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_gray_33h_t2.png) no-repeat right top;
+}
+
+.StandardTabWhite {
+
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_26h_t1.png) no-repeat left top;
+ padding: 0 4px;
+ float:none;
+ text-align:left;
+}
+.StandardTabWhite span {
+ display:block;
+ width:100%;
+ *width: 115%;
+ height:26px;
+ padding: 5px 5px 0 9px;
+ *padding-right:14px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_26h_t2.png) no-repeat right top;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size:14px;
+ color:#000;
+ font-weight: normal;
+}
+
+.StandardBoxWhite {
+ position:relative; top: -1px;
+ background: #fff;
+ border:1px solid #ccc;
+ padding:8px;
+ color:Black;
+}
+
+.StandardTabGray,
+.StandardTabGrayActive
+{
+ position:relative;
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t1.png) no-repeat left top;
+ background-position: left 0px;
+ height:31px;
+ padding:0px;
+ text-align:left;
+ cursor: pointer;
+ margin: 0px;
+}
+
+.StandardTabGray span,
+.StandardTabGrayActive span
+{
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t2.png) no-repeat right top;
+ background-position: right 0px;
+ height:25px;
+ padding: 6px 16px 0 8px;
+ margin:0 0 0 4px;
+ color:#333;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size:16px;
+ font-weight:bold;
+ display: block;
+}
+.StandardTabGray a,
+.StandardTabGrayActive a
+{
+ color: #333;
+}
+
+.StandardTabGrayActive
+{
+ background-position: left -62px;
+}
+.StandardTabGrayActive span
+{
+ background-position: right -62px;
+}
+
+.StandardTabGray:hover {
+ position:relative;
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t1.png) no-repeat left top;
+ background-position: left -31px;
+ height:31px;
+ padding:0px;
+ z-index: 2;
+ text-align:left;
+ margin: 0px;
+}
+.StandardTabGray span:hover {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t2.png) no-repeat right top;
+ background-position: right -31px;
+ height:25px;
+ padding: 6px 16px 0 8px;
+ margin:0 0 0 4px;
+ color:#333;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size:16px;
+ font-weight:bold;
+ display:block;
+}
+.StandardBoxGray {
+ position:relative;
+ top:-2px;
+ padding:8px 5px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/standardBox_01_bkg.png) top repeat-x #fff;
+ border: 1px solid #aaa;
+}
+
+/*StandardBox Alerts CSS*/
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace {
+ position:relative; top:0px;
+ width:155px; height:50px;
+ border:1px solid #ccc;
+ margin: 0; padding: 0;
+ margin-left:auto;
+ margin-right:auto;
+ font-family:Arial,Helvetica,sans-serif;
+ font-size: 14px;
+ font-weight: bold;
+ background: none;
+ float:none;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace a
+{
+ position: absolute;
+ width:43px;
+ padding-left: 18px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_infobox_icons.png) no-repeat 0px 0px;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace a:hover, #Header .AlertSpace a:active {
+ text-decoration: none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .MessageAlert {
+ border:none;
+ background:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .MessageAlert a {
+ left:13px; top:8px;
+ color:#444;
+ background-position: -2px 0px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .MessageAlert a:hover {
+ color:#aaa;
+ background-position: -2px -20px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .RobuxAlert {
+ border:none;
+ background:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .RobuxAlert a {
+ left:13px; top:28px;
+ color:#080;
+ background-position: -2px -41px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .RobuxAlert a:hover {
+ color:#0d0;
+ background-position: -2px -61px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .FriendsAlert {
+ border:none;
+ background:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .FriendsAlert a {
+ left:79px; top:8px;
+ color:#05b;
+ background-position: -2px -81px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .FriendsAlert a:hover {
+ color:#0cf;
+ background-position: -2px -101px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .TicketsAlert {
+ border:none;
+ background:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .TicketsAlert a {
+ left:79px; top:28px;
+ color:#a61;
+ background-position: -2px -121px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace .TicketsAlert a:hover {
+ color:#fb6;
+ background-position: -2px -141px;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft div.icons, a.icons {
+ display:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft div.message_icon {
+ display:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft div.friends_icon {
+ display:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft div.robux_icon {
+ display:none;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft div.tickets_icon {
+ display:none;
+}
+
+
+
+
+#GroupsPeopleContainer .StandardTabGray, #GroupsPeopleContainer .StandardTabGrayActive
+{
+ position:relative;
+ top:2px;
+}
+
+.tab_white_31h_container .ajax__tab_header {
+ background:none;
+}
+
+.tab_white_31h_container .ajax__tab_outer {
+ background:none;
+ height:auto;
+}
+
+.tab_white_31h_container .ajax__tab_inner {
+ position:relative;
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t1.png) no-repeat left top;
+ height:31px;
+ padding-left:0px;
+ z-index: 2;
+}
+
+.tab_white_31h_container .ajax__tab_header .ajax__tab_tab {
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t2.png) no-repeat right top;
+ height:25px;
+ padding: 6px 16px 0 8px;
+ margin:0 0 0 4px;
+}
+
+.tab_white_31h_container .ajax__tab_hover .ajax__tab_outer {
+ background:none;
+ height:auto;
+}
+
+.tab_white_31h_container .ajax__tab_hover .ajax__tab_inner {
+ position:relative;
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t1.png) no-repeat left top;
+ background-position: left -31px;
+ height:31px;
+ padding-left:0px;
+ z-index: 2;
+}
+
+.tab_white_31h_container .ajax__tab_hover .ajax__tab_tab {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t2.png) no-repeat right top;
+ background-position: right -31px;
+ height:25px;
+ padding: 6px 16px 0 8px;
+ margin:0 0 0 4px;
+}
+
+.tab_white_31h_container .ajax__tab_active .ajax__tab_outer {
+ background:none;
+ height:auto;
+}
+
+.tab_white_31h_container .ajax__tab_active .ajax__tab_inner {
+ position:relative;
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t1.png) no-repeat left top;
+ background-position: left -62px;
+ height:31px;
+ padding-left:0px;
+ z-index: 2;
+}
+
+.tab_white_31h_container .ajax__tab_active .ajax__tab_tab {
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_white_31h_t2.png) no-repeat right top;
+ background-position: right -62px;
+ height:25px;
+ padding: 6px 16px 0 8px;
+ margin:0 0 0 4px;
+}
+.tab_white_31h_container .ajax__tab_body {
+ position:relative;
+ top:-2px;
+ padding:8px 5px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/standardBox_01_bkg.png) top repeat-x #fff;
+ border: 1px solid #aaa;
+}
+.Column2a {
+ float:left;
+}
+.Column3b {
+ float:left;
+}
+.Column2c {
+ float:left;
+ margin-left:10px
+}
+.Column2d {
+ float:left;
+}
+.Column1e {
+ width:140px;
+}
+.Column2e .StandardBoxHeaderGray {
+ margin:0;
+ width:726px;
+}
+.Column2e .StandardBoxGray
+{
+ width: 726px;
+}
+
+.Column2f {
+ float:left;
+}
+div.rbx2only {
+ display:block;
+}
+.rbx2only {
+ display:inline;
+}
+.rbx2hide {
+ display:none;
+}
+#RobloxCentralBank {
+ overflow:hidden;
+}
+.transparentBkg {
+ background-color:Transparent;
+}
+.FriendRequestsPane {
+ width:890px;
+}
+.Shadow {
+ display:none;
+}
+.ShadowedStandardBox .Header {
+ height:33px;
+ padding:0 7px 0 5px;
+ text-align:left;
+ z-index:2;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_black_33h_t1.png) no-repeat left top;
+ font-family:Arial,Helvetica,sans-serif;
+ font-size:20px;
+ font-weight:bold;
+ color:#fff;
+}
+.ShadowedStandardBox .Header span {
+ display:block;
+ width:100%; height:29px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/tab_black_33h_t2.png) no-repeat right top;
+ overflow:hidden;
+ height: 26px;
+ padding: 7px 4px 0px 3px;
+}
+.ShadowedStandardBox .Content {
+ padding:5px; margin-bottom:8px;
+ background: none;
+ border: 0px;
+ border-bottom: 1px solid #ccc;
+}
+a.rss_icon
+{
+ background:url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/topNav_rss.png) no-repeat;
+}
+.Column1d .StandardTabWhite, .Column2d .StandardTabWhite
+{
+ width:auto;
+}
+.MyRobloxContainer
+{
+ width:890px;
+}
+.BCHat {
+ margin-top: 1px;
+}
+
+/*Old Header Alerts (Big Banner)*/
+.OldAlertSpace {
+ position:relative; top:0px;
+ width:147px; height:50px;
+ border:1px solid #ccc;
+ margin: 0; padding: 0;
+ margin-left:auto;
+ margin-right:auto;
+ font-family:Arial,Helvetica,sans-serif;
+ font-size: 14px;
+ font-weight: bold;
+}
+#Header .OldAlertSpace {
+ float:right;
+ border:none;
+ margin-left:0;
+ margin-right:0;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_sign.png) 0px 0px;
+ height:78px;
+}
+.OldAlertSpace a {
+ position: absolute;
+ width:43px;
+ padding-left: 18px;
+ background: url(/web/20120907221650im_/http://www.roblox.com/images/cssspecific/rbx2/head_infobox_icons.png) no-repeat 0px 0px;
+}
+.OldAlertSpace a:hover, #Header .AlertSpace a:active {
+ text-decoration: none;
+}
+.OldAlertSpace .MessageAlert {
+ border:none;
+ background:none;
+}
+.OldAlertSpace .MessageAlert a {
+ left:13px; top:8px;
+ color:#444;
+ background-position: -2px 0px;
+}
+.OldAlertSpace .MessageAlert a:hover {
+ color:#aaa;
+ background-position: -2px -20px;
+}
+.OldAlertSpace .RobuxAlert {
+ border:none;
+ background:none;
+}
+.OldAlertSpace .RobuxAlert a {
+ left:13px; top:28px;
+ color:#080;
+ background-position: -2px -41px;
+}
+.OldAlertSpace .RobuxAlert a:hover {
+ color:#0d0;
+ background-position: -2px -61px;
+}
+.OldAlertSpace .FriendsAlert {
+ border:none;
+ background:none;
+}
+.OldAlertSpace .FriendsAlert a {
+ left:79px; top:8px;
+ color:#05b;
+ background-position: -2px -81px;
+}
+.OldAlertSpace .FriendsAlert a:hover {
+ color:#0cf;
+ background-position: -2px -101px;
+}
+.OldAlertSpace .TicketsAlert {
+ border:none;
+ background:none;
+}
+.OldAlertSpace .TicketsAlert a {
+ left:79px; top:28px;
+ color:#a61;
+ background-position: -2px -121px;
+}
+.OldAlertSpace .TicketsAlert a:hover {
+ color:#fb6;
+ background-position: -2px -141px;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:50 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 06:06:53 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 399.036
+ exclusion.robots: 139.953
+ exclusion.robots.policy: 139.946
+ xauthn.identify: 76.38
+ xauthn.chkprivs: 63.327
+ RedisCDXSource: 18.71
+ esindex: 0.008
+ LoadShardBlock: 224.328 (3)
+ PetaboxLoader3.datanode: 306.863 (4)
+ CDXLines.iter: 14.193 (3)
+ load_resource: 329.634
+ PetaboxLoader3.resolve: 230.945
+*/
\ No newline at end of file
diff --git a/public/devnewsitetest/CSS/RBXCommon.css b/public/devnewsitetest/CSS/RBXCommon.css
new file mode 100644
index 0000000..8d090f7
--- /dev/null
+++ b/public/devnewsitetest/CSS/RBXCommon.css
@@ -0,0 +1,2890 @@
+
+/************************** Modal Popups **************************/
+
+.blueAndWhite
+{
+ border: 2px solid #6e99c9;
+ background-color: #ffffff;
+ color: #000000;
+}
+
+.blueAndWhite .titleBar
+{
+ background-color: #000000;
+ color: #FFFFFF;
+ font-weight: bold;
+ padding: 2px 2px 2px 2px;
+ margin-bottom: 5px;
+ font-size: 13px;
+}
+#ResetPassword, #ResetPassword input
+{
+ font-size: 16px;
+}
+#ResetPassword #ResetPasswordTable td
+{
+ padding: 5px;
+}
+
+
+/************************** Parent Edition **************************/
+/* set the header links in the parents section white */
+div.ParentsLearningContent div.StandardBoxLightHeader a
+{
+ color:White !important;
+ cursor:pointer;
+}
+.ParentsLearningContent
+{
+ font-size: 14px;
+}
+.ParentsLearningContent .ParentsLearningHeader
+{
+ text-decoration: none;
+}
+.StandardBoxLight
+{
+ float: inherit;
+ border: 1px solid #3B526B;
+ padding: 10px 10px 10px 10px;
+ margin-bottom: 10px;
+ display: block;
+}
+.StandardBoxLightHeader
+{
+ float: inherit;
+ background-color: #3B526B;
+ text-align: center;
+ color: #FFFFFF;
+ text-align: left;
+ font-size: 16px;
+ font-weight: bold;
+ padding: 5px 10px 5px 20px;
+ display: block;
+}
+.ParentsLearningContent .StandardBoxLightHeader
+{
+ margin: 10px 0px;
+}
+.LoginParentAccount
+{
+ text-align: left;
+}
+.ParentsControlPanel, .ParentsControlPanel input
+{
+ font-size: 14px;
+}
+.ParentsControlPanelTable table
+{
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+.ParentsControlPanelTable table td, .ParentsControlPanelTable table th
+{
+ border: 1px solid #EEEEEE;
+ padding: 5px;
+}
+.ParentsControlPanelTable table tr:first-child td, .ParentsControlPanelTable table tr:first-child th
+{
+ border-top: 0;
+}
+
+.ParentsControlPanelTable table tr:last-child td
+{
+ border-bottom: 0;
+}
+.ParentsControlPanelTable table tr td:first-child, .ParentsControlPanelTable table tr th:first-child
+{
+ border-left: 0;
+}
+.ParentsControlPanelTable table tr td:last-child, .ParentsControlPanelTable table tr th:last-child
+{
+ border-right: 0;
+}
+
+
+.ContinueButtonFix
+{
+ text-align: center;
+}
+.ParentCenterAlignedTable table
+{
+ margin: 0px auto;
+}
+
+.JustWhiteBox
+{
+ float: inherit;
+ background-color: White;
+ margin-bottom: 10px;
+ display: block;
+}
+
+/************************** Buttons **************************/
+
+.MediumButton
+{
+ background-color: #F5CD2F;
+ color: #000;
+ font-family: Verdana,Helvetica,Sans-Serif;
+ font-size: 15px;
+ font-weight: bold;
+ padding: 5px;
+ display: inline-block;
+ border: 1px solid #6E99C9;
+ text-align: center;
+ cursor: pointer;
+}
+.MediumButton:hover
+{
+ background-color: #FF9D2F;
+}
+.MediumButtonSignup
+{
+ background-color: #8CE16F;
+ color: #000;
+ height: 2.5em;
+ font-family: Verdana,Helvetica,Sans-Serif;
+ font-size: 15px;
+ font-weight: bold;
+}
+
+/***********************CATALOG NAVIGATION**************************/
+
+.catalog_nav
+{
+ color: White;
+ font-family: Arial, Helvetica, Sans-Serif;
+ font-size: 14px;
+ position: relative;
+ z-index: 5;
+ float: right;
+}
+.catalog_nav ul
+{
+ padding: 0;
+ margin: 0;
+ list-style-type: none;
+}
+.catalog_nav li
+{
+ float: left;
+ position: relative;
+ text-align: center;
+}
+.catalog_nav a, .catalog_nav a:visited
+{
+ background: #b9cee5 url(/web/20120907221645im_/http://www.roblox.com/images/tabmiddle.png) repeat-x;
+ display: block;
+ padding: 5px;
+ margin-right: 4px;
+ font-size: 14px;
+ color: #FFFFFF;
+ height: 18px;
+ cursor: pointer;
+}
+.catalog_nav .catalog_navselected
+{
+ display: block;
+ background: #6E99C9 url(/web/20120907221645im_/http://www.roblox.com/images/tabmiddleselected.png) repeat-x;
+ padding: 5px 10px;
+ margin-right: 4px;
+ font-size: 14px;
+ color: #FFFFFF;
+ font-weight: bold;
+ text-decoration: none;
+ height: 18px;
+}
+.catalog_nav ul ul a.catalog_navdrop, t.menu ul ul a.catalog_navdrop:visited
+{
+ font-weight: bold;
+ text-decoration: none;
+}
+.catalog_nav ul ul a.catalog_navdrop:hover
+{
+}
+.catalog_nav ul ul :hover > a.catalog_navdrop
+{
+}
+.catalog_nav ul ul ul a, .catalog_nav ul ul ul a:visited
+{
+}
+.catalog_nav ul ul ul a:hover
+{
+ text-decoration: underline;
+}
+.catalog_nav ul ul
+{
+ visibility: hidden;
+ position: absolute;
+ height: 0;
+ left: 0;
+ z-index: 20;
+}
+.catalog_nav ul ul ul
+{
+ left: 141px;
+ top: 0px;
+ width: 89px;
+}
+.catalog_nav ul ul ul.left
+{
+ left: -149px;
+}
+
+.catalog_nav ul ul a, .catalog_nav ul ul a:visited
+{
+ color: #FFFFFF;
+ background: #6E99C9;
+ height: auto;
+ padding: 4px 6px;
+ line-height: 1em;
+ width: 78px;
+ margin-right: 4px;
+ z-index: 20;
+ height: 18px;
+}
+.catalog_nav img
+{
+ border: 0;
+ margin-right: 3px;
+ vertical-align: middle;
+}
+.catalog_nav a:hover
+{
+ text-decoration: none;
+ background: #6E99C9 url(/web/20120907221645im_/http://www.roblox.com/images/tabmiddleselected.png) repeat-x;
+}
+.catalog_nav ul ul a:hover
+{
+ text-decoration: none;
+ background: #517194;
+}
+.catalog_nav :hover > a, .catalog_nav ul ul :hover > a
+{
+ text-decoration: none;
+}
+.catalog_nav ul li:hover ul, .catalog_nav ul a:hover ul
+{
+ visibility: visible;
+}
+.catalog_nav ul :hover ul ul
+{
+ visibility: hidden;
+}
+.catalog_nav ul :hover ul :hover ul
+{
+ visibility: visible;
+}
+.catalog_nav table
+{
+ position: absolute;
+ top: 0;
+ margin-top: 15px;
+ left: 0;
+ border-collapse: collapse;
+ background: #6E99C9;
+ display: none;
+}
+.catalog_nav table a, .catalog_nav table a:visited
+{
+ border: none;
+ width: 78px;
+ padding-top: 8px;
+}
+
+.Step1
+{
+ float: left;
+ font-size: 16px;
+ font-weight: bold;
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/step1.png) no-repeat 0;
+ line-height: 32px;
+ padding-left: 32px;
+}
+.Step2
+{
+ float: left;
+ font-size: 16px;
+ font-weight: bold;
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/step2.png) no-repeat 0;
+ line-height: 32px;
+ padding-left: 32px;
+}
+.Step3
+{
+ float: left;
+ font-size: 16px;
+ font-weight: bold;
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/step3.png) no-repeat 0;
+ line-height: 32px;
+ padding-left: 32px;
+}
+
+.CatalogOptions
+{
+ float: left;
+ padding: 20px;
+ background: #8bc2ff url(/web/20120907221645im_/http://www.roblox.com/images/catalog_options_back.png) repeat-x;
+ border: 0;
+ margin-bottom: 0px;
+ display: none;
+ width: 176px;
+ overflow: hidden;
+}
+#ApplyFilters input
+{
+ font-size: 17px;
+ cursor: pointer;
+}
+#ApplyFilters input:hover
+{
+}
+
+.CatalogOptionsSections
+{
+ float: left;
+ margin: 5px 20px 0px 5px;
+}
+.CatalogOptionsHelp
+{
+ margin-top: -5px;
+ float: left;
+}
+.CatalogOptionsHelp ul
+{
+ list-style: none;
+}
+.CatalogOptionsHelp ul li
+{
+ margin-top: 3px;
+}
+.CatalogOptionsHelp ul li a
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/smallmetallicbutton.png) repeat-x;
+ border: 2px solid transparent;
+ padding: 3px;
+ font-size: 12px;
+ cursor: pointer;
+ text-decoration: none;
+ display: block;
+ width: 120px;
+ text-align: center;
+}
+.CatalogOptionsHelp ul li a:hover
+{
+ border-color: #333333;
+}
+
+
+.bc_iconset,
+#BuildersClubContainer div.icons
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/bc_page_icon_sprites.png?v=2); /* v= should force cache reload with new css */
+ background-repeat: no-repeat;
+ width: 32px;
+ display: inline-block;
+ text-align: center;
+}
+#BuildersClubContainer div.maps_icon
+{
+ background-position: 0 1px;
+ height: 30px;
+}
+#BuildersClubContainer div.money_icon
+{
+ background-position: 0 -28px;
+ height: 28px;
+}
+#BuildersClubContainer div.shirt_icon
+{
+ background-position: 0 -55px;
+ height: 30px;
+}
+#BuildersClubContainer div.ads_icon
+{
+ background-position: 0 -85px;
+ height: 30px;
+}
+.bc_icon,
+#BuildersClubContainer div.bc_icon
+{
+ background-position: 0 -115px;
+ height: 31px;
+}
+#BuildersClubContainer div.gear_icon
+{
+ background-position: 0 -146px;
+ height: 30px;
+}
+#BuildersClubContainer div.groups_icon
+{
+ background-position: 0 -173px;
+ height: 23px;
+}
+#BuildersClubContainer div.badges_icon
+{
+ background-position: 0 -196px;
+ height: 30px;
+}
+#BuildersClubContainer div.beta_icon
+{
+ background-position: 0 -228px;
+ height: 31px;
+}
+#BuildersClubContainer div.tbc_icon
+{
+ background-position: 0 -263px;
+ height: 31px;
+}
+#BuildersClubContainer div.obc_icon
+{
+ background-position: 0 -297px;
+ height: 31px;
+}
+#BuildersClubContainer div.personalserver_icon
+{
+ background-position: 0 -329px;
+ height: 30px;
+}
+#BuildersClubContainer div.tradesystem_icon
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/Icons/tradeicon.png?v=2);
+ background-repeat: no-repeat;
+ height: 26px;
+ width: 23px;
+ display: inline-block;
+}
+#BuildersClubContainer div.upgrades_enabled
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/buybc/bc_sprites_math_enabled.png);
+ background-repeat: no-repeat;
+ display: inline-block;
+ height: 95px;
+ width: 128px;
+}
+#BuildersClubContainer div.upgrades_disabled
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/buybc/bc_sprites_math_disabled.png);
+ background-repeat: no-repeat;
+ display: inline-block;
+ height: 95px;
+ width: 128px;
+}
+#BuildersClubContainer div.bcmonthly
+{
+ background-position: 0 0;
+}
+#BuildersClubContainer div.bc6
+{
+ background-position: -128px 0;
+}
+#BuildersClubContainer div.bc12
+{
+ background-position: -256px 0;
+}
+#BuildersClubContainer div.bclife
+{
+ background-position: -384px 0;
+}
+#BuildersClubContainer div.tbcmonthly
+{
+ background-position: 0 -95px;
+}
+#BuildersClubContainer div.tbc6
+{
+ background-position: -128px -95px;
+}
+#BuildersClubContainer div.tbc12
+{
+ background-position: -256px -95px;
+}
+#BuildersClubContainer div.tbclife
+{
+ background-position: -384px -95px;
+}
+#BuildersClubContainer div.obcmonthly
+{
+ background-position: 0 -191px;
+}
+#BuildersClubContainer div.obc6
+{
+ background-position: -128px -191px;
+}
+#BuildersClubContainer div.obc12
+{
+ background-position: -256px -191px;
+}
+#BuildersClubContainer div.obclife
+{
+ background-position: -384px -191px;
+}
+#BuildersClubContainer .bctotbcconversion
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/BuyBC/bc_lifetime_tbc_lifetime_discount.png);
+ background-repeat: no-repeat;
+ height: 95px;
+ width: 128px;
+}
+#BuildersClubContainer .bctoobcconversion
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/BuyBC/bc_lifetime_obc_lifetime_discount.png);
+ background-repeat: no-repeat;
+ height: 95px;
+ width: 128px;
+}
+#BuildersClubContainer .tbctoobcconversion
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/BuyBC/tbc_lifetime_obc_lifetime_discount.png);
+ background-repeat: no-repeat;
+ height: 95px;
+ width: 128px;
+}
+#BuildersClubContainer upgrade_button
+{
+ cursor: pointer;
+}
+#BuildersClubContainer downgrade_button
+{
+}
+#BuildersClubContainer extend_button
+{
+}
+
+
+.OBCSellSheet ul
+{
+ list-style: armenian;
+ width: 500px;
+}
+.OBCSellSheet ul li
+{
+ padding: 10px;
+ border-bottom: 1px solid #aabbcc;
+ position: relative;
+}
+.OBCSellSheet ul li em
+{
+ -moz-background-clip: border;
+ -moz-background-inline-policy: continuous;
+ -moz-background-origin: padding;
+ background: transparent url(/web/20120907221645im_/http://www.roblox.com/images/obctip.png) no-repeat scroll 0 0;
+ display: none;
+ font-style: normal;
+ height: 45px;
+ left: -10px;
+ padding: 15px 0px;
+ position: absolute;
+ text-align: center;
+ top: -40px;
+ width: 300px;
+ z-index: 2;
+ color: #FFFFFF;
+}
+.hoverover
+{
+ cursor: pointer;
+}
+
+/*Modifying the Alerts into a Bar*/
+/*.AlertSpace
+{
+ color: #6e99c9;
+ margin: 0 auto;
+}
+*/
+.AlertSpace {
+ float:none;
+ border:2px solid #7196CA;
+ margin: 0px;
+ color: #6e99c9;
+ height:22px;
+ position:relative;
+ top:0px;
+ font-family:Arial,Helvetica,sans-serif;
+ font-size: 14px;
+ font-weight: bold;
+ width:auto;
+ padding-right:60px;
+ background-color:White;
+}
+
+.AlertSpace a {
+ padding-left:18px;
+ padding-right:10px;
+ margin-left:3px;
+}
+.AlertSpace a:hover, #Header .AlertSpace a:active {
+ text-decoration: none;
+}
+
+.AlertSpace .MessageAlert
+{
+ display:inline;
+ float:left;
+ margin-top:4px;
+}
+.AlertSpace .MessageAlert a {
+ color:#6E99C9;
+}
+
+.AlertSpace .MessageAlert a:hover {
+ color: #1874CD;
+}
+
+.AlertSpace .RobuxAlert {
+ display:inline;
+ float:left;
+ margin-top:4px;
+}
+.AlertSpace .RobuxAlert a
+{
+ color: Green;
+}
+
+.AlertSpace .RobuxAlert a:hover
+{
+ color: #49b745;
+}
+
+.AlertSpace .FriendsAlert {
+ display:inline;
+ float:left;
+ margin-top:4px;
+}
+.AlertSpace .FriendsAlert a {
+ color: #883000;
+}
+.AlertSpace .FriendsAlert a:hover {
+ color: #0000DD;
+}
+
+.AlertSpace .TicketsAlert {
+ display:inline;
+ float:left;
+ margin-top:4px;
+}
+.AlertSpace .TicketsAlert a {
+ color:#FBB117;
+}
+.AlertSpace .TicketsAlert a:hover {
+ color: #FF3000;
+}
+
+
+.AlertSpace .icons, .AlertSpace .icons a
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/master_page_image_sprites.png?v=1202010);
+ background-repeat: no-repeat;
+ display: inline-block;
+ vertical-align: middle;
+ position:absolute;
+}
+
+.AlertSpace .message_icon
+{
+ background-position: -65px 0;
+ height: 11px;
+ width: 13px;
+ margin: 2px 3px 3px;
+ float: left;
+}
+.AlertSpace .robux_icon
+{
+ background-position: -33px 0;
+ height: 12px;
+ width: 16px;
+ margin: 2px 3px 3px;
+ float: left;
+}
+.AlertSpace .tickets_icon
+{
+ background-position: -49px 0;
+ height: 16px;
+ width: 16px;
+ margin: -1px 3px 3px;
+ float: left;
+}
+.AlertSpace .friends_icon
+{
+ background-position: -78px 0;
+ height: 14px;
+ width: 12px;
+ margin: 1px 3px 3px;
+ float: left;
+}
+
+/*Old header ALerts*/
+
+.OldAlertSpace
+{
+ color: #6e99c9;
+ margin: 0 auto;
+ font-weight:bold;
+}
+.OldAlertSpace .icons, .OldAlertSpace .icons a
+{
+ background-image: url(/web/20120907221645im_/http://www.roblox.com/images/master_page_image_sprites.png?v=1202010);
+ background-repeat: no-repeat;
+ display: inline-block;
+ vertical-align: middle;
+}
+.OldAlertSpace .message_icon
+{
+ background-position: -65px 0;
+ height: 11px;
+ width: 13px;
+ margin: 3px;
+ float: left;
+}
+.OldAlertSpace .robux_icon
+{
+ background-position: -33px 0;
+ height: 12px;
+ width: 16px;
+ margin: 3px;
+ float: left;
+}
+.OldAlertSpace .tickets_icon
+{
+ background-position: -49px 0;
+ height: 16px;
+ width: 16px;
+ margin: 3px;
+ float: left;
+}
+.OldAlertSpace .friends_icon
+{
+ background-position: -78px 0;
+ height: 14px;
+ width: 12px;
+ margin: 3px;
+ float: left;
+}
+
+.OldAlertSpace .MessageAlert
+{
+ height: 17px;
+ vertical-align: middle;
+ width: 49%;
+ float: left;
+ height: 32px;
+ overflow: hidden;
+ background: #FFFFFF;
+}
+
+.OldAlertSpace .MessageAlert a
+{
+ color: #6e99c9;
+ vertical-align: middle;
+}
+
+.OldAlertSpace .MessageAlert a:hover
+{
+ color: #1874CD;
+}
+.OldAlertSpace .RobuxAlert
+{
+ padding-top: 2px;
+ vertical-align: middle;
+ width: 49%;
+ float: left;
+ overflow: hidden;
+ border-top: 1px solid #6E99C9;
+ background: #FFFFFF;
+ height: 29px;
+}
+.OldAlertSpace .RobuxAlert a
+{
+ color: Green;
+ vertical-align: middle;
+}
+
+.OldAlertSpace .RobuxAlert a:hover
+{
+ color: #49b745;
+}
+.OldAlertSpace .TicketsAlert
+{
+ padding-top: 2px;
+ vertical-align: middle;
+ width: 49%;
+ float: left;
+ overflow: hidden;
+ border-left: 1px solid #6E99C9;
+ border-top: 1px solid #6E99C9;
+ background: #FFFFFF;
+ height: 29px;
+}
+
+.OldAlertSpace .TicketsAlert a
+{
+ color: #fbb117;
+ vertical-align: middle;
+}
+
+.OldAlertSpace .TicketsAlert a:hover
+{
+ color: #FF3000;
+}
+.OldAlertSpace .FriendsAlert
+{
+ color: #883000;
+ height: 20px;
+ vertical-align: middle;
+ width: 49%;
+ float: left;
+ height: 32px;
+ overflow: hidden;
+ border-left: 1px solid #6E99C9;
+ background: #FFFFFF;
+}
+.OldAlertSpace .FriendsAlert a
+{
+ color: #883000;
+ vertical-align: middle;
+}
+.OldAlertSpace .FriendsAlert a:hover
+{
+ color: #0000DD;
+}
+
+
+.OldAlertSpace .MessageAlertCaption a
+{
+ color: #6e99c9;
+ vertical-align: middle;
+ font-weight: bold;
+}
+.OldAlertSpace .RobuxAlertCaption a
+{
+ color: Green;
+ vertical-align: middle;
+ font-weight: bold;
+}
+.OldAlertSpace .TicketsAlertCaption a
+{
+ color: #fbb117;
+ vertical-align: middle;
+ font-weight: bold;
+}
+.OldAlertSpace .FriendsAlertCaption a
+{
+ color: #883000;
+ vertical-align: middle;
+ font-weight: bold;
+}
+/*End old Header*/
+
+a.rss_icon
+{
+ background-position: 0 0;
+ height: 14px;
+ width: 14px;
+ position:relative;
+}
+a.twitter_icon
+{
+ background-position: -14px 0;
+ height: 16px;
+ width: 19px;
+}
+
+
+
+/*Alerts for My Home*/
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace
+{
+ color: #6e99c9;
+ margin: 0 auto;
+ background:none;
+ float :none;
+ width:155px;
+ height:50px;
+ border:none;
+ padding-right:0;
+
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .AlertSpace a
+{
+ position :static;
+ margin:0;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .message_icon
+{
+ position :static;
+ height:16px;
+ margin:3px;
+ width:13px;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .friends_icon
+{
+ position :static;
+ height:16px;
+ margin:3px;
+ width:16px;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .robux_icon
+{
+ position :static;
+ height:16px;
+ margin:3px;
+ width:16px;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .tickets_icon
+{
+ position :static;
+ height:16px;
+ margin:3px;
+ width:16px;
+}
+
+.StandardBox .SmallHeaderAlertSpaceLeft .FriendsAlert
+{
+ background :#FFFFFF;
+ border-left :1px solid #6E99C9;
+ width:49%;
+ margin-top:0;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .MessageAlert
+{
+ background :#FFFFFF;
+ width:49%;
+ margin-top:0;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .RobuxAlert
+{
+ background :#FFFFFF;
+ border-top :1px solid #6E99C9;
+ width:49%;
+ margin-top:0;
+}
+.StandardBox .SmallHeaderAlertSpaceLeft .TicketsAlert
+{
+ background :#FFFFFF;
+ border-top :1px solid #6E99C9;
+ border-left :1px solid #6E99C9;
+ width:49%;
+ margin-top:0;
+}
+
+
+#Authentication span a
+{
+ color: #FFFFFF;
+}
+
+.MySetsDisplayInfo
+{
+ padding: 10px 20px 10px 20px;
+ background: #8bc2ff url(/web/20120907221645im_/http://www.roblox.com/images/catalog_options_back.png) repeat-x;
+ border: 0;
+ margin-bottom: 0px;
+ overflow: hidden;
+ height: 125px;
+}
+.MySetsDisplayInfo h1
+{
+ margin: 0px;
+ padding: 0px;
+ text-align: center;
+ color: White;
+ font-size: 16px;
+ font-weight: bold;
+}
+.MySetsDisplayInfo h1 > a
+{
+ cursor: pointer;
+ color: Blue;
+ font-size: 12px;
+ font-style: italic;
+ margin-left: 5px;
+}
+
+.CreateSetButton
+{
+ cursor: pointer;
+ text-decoration: none;
+}
+.CreateSetButton:hover
+{
+ background-color: Gray;
+}
+
+.SetAddButtonAlreadyContainsItem
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/accept.png) no-repeat right 2px;
+}
+
+.CantAddToSetLabel
+{
+ float: left;
+ width: 75px;
+}
+
+.CantAddToSetHelpImg
+{
+ float: left;
+ vertical-align: text-top;
+ cursor: pointer;
+}
+
+.SetDescription
+{
+ float: left;
+ overflow-y: auto scroll;
+ overflow-x: hidden;
+}
+
+.SetList
+{
+ height: 30px;
+ width:0px;
+ display: block;
+ position: relative;
+}
+.friendBarDropDown
+{
+ position:absolute;
+ margin-top:0px;
+ margin-left:28px;
+ z-index:10;
+}
+
+.SetList > img
+{
+ position: relative;
+ float: left;
+ z-index: 10;
+ width: 20px;
+ cursor: pointer;
+ top: 5px;
+ left: 5px;
+}
+.CantAddToSetLabel
+{
+ float: left;
+ position: relative;
+ top: -18px;
+ left: 20px;
+ z-index: 11;
+ display: block;
+ background: #6e99c9;
+ width: 100px;
+ border: 3px solid #C6D9FD;
+ padding: 3px;
+}
+.SetList .NewVersionAvailableBanner
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Sets/img-update_available-left.png) no-repeat;
+ height:14px;
+ width:87px;
+ position: absolute;
+ left: 105px;
+ z-index: 2;
+ top: 7px;
+}
+.SetList a.btn-dropdown, a.btn-dropdown-active {
+ background:url(/web/20120907221645im_/http://www.roblox.com/images/Sets/bg-drop_down_btn.png) no-repeat right top;
+ border:1px solid #777;
+ padding:6px 17px 0px 8px;
+ height:19px;
+ font:bold 11px Arial, Helvetica, sans-serif;
+ color:#000;
+ text-decoration:none;
+ display:block;
+ float:left;
+ position:relative;
+ z-index:10;
+ width:70px;
+}
+
+.SetList a.btn-dropdown:hover {
+ background-position:right center;
+ border-color:#888;
+ text-decoration:none;
+}
+.SetList a.btn-dropdown-active:hover,
+.SetList a.btn-dropdown-active:link /*ie7*/
+{
+ text-decoration:none;
+}
+.SetList a.btn-dropdown-active {
+ background-position:right bottom;
+ border-bottom:none;
+ height:20px;
+}
+.SetListDropDownList {
+ position: absolute;
+}
+.SetListDropDownList .menu {
+ width:140px;
+ background-color:#e1e1e1;
+ border:1px solid #777;
+ position:relative;
+ bottom:1px;
+ z-index:1;
+ clear:both;
+ font:12px normal Arial, Helvetica, sans-serif;
+}
+
+.SetListDropDownList .menu a {
+ display:block;
+ text-decoration:none;
+ color:#000;
+ padding:2px 8px;
+ margin:4px 0px;
+ width:124px;
+}
+
+.SetListDropDownList .menu a:hover {
+ background-color:#095fb5;
+ color:#fff;
+}
+
+.SetListDropDownList .menu p {
+ font:11px normal Arial, Helvetica, sans-serif;
+ color:#666;
+ padding:0px 8px;
+ margin:5px 0px 0px 0px;
+}
+
+.SetListDropDownList .menu p.hr {
+ height:1px;
+ background-color:#a7a7a7;
+ margin:5px;
+}
+.SetListDropDown {
+ position: relative;
+ z-index: 9;
+ left: 0px;
+ top: 0px;
+ *top: -14px;
+}
+.ItemOptions .SetListDropDown {
+ *top: 0px;
+}
+.SetList.SetOptions {
+ z-index: 1;
+}
+.ItemOptions .SetListDropDown {
+ left: -102px;
+}
+.SetListDropDownList.invisible,.NewVersionAvailableBanner.invisible,.SetList.ItemOptions.invisible
+{
+ display:none;
+}
+
+.friendBarDropDownList
+{
+ display: none;
+ float: left;
+ z-index: 10;
+ height: 0px;
+}
+.friendBarDropDownList
+{
+ position: relative;
+ height: 100%;
+ width: 120px;
+ border: 1px solid black;
+}
+.friendBarDropDownList > ul
+{
+ list-style: none outside none;
+ margin: 0;
+ padding-left: 0;
+}
+.friendBarDropDownList li
+{
+ background-color: White;
+ color: Black;
+ cursor: default;
+ float: left;
+ position: relative;
+ list-style: none;
+ display: block;
+ z-index: 11;
+ height: 18px;
+}
+.friendBarDropDownList li > div
+{
+ margin: 2px;
+ width: 116px;
+}
+.friendBarDropDownList li:hover
+{
+ background-color: Black;
+ color: White;
+}
+.friend_dropdownbutton20
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/friendsbar/friend_dropdownBtn20h.jpg);
+ float: left;
+ cursor: pointer;
+ height: 20px;
+ width: 20px;
+ background-position: top left;
+}
+.friend_dropdownbutton20:hover
+{
+ background-position: bottom left;
+}
+
+.ContestButton
+{
+ float: left;
+ font-size: 20px;
+ padding: 4px 10px;
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Contests/contestbutton.png) repeat-x;
+ color: #FFFFFF;
+ border: 2px solid #193441;
+ cursor: pointer;
+ text-align: center;
+}
+.ContestButton:hover
+{
+ background: #5d90a6;
+}
+.ContestButtonSkip
+{
+ font-size: 20px;
+ padding: 4px 10px;
+ background-color: #283d47;
+ color: #FFFFFF;
+ border: 2px solid #193441;
+ cursor: pointer;
+ text-align: center;
+}
+.ContestButtonSkip:hover
+{
+ background: #5d90a6;
+}
+ul.ContestPrizes
+{
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+a.slider_next
+{
+ color: #444444;
+ font-size: 20px;
+ font-weight: bold;
+}
+a.slider_prev
+{
+ color: #444444;
+ font-size: 20px;
+ font-weight: bold;
+}
+a.invertedcontesttab
+{
+ float: left;
+ background: #bebebe;
+ padding: 3px 6px;
+ color: black;
+ margin-right: 4px;
+ text-decoration: none;
+ display: block;
+ font-size: 11px;
+ font-family: Arial;
+ border-bottom: 1px solid #9e9e9e;
+ border-right: 1px solid #9e9e9e;
+ border-left: 1px solid #9e9e9e;
+}
+a.invertedcontesttab:hover
+{
+ background: #d6d6d6;
+ border-bottom: 1px solid #9e9e9e;
+ border-right: 1px solid #9e9e9e;
+ border-left: 1px solid #9e9e9e;
+ color: black;
+}
+a.invertedcontesttabselected
+{
+ float: left;
+ background: white;
+ margin-bottom: -1px;
+ z-index: 6;
+ border-bottom: 1px solid #9e9e9e;
+ border-right: 1px solid #9e9e9e;
+ border-left: 1px solid #9e9e9e;
+ color: #363636;
+ margin-right: 4px;
+ text-decoration: none;
+ display: block;
+}
+a.contesttab
+{
+ float: left;
+ background: #bebebe;
+ padding: 5px;
+ color: black;
+ margin-left: 4px;
+ text-decoration: none;
+ display: block;
+ font-size: 13px;
+ height:14px;
+ position: relative;
+ margin-top:3px;
+ font-family: Arial;
+ border-top: 1px solid #9e9e9e;
+ border-right: 1px solid #9e9e9e;
+ border-left: 1px solid #9e9e9e;
+}
+a.contesttab:hover
+{
+ background: #d6d6d6;
+ color: black;
+}
+a.contesttabselected
+{
+ float: left;
+ background: white;
+ margin-bottom: -1px;
+ z-index: 6;
+ border-top: 1px solid #9e9e9e;
+ border-right: 1px solid #9e9e9e;
+ border-left: 1px solid #9e9e9e;
+ padding: 5px;
+ color: #363636;
+ height:17px;
+ margin-left: 4px;
+ text-decoration: none;
+ display: block;
+ font-size: 13px;
+}
+div.ContestBox
+{
+ border: 1px solid #9e9e9e;
+ background:white;
+ width: 868px;
+ float: left;
+ margin: 0px 5px 5px 5px;
+ padding: 10px;
+}
+.Contests {
+ float: left; width: 900px; margin: 10px auto 0px auto; min-height:760px;background-color:#F2F2F2;
+}
+.ContestTitle
+{
+ color: #363636;
+ float: left;
+ font-family:Arial;
+ font-weight:bold;
+ font-size:27px;
+}
+.Contests h1
+{
+ margin: 0;
+ color: #363636;
+ float: left;
+ width: 100%;
+}
+.FullSubmissions
+{
+ width: 300px;
+ padding: 5px;
+ float: left;
+ margin-left: 3px;
+ margin-bottom: 1px;
+ border-bottom: 1px solid #FFFFFF;
+ color: #000000;
+}
+
+.ContestShowcase
+{
+ width: 90%;
+ padding: 2px;
+ border: 2px solid transparent;
+ cursor: pointer;
+ margin: 2px auto;
+ background: #d5dec2;
+}
+.ContestShowcase:hover
+{
+ border: 2px solid #AAAAAA;
+}
+.VibModalBack
+{
+ z-index: 665;
+ position: fixed;
+ width: 100%;
+ height: 100%;
+ background: gray;
+ opacity: .5;
+ filter: alpha(opacity=50);
+ background-repeat: repeat;
+ top: 0%;
+ left: 0%;
+}
+.VibModal
+{
+ z-index: 666;
+ position: fixed;
+ width: 100%;
+ height: 100%;
+ top: 0%;
+ left: 0%;
+}
+.VibModalBox
+{
+ z-index: 667;
+ width: 500px;
+ margin: 7% auto;
+ background: #FFFFFF;
+ border: 5px solid #6E99C9;
+}
+.VibModalContents
+{
+ padding: 10px;
+}
+.VibModalHeader
+{
+ width: 96%;
+ padding: 1% 2%;
+ font-size: 20px;
+ font-weight: bold;
+ background: #6E99C9;
+ text-align: center;
+ color: #FFFFFF;
+}
+.VibModalClose
+{
+ font-size: 25px;
+ color: #FF0000;
+ font-weight: bold;
+ float: right;
+ line-height: 17px;
+ cursor: pointer;
+}
+div.cannot_vote
+{
+ height: 30px;
+ width: 30px;
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Contests/not_checked_box.png);
+ vertical-align: text-top;
+ margin-right: 7px;
+ float: left;
+}
+div.can_vote
+{
+ height: 30px;
+ width: 30px;
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Contests/checked_box.png);
+ vertical-align: text-top;
+ margin-right: 7px;
+ float: left;
+}
+div.vote_text
+{
+ font-size: 18px;
+ float: left;
+ color: #00FF00;
+}
+div.no_vote_text
+{
+ font-size: 18px;
+ float: left;
+ color: #FF0000;
+}
+.Contests .StatCounters
+{
+ position: absolute;
+ font-size: 30px;
+ font-weight: bold;
+ color: #444444;
+ text-align: left;
+ margin-left: 10px;
+ z-index: 4000;
+}
+.Contests .StatType
+{
+ font-size: 14px;
+ margin-left: 4px;
+ margin-top: -7px;
+ display: block;
+}
+.Contests .PlaceOpaqueName
+{
+ width: 148px;
+ font-weight: bold;
+ text-align: center;
+ padding: 3px 6px;
+ font-size: 10px;
+ color: #444444;
+ background: #FFFFFF;
+ opacity: 0.6;
+ filter: alpha(opacity=60);
+ margin: 1px auto 7px auto;
+ height: 24px;
+ overflow: hidden;
+ word-wrap: none;
+}
+.Contests .FifthPlaceHolder
+{
+ float: left;
+ width: 20%;
+ margin-top: 5px;
+ margin: 0px auto;
+ text-align: center;
+}
+
+ div.friend_dock_chatbox
+{
+ float:left;
+ background-color:#E5E3E4;
+ width:200px;
+ /*height:320px;*/
+ margin-right:10px;
+ border: solid 1px #7F7F7F;
+ padding-bottom: 10px;
+}
+div.friend_dock_chatsettings
+{
+ /*float:right;*/
+ color: Black;
+ background-color:#E5E5E5;
+ border:solid 1px black;
+ width:150px;
+ /*height:140px;*/
+ margin-right:10px;
+ font-size: 11px;
+ z-index: 1200;
+ position:fixed;
+ bottom:110px;
+ right:0;
+}
+div.chat_settings_group_header
+{
+ font-weight: bold;
+ margin-bottom: 5px;
+}
+
+div#friend_dock_chatholder
+{
+ position:absolute;
+ bottom:5px;
+ z-index:1022;
+}
+
+div#friend_dock_container
+{
+ /*height: 90px;*/
+ /*width: 900px;*/
+ width: 100%;
+ font-size: 10px;
+ font-family: Verdana;
+ z-index:1022;
+}
+
+div#friend_dock_titlebar ul
+{
+ padding: 0;
+ margin: 0;
+ list-style-type: none;
+}
+
+div#friend_dock_thumb_container
+{
+ border: solid 1px #7F7F7F;
+ background-color: White;
+ height: 74px;
+ padding: 5px;
+ width: 100%;
+ overflow: hidden;
+}
+div#friend_dock_thumbnails
+{
+ float:left;
+}
+div#friend_dock_titlebar
+{
+ height: 18px;
+ position: relative;
+}
+div#friend_dock_titlebar a
+{
+ color: Black;
+}
+div#friend_dock_minimized_container
+{
+ width: 100%;
+ z-index:1022;
+}
+
+div#friend_dock_friendzone,
+div#friend_dock_chatzone
+{
+ float:left;
+ height:65px;
+ margin-top:5px;
+ margin-right:10px;
+ margin-left:10px;
+}
+div.friend_dock_chatbox_closebutton
+{
+ float:right; padding-right:5px; font-weight:bold; font-size:14px;
+}
+div.friend_dock_chatbox_closebutton a.hover
+{
+ color: #fff;
+ text-decoration: none;
+}
+div.blinkoffheader,
+div.blinkonheader
+{
+ background-repeat: repeat-x;
+ border: none;
+ /*width:192px;*/
+ height:16px;
+ padding: 2px;
+}
+div.blinkoffheader
+{
+ background-image: url('/web/20120907221645im_/http://www.roblox.com/images/chat/HeaderBarRepeat1x1.jpg');
+}
+div.blinkonheader
+{
+ background-image: url('/web/20120907221645im_/http://www.roblox.com/images/chat/HeaderBarRepeat1x1_orange.jpg');
+}
+
+div.friend_dock_chatbox_username
+{
+ width:150px;
+ float:left;
+ font-size:14px;
+ color:White;
+}
+div.friend_dock_chatbox_chat
+{
+ background-color:White;
+ border: solid 1px black;
+ margin-left:10px;
+ margin-top:5px;
+ margin-bottom:10px;
+ width:176px;
+ padding:2px;
+ height:196px;
+ overflow:auto;
+}
+textarea.friend_dock_chatbox_entry
+{
+ margin-left:10px;
+ width:176px;
+ padding: 2px;
+ overflow:auto;
+ overflow-x: hidden;
+}
+span.friend_dock_onlinestatus
+{
+ position:absolute; margin-left:16px; width:16px;height:16px;background-image:url(/web/20120907221645im_/http://www.roblox.com/images/online.png); background-repeat:no-repeat;
+}
+span.friend_dock_offlinestatus
+{
+ position:absolute; margin-left:16px; width:16px;height:16px;background-image:url(/web/20120907221645im_/http://www.roblox.com/images/offline.png); background-repeat:no-repeat;
+}
+div.friend_dock_onlinestatus
+{
+ position:absolute; margin-top:5px; margin-left:5px; width:16px;height:16px;background-image:url(/web/20120907221645im_/http://www.roblox.com/images/online.png); background-repeat:no-repeat;
+}
+div.friend_dock_offlinestatus
+{
+ position:absolute; margin-top:5px; margin-left:5px; width:16px;height:16px;background-image:url(/web/20120907221645im_/http://www.roblox.com/images/offline.png); background-repeat:no-repeat;
+}
+div.friend_dock_newmessage
+{
+ position:absolute;margin-top:-5px; margin-left:42px;width:16px;height:16px;background-image:url(/web/20120907221645im_/http://www.roblox.com/images/newmessage.png); background-repeat:no-repeat;
+}
+div.friend_dock_friend
+{
+ width:50px;
+ height:70px;
+ overflow:hidden;
+ margin-right:10px;
+ margin-bottom:10px;
+ float:left;
+}
+div.friend_dock_pager
+{
+ width:16px; height:16px; margin-left:0px; margin-right:10px; margin-bottom:10px;margin-top:25px;
+}
+.Navigation
+{
+ height: 35px;
+ z-index: 1022;
+}
+.Navigation ul
+{
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ width: 930px;
+ margin: 0px auto;
+}
+.Navigation ul li
+{
+ float: left;
+ position: relative;
+}
+.Navigation ul li a, .Navigation ul li a:visited
+{
+ display: inline-block;
+ color: #FFFFFF;
+ padding: 0px 9px;
+ border-left: 1px solid #FFFFFF;
+ font-size: 18px;
+}
+.Navigation ul li a h1, .Navigation ul li a h2
+{
+ cursor:pointer;
+}
+.Navigation ul li:first-child a
+{
+ border-left: none;
+}
+.friend_dock_username
+{
+ height:15px;
+ overflow:hidden;
+ float:left;
+
+ width: 55px;
+
+}
+.friend_dock_username_href
+{
+ color: Black !important;
+ font-size:10px;
+ font-family:Verdana;
+}
+div#chatbar
+{
+ position: fixed;
+ bottom: 0;
+ left: 0px;
+ height: 0px;
+ font-size: 11px;
+ font-family: Verdana;
+ margin: 0px 1%;
+ z-index:1022;
+}
+div#statusbar
+{
+ position: fixed;
+ bottom: 0;
+ left: 0px;
+ height: 30px;
+ background: url(/web/20120907221645im_/http://www.roblox.com/CSS/chatbarback.jpg);
+ border-left: 3px solid #E5E5E5;
+ border-right: 3px solid #E5E5E5;
+ font-size: 11px;
+ font-family: Verdana;
+ margin: 0px 1%;
+ z-index:1022;
+}
+
+
+#chat
+{
+ float:left;
+}
+.chat_box
+{
+ border-left: 2px solid #6E99C9;
+ border-right: 2px solid #6E99C9;
+ width: 217px;
+ float: left;
+ height: 280px;
+ overflow-y: scroll;
+ overflow-x: none;
+ background: #eeeeee;
+ font-size: 11px;
+ font-family: Verdana;
+}
+.chat_text
+{
+ width: 80%;
+ padding: 4px;
+ float: left;
+ font-size: 11px;
+ font-family: Verdana;
+}
+.chat_name
+{
+ color: #88a9bf;
+ border-bottom: 1px solid #CCCCCC;
+ font-weight: bold;
+ padding: 3px;
+ float: left;
+ font-size: 11px;
+ font-family: Verdana;
+ width: 75%;
+}
+.chat_header
+{
+ width: 211px;
+ float:left;
+ color: #0033CC;
+ background: #6E99C9;
+ color: #000000;
+ font-weight: bold;
+ font-size: 12px;
+ margin: 0px;
+ padding: 5px;
+ font-family: Verdana;
+}
+.chat_options
+{
+ width: 219px;
+ float:left;
+ color: #0033CC;
+ background: #6E99C9;
+ color: #000000;
+ font-weight: bold;
+ font-size: 12px;
+ margin: 0px;
+ padding: 1px;
+ font-family: Verdana;
+}
+#chat_close
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/CSS/close.png);
+ height: 10px;
+ width: 10px;
+ float:right;
+ cursor: pointer;
+ margin-right: 1px;
+}
+#chat_mini
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/CSS/mini.png);
+ height: 10px;
+ width: 10px;
+ float:right;
+ cursor: pointer;
+ margin-right: 5px;
+}
+.chat_abuse
+{
+ color: #FFFFFF;
+ background: yellow;
+ color: #000000;
+ font-weight: bold;
+ padding: 1px;
+ cursor:pointer;
+ font-family: Verdana;
+ font-size: 7px;
+ float:left;
+}
+
+.chat_abuse:hover
+{
+ color: #FFFFFF;
+ background: red;
+ color: #000000;
+ font-weight: bold;
+ padding: 1px;
+ cursor:pointer;
+ font-family: Verdana;
+ font-size: 7px;
+ float:left;
+}
+.chat_wrapper
+{
+ width: 221px;
+ background: #eeeeee;
+ position: absolute;
+ bottom: 0px;
+ float:left;
+ z-index: 1022;
+ margin-left: 3px;
+}
+.chat_input
+{
+ float: left;
+ background: #eeeeee;
+ border-right: 2px solid #6E99C9;
+ border-left: 2px solid #6E99C9;
+ border-bottom: 2px solid #6E99C9;
+ border-top: 1px solid #6E99C9;
+ width: 217px;
+}
+.chat_contents
+{
+ bottom: 27px;
+ display: none;
+}
+
+.roster_box
+{
+ border-bottom: 2px solid #bcbcbc;
+ float:left;
+ cursor: pointer;
+ padding: 4px;
+ width: 125px;
+}
+.roster_box:hover
+{
+ border-bottom: 2px solid #bcbcbc;
+ float:left;
+ cursor: pointer;
+ background: #eeeeee;
+ padding: 4px;
+ width: 125px
+}
+.roster_name
+{
+ margin-left: 5px;
+}
+.roster_alert
+{
+ margin: 1px;
+ padding: 1px;
+ font-size: 11px;
+ font-family: Verdana;
+}
+#roster
+{
+ float:left;
+ font-size: 11px;
+ font-family: Verdana;
+ display:none;
+ height: 331px;
+ overflow-y: scroll;
+ background: #d8e0e9;
+ margin: 5px;
+ width: 150px;
+ position: absolute;
+ left: 0;
+ bottom: 25px;
+ z-index: 1022;
+}
+#roster-wrapper
+{
+ float:left;
+ height: 1px;
+ width: 170px;
+}
+#chat_friends
+{
+ float:left;
+ height: 20px;
+ color: #000000;
+ font-weight: bold;
+ padding-left: 33px;
+ padding-top: 7px;
+ width:119px;
+ cursor: pointer;
+}
+#chat_friends:hover
+{
+ float:left;
+ height: 20px;
+ background: #d8e0e9;
+ color: #000000;
+ font-weight: bold;
+ padding-left: 33px;
+ padding-top: 7px;
+ width:119px;
+ cursor: pointer;
+}
+#statusbar_wrapper
+{
+ padding-top: 3px;
+ float:left;
+}
+#chat_status
+{
+
+}
+#long-wrapper
+{
+ float:left;
+}
+#chatlog
+{
+ float:left;
+ padding: 3px;
+ color: Green;
+
+}
+.chat-unavailable
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/CSS/unavailable.png);
+ height: 15px;
+ width: 15px;
+ float:left;
+}
+.chat-available
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/CSS/available.png);
+ height: 15px;
+ width: 15px;
+ float:left;
+}
+.chat-default
+{
+ height: 15px;
+ width: 15px;
+ float:left;
+}
+.chat_send_button
+{
+ background: #eeeeee;
+ border: 0px solid #FFFFFF;
+ float: left;
+ line-height: 17px;
+ height: 18px;
+ border-left: 2px solid #CCCCCC;
+ border-bottom: 0px;
+ border-right: 0px;
+ border-top: 0px;
+ padding: 3px;
+ cursor: pointer;
+}
+.chat_send_button:hover
+{
+ background: #D8E0E9;
+ border: 0px solid #FFFFFF;
+ float: left;
+ line-height: 17px;
+ height: 18px;
+ border-left: 2px solid #CCCCCC;
+ border-bottom: 0px;
+ border-right: 0px;
+ border-top: 0px;
+ padding: 3px;
+ cursor: pointer;
+}
+.chat_send_input
+{
+ border: 0px solid #FFFFFF;
+ float: left;
+ height: 22px;
+ font-size: 12px;
+ padding: 2px;
+}
+.chat_close
+{
+ cursor: pointer;
+ color: #FFFFFF;
+ font-size: 16px;
+ line-height: 11px;
+ padding-right: 8px;
+ float:left;
+ padding-top: 6px;
+}
+.chat_close:hover
+{
+ cursor: pointer;
+ color: #000000;
+ font-size: 16px;
+ line-height: 11px;
+ padding-right: 8px;
+ float:left;
+ padding-top: 6px;
+}
+.chat_entry_click
+{
+ cursor: pointer;
+ padding-right: 10px;
+ padding-top:7px;
+ padding-left: 10px;
+ padding-bottom: 7px;
+ padding-top: 6px;
+}
+.chat_entry
+{
+ float:left;
+ background: #d8e0e9;
+ height: 27px;
+ color: #000000;
+ font-weight: bold;
+ cursor: pointer;
+ width: 221px;
+}
+#chat_login
+{
+ margin-top: 1px;
+ margin-left: 2px;
+ float:left;
+}
+#chat_logout
+{
+ margin-top: 1px;
+}
+#chat-availability
+{
+ float:left;
+}
+#partycontainer
+{
+ position:absolute;
+ bottom:5px;
+ right:0;
+ z-index:1022;
+}
+
+.ActiveChatThumb
+{
+ z-index: 10;
+ cursor: pointer;
+}
+.RemoveActiveChat
+{
+ position:absolute;
+ z-index: 10;
+ cursor: pointer;
+ margin-left:40px;
+}
+
+/************************************* BUTTONS **********************************/
+.clear { /* generic container (i.e. div) for floating buttons */
+ overflow: hidden;
+ width: 100%;
+}
+
+.followme_green19h
+{
+ background-image: url('/web/20120907221645im_/http://www.roblox.com/images/Buttons/followme_19h.png');
+ background-repeat: no-repeat;
+ background-position: left top;
+ height: 19px;
+ cursor: pointer;
+ width: 65px;
+ float: left;
+ text-align: center;
+}
+.followme_green19h:hover
+{
+ background-position: left bottom;
+}
+
+.followme_gray19h
+{
+ background-image: url('/web/20120907221645im_/http://www.roblox.com/images/Buttons/followme_19h-gray.png');
+ background-repeat: no-repeat;
+ background-position: left top;
+ height: 19px;
+ cursor: pointer;
+ width: 65px;
+ float: left;
+ text-align: center;
+}
+.followme_gray19h:hover
+{
+ background-position: left bottom;
+}
+
+.tab_white19h,
+.tab_white19hselected
+{
+ background: transparent url('/web/20120907221645im_/http://www.roblox.com/images/friendsbar/tab_white19h_l2.gif') no-repeat left top;
+ color: #444;
+ display: block;
+ float: left;
+ font: normal 12px verdana, sans-serif;
+ text-decoration: none;
+ padding-left: 2px;
+ height: 19px;
+ outline: none; /* hide dotted outline in Firefox */
+ cursor: pointer;
+}
+
+.tab_white19h span,
+.tab_white19hselected span
+{
+ background: transparent url('/web/20120907221645im_/http://www.roblox.com/images/friendsbar/tab_white19h_r2.gif') no-repeat right top;
+ display: block;
+ height: 15px;
+ padding: 2px 15px 2px 7px;
+ text-decoration: none;
+}
+.tab_white19h:hover,
+.tab_white19hselected
+{
+ background-position: left bottom;
+ color: #000;
+ outline: none; /* hide dotted outline in Firefox */
+ text-decoration: none;
+}
+.tab_white19h a,
+.tab_white19hselected a
+{
+ text-decoration: none;
+ outline: none;
+}
+.tab_white19h:hover span,
+.tab_white19hselected span
+{
+ background-position: right bottom;
+ text-decoration: none;
+}
+
+.tab_white19h_flash
+{
+ background: transparent url('/web/20120907221645im_/http://www.roblox.com/images/friendsbar/tab_blue19h_l.gif') no-repeat left top;
+}
+.tab_white19h_flash span
+{
+ background: transparent url('/web/20120907221645im_/http://www.roblox.com/images/friendsbar/tab_blue19h_r.gif') no-repeat right top;
+ color:White;
+}
+
+.bold
+{
+ font-weight:bold;
+}
+
+.clear
+{
+ clear:both;
+}
+
+.alignCenter
+{
+ text-align:center;
+}
+
+.InGamePopup
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/cssspecific/rbx2/containerBkg_01.png);
+ _overflow:hidden; /* IE6 SUX */
+}
+
+.voteYes
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/cssspecific/rbx2/button_vote.jpg);
+ width: 24px;
+ height: 23px;
+ background-position: top left;
+}
+
+.voteYes:hover
+{
+ background-position: bottom left;
+}
+
+.voteNo
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/cssspecific/rbx2/button_vote.jpg);
+ width: 24px;
+ height: 23px;
+ background-position: top right;
+}
+
+.voteNo:hover
+{
+ background-position: bottom right;
+}
+
+/*Default.aspx formatting */
+/* override 2 column layout classes for this page only because the front page requires a wider right column */
+.overrideColumn1c
+{
+ font-family: Verdana;
+ float: left;
+ padding: 5px 0px 0px;
+ border-right: 1px solid #ccc;
+ width: 659px;
+}
+
+.overrideColumn2c
+{
+ font-family: Verdana;
+ width: 310px;
+ float: right;
+ padding-top: 8px;
+}
+
+.overrideColumn1c .ShadowedStandardBox
+{
+ width:561px;
+}
+
+.overrideColumn1c .ShadowedStandardBoxHeader
+{
+ width:551px;
+}
+
+.overrideColumn1c .GiftCardLink
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Buttons/btn-get_gift_card.jpg) no-repeat;
+ width: 560px;
+ height: 90px;
+}
+.overrideColumn1c .GiftCardLink:hover
+{
+ background-position: 0px -90px;
+}
+
+.overrideColumn2c .ShadowedStandardBox
+{
+ width:310px;
+}
+
+.overrideColumn2c .ShadowedStandardBoxHeader
+{
+ width:300px;
+}
+
+.overrideDontLogout
+{
+ float:right;
+ margin-left:80px;
+}
+
+.videoURL
+{
+ width: 380px;
+ height: 250px;
+}
+
+.HLinkFormat
+{
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+
+.HomeHeader
+{
+ font-family: Arial;
+ font-size: 25px;
+ font-weight:bold;
+ color:#363636;
+}
+.HomeMiddle
+{
+ font-family:Arial;
+ font-size: 18px;
+ font-weight:bold;
+ color:#363636;
+}
+.HomeSide
+{
+ font-family: Arial;
+ font-weight:bold;
+ font-size: 14px;
+ color:#363636;
+}
+#GiftCardCrossLink
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Gifting/img-gifting160-1.jpg) no-repeat;
+ width: 160px;
+ height: 600px;
+}
+#GiftCardCrossLink:hover
+{
+ background-position: bottom;
+}
+#BCGiftCardXLink
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/Gifting/img-gifting270_2.png) no-repeat;
+ background-color: White;
+ margin-bottom:10px;
+}
+#BCGiftCardXLink:hover
+{
+ background-position: bottom;
+}
+/* Homepage */
+div.FrontPageLoginBox {
+ float: left;
+ padding: 0px 48px;
+ background: #e1e1e1;
+ border: 1px solid #bcbcbc;
+ height: 248px;
+ width: 160px;
+ margin-right: 5px;
+ text-align:center;
+}
+div.FrontPageVideoIntro
+{
+ display:inline; padding: 0px 5px;
+}
+a.ControlLoginButton
+{
+ padding: 6px 0px !important;
+ margin: 0 auto;
+ background:url("/web/20120907221645im_/http://www.roblox.com/images/UI/btn-big_silver_tile.png") top left;
+ display:block;
+ width:88px;
+ font-family:Arial;
+ font-size:16px;
+ font-weight:bold;
+ color:#000;
+ height: 18px;
+ border: 1px solid #bcbcbc;
+}
+a.ControlLoginButton:hover, a.ControlLoginButton:active
+{
+ background-position:bottom left;
+ text-decoration: none;
+}
+div.DGBContainerLong, div.DGBContainerShort
+{
+ height:auto;
+}
+div.TextInputLogin
+{
+ margin:0px;
+ padding:0 0 0 2px; /* hack: need to center */
+}
+.BannerAndFeaturedGamesBox
+{
+ height: 390px; padding: 0px 0px 0px 0px;
+}
+div.TopPanel
+{
+ min-height: 252px;
+ float:left;
+ margin: 0px;
+ width: 970px;
+ border-bottom:1px solid #ccc;
+ padding: 5px 0px;
+}
+.SidePanel #RobloxNews
+{
+ font-size: 12px;
+}
+#RobloxNews a
+{
+ margin-right:5px;
+}
+.FeaturedGameButton
+{
+ background: url(/web/20120907221645im_/http://www.roblox.com/images/buttons/btn-playnow_big2.png) no-repeat;
+ height: 214px;
+ width:214px;
+ height:214px;
+ overflow:hidden;
+}
+.FeaturedGameButton:hover
+{
+ background-position: 0px -214px;
+}
+.GiftCards #GiftForm span#remainingCharacters
+{
+ color:Black;
+ font-size:10px;
+}
+div.FeaturedGameInfo
+{
+ font-size:10px;
+ white-space: nowrap;
+ overflow: hidden;
+ float:left;
+ padding-left: 14px;
+ line-height: 140%;
+ width:155px;
+}
+a.BadAdButton
+{
+ color:#808080;
+ font-family: Arial,Helvetica,sans-serif;
+}
+a.BadAdButton:hover
+{
+ border:0px;
+ text-decoration:underline;
+}
+div.VisitButtonsRight {
+ text-align:left; /* to align play solo */
+ float:right;
+ width:40%;
+}
+div.VisitButtonsLeft {
+ float:left;
+ width:55%;
+}
+div.VisitButtonSoloPlay {
+ display:block;
+ width:auto;
+}
+#ItemContainer .SellCollectible .StandardBoxHeader, #ItemContainer .SellCollectible .StandardBox
+{
+ width: auto;
+}
+div.FeaturedGameImage
+{
+ float:left;
+}
+.separateSignUpFromLoginWithBorder
+{
+ margin-top:10px;
+ border-top:1px solid #bdbdbd;
+}
+div.ParentsSpacing a
+{
+ font-weight:bold;
+ margin:0px 10px;
+}
+div.SidePanel h2
+{
+ display:block;
+ font-size:16px;
+ font-weight:bold;
+ color:black;
+ text-transform:uppercase;
+ margin-bottom: 10px;
+}
+div.SidePanel
+{
+ border-top: 1px solid #CCC;
+ font-family: Arial;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-left:10px;
+}
+div.SidePanel p
+{
+ color:#000;
+ margin: 0px 0 8px;
+}
+div.SidePanel img
+{
+ margin-right: 10px;
+}
+div.FeaturedGameInfo .PlaceStatValue {
+ margin: 0px 0px 8px;
+ font-size:12px;
+}
+div.FeaturedGameInfo .PlaceStatLabel {
+ color: #464646;
+ font-size: 10px;
+}
+div.FeaturedGame
+{
+ padding: 10px 0px;
+}
+span.placeName
+{
+ font-size:16px;font-weight:bold;color:#000;
+ text-transform:uppercase;
+}
+.FeaturedGameBox
+{
+ border-bottom:1px solid #ccc;
+ height: 320px;
+ font-family:Arial;
+ padding-top: 5px;
+}
+.FeaturedGameBox h2
+{
+ font-size:40px;font-weight:bold;color:#363636;letter-spacing:-2px;
+ display:block;
+}
+.FeaturedGameAssetImage
+{
+ float:left;
+}
+a.PlayThisFeaturedGame
+{
+ background:url("/web/20120907221645im_/http://www.roblox.com/images/UI/btn-play_this.png") top left;
+ display:block;
+ width:112px;
+ height:34px;
+ margin: 0 0 15px;
+}
+a.PlayThisFeaturedGame:hover
+{
+ background-position:bottom left;
+}
+a.SignupButtonImage
+{
+ background:url("/web/20120907221645im_/http://www.roblox.com/images/UI/btn-sign_up.png") top left;
+ display:block;
+ width:102px;
+ height:34px;
+ margin: 0 auto; /* center it */
+}
+a.SignupButtonImage:hover
+{
+ background-position:bottom left;
+}
+a.RobloxFreeBuildingBanner
+{
+ display:block;
+ height:90px;
+ width:648px;
+}
+a.RobloxFreeBuildingBanner:hover
+{
+ background-position:bottom left;
+}
+div.forceSpace
+{
+ /* the purpose of this div is to force space btn advertising & top of page */
+ padding-top:55px;
+ /*background:white; ie was showing bits of gray background */
+}
+div.forceSpaceUnderSubmenu
+{
+ padding-bottom:13px;
+}
+.loginNewStyle
+{
+ padding-top:63px;height:655px; /*550px + 105 missing ad space */
+}
+div.testingSitePanel
+{
+ margin: 5px auto 8px;
+ width: 870px;
+ text-align: center;
+ border: 3px #FFE066 solid;
+ padding: 10px 5px;
+ background: white; /* to stand against obc background */
+}
+div.mySubmenuFixed {
+ position:fixed;
+ top:68px;
+ width:100%;
+ z-index:10000;
+}
+div#Body div#CatalogContainer, div#Body div#GamesContainer, div#Body #BrowseContainer {
+ padding-top: 5px;
+}
+/* Viewing alerts from user profile page */
+/* when important is not included, it is being overridden by... something. */
+div.ProfileAlertPanel .SmallHeaderAlertSpaceLeft {
+ background: none !important;
+ float: none !important;
+ height:50px !important;
+}
+div.ProfileAlertPanel .SmallHeaderAlertSpaceLeft .AlertSpace {
+ height: 50px !important;
+ background: none !important;
+}
+/* Masterpage layout changes */
+.BannerCenterContainer
+{
+ width:970px;
+ margin-left: auto;
+ margin-right: auto;
+ text-align:center;
+}
+div#Nav
+{
+ position:fixed;
+ display:block;
+ top:38px;
+ z-index:1000;
+}
+img#over13icon
+{
+ float: left;padding-left: 7px;padding-top: 1px;
+ position: relative;
+ top: 18px;
+ height:11px;
+ width:20px;
+}
+a.loginButton
+{
+ margin-left: 7px;
+}
+/* space the button differently depending on logged out or logged in */
+a.logoutButton
+{
+ margin-left: -2px;
+ padding-top: 2px; /* ie7 */
+ position: static;
+ top: auto;
+}
+a.btn-logo, a.btn-logo:visited
+{
+ background:url("/web/20120907221645im_/http://www.roblox.com/images/btn-logo.png?v=2") top left;
+ display:inline-block;
+ width:123px;
+ height:38px;
+ float:left;
+}
+a.btn-logo:hover
+{
+ background-position:bottom left;
+}
+a.btn-playnow, a.btn-playnow:visited
+{
+ background-position:top left;
+ display:block;
+ width:117px;
+ height:34px;
+ float:right;
+ position:relative;
+ top:2px;
+}
+a.btn-playnow:hover
+{
+ background-position:bottom left;
+}
+#SmallHeaderContainer #Banner .LoggedOutAuthenticationButton
+{
+ top: 0px;
+ margin-top:0;
+ left:0 !important; /* override left:390px when logged out */
+ width: 60px;
+ height: 28px;
+}
+/* miniclip browsing */
+div#containerWrapper
+{
+ width:970px;background:white;margin-left:auto; margin-right:auto;
+}
+a.ReturnHomeButton, a.ReturnHomeButton:visited
+{
+ background:url("/web/20120907221645im_/http://www.roblox.com/images/ui/error/btn-return_home.png") top left;
+ width:100px;
+ height:23px;
+ display:block;
+ float:right;
+}
+a.GoToPreviousPageButton, a.GoToPreviousPageButton:visited
+{
+ background:url("/web/20120907221645im_/http://www.roblox.com/images/ui/error/btn-go_to_previous.png") top left;
+ width:144px;
+ height:23px;
+ display:block;
+ float:left;
+}
+a.GoToPreviousPageButton:hover, a.ReturnHomeButton:hover
+{
+ background-position:bottom left;
+}
+div#ErrorPage
+{
+ text-align:center;
+ margin-bottom:20px;
+}
+div#ErrorPage pre
+{
+ text-align: left;
+ font: normal 12pt Courier;
+}
+div#ErrorPage h1
+{
+ font-size:40px;
+ font-weight:bold;
+ color:#363636;
+ letter-spacing:-2px;
+ margin-bottom:10px;
+ display:block;
+}
+img.ErrorAlert
+{
+ display:block;
+ margin:25px auto 10px;
+}
+div#ErrorPage h3
+{
+ color:#363636;
+ font-weight:bold;
+ font-size:16px;
+}
+div#ErrorPage .divideTitleAndBackButtons
+{
+ margin:20px auto;
+ height:1px;
+ width:55%;
+ border-top:1px solid #ccc;
+}
+div#ErrorPage div.CenterNavigationButtonsForFloat
+{
+ width: 253px;
+ margin: 0 auto;
+}
+/* Asp.net legacy panel in forums */
+a.menuTextLink {
+ padding: 0px 5px;
+ border-left: 1px solid black;
+}
+
+
+/* Modified login form on homepage */
+div.FrontPageLoginBox {
+ padding: 0 2px 0px 8px;
+ width: 250px;
+}
+div.FrontPageLoginBox div.UsernameRowLogin {
+ margin-bottom: 10px;
+}
+div.FrontPageLoginBox .fbLoginButton
+{
+ background: url("/web/20120907221645im_/http://www.roblox.com/images/Facebook/btn-login_with_fb-big.png") no-repeat;
+ width: 170px;
+ height: 25px;
+}
+div.FrontPageLoginBox .fbLoginButton:hover {
+ background-position: bottom left;
+}
+div.FrontPageLoginBox .LoginViewContainer {
+ padding-left: 10px;
+}
+
+div.FrontPageLoginBox .DarkGradientBox .DGB_Label {
+ font-weight: bold;
+}
+
+div.FrontPageLoginBox .TextInputLogin label.passwordInput {
+ padding-right: 1px;
+}
+div.FrontPageLoginBox .DarkGradientBox .DGB_TextBox {
+ width: 173px;
+}
+span#ForgetPasswordPrompt {
+ font-size: 11px;
+ padding-left: 5px;
+ display: none; /* only show this if on the front page */
+}
+div.FrontPageLoginBox span#ForgetPasswordPrompt {
+ display: block;
+}
+div.FrontPageLoginBox .fbSplashPageConnect
+{
+ padding-top: 6px;
+}
+div.FrontPageLoginBox a.SignupButtonImage {
+ float: left;
+ margin: inherit;
+}
+div.FrontPageLoginBox div.CenterSignupText {
+ width: 195px;margin: 0 auto;padding-top: 8px;
+}
+
+/* common ad */
+.Ads_WideSkyscraper
+{
+ float: right;
+ text-align: right;
+ width: 160px;
+}
+
+/*
+ FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
+ INTERNET ARCHIVE ON 05:14:04 Sep 12, 2022.
+ JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
+
+ ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
+ SECTION 108(a)(3)).
+*/
+/*
+playback timings (ms):
+ captures_list: 198.484
+ exclusion.robots: 134.651
+ exclusion.robots.policy: 134.638
+ xauthn.identify: 90.905
+ xauthn.chkprivs: 42.983
+ cdx.remote: 0.302
+ esindex: 0.021
+ LoadShardBlock: 33.07 (3)
+ PetaboxLoader3.datanode: 41.167 (4)
+ CDXLines.iter: 18.831 (3)
+ load_resource: 59.36
+ PetaboxLoader3.resolve: 26.742
+*/
\ No newline at end of file
diff --git a/resources/views/admin/tree.blade.php b/resources/views/admin/tree.blade.php
index 5af37ec..86a0efe 100644
--- a/resources/views/admin/tree.blade.php
+++ b/resources/views/admin/tree.blade.php
@@ -39,24 +39,24 @@
@if ($user)