Site Improvements

Imported a lot of late 2012 css, admin panel directory is no longer /iphone to make it easier for admins + small banner changes for the 2018 theme.
This commit is contained in:
tersiswilvin 2022-09-12 00:28:30 -07:00
parent f50ea6045b
commit 123422aa14
70 changed files with 18535 additions and 45 deletions

View File

@ -1,15 +1,3 @@
@keyframes alertanim {
0% {
top: 0px;
animation-timing-function: linear;
}
100% {
background-position-x: 40px;
animation-timing-function: linear;
}
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
@ -109,19 +97,34 @@ body {
#alert,
#success {
top: 40px;
animation: alertanim;
animation-duration: 250ms;
animation-iteration-count: 1;
border: 0;
margin: 0;
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1em;
}
#alert {
background: #D86868;
}
#success {
background: #02b757;
}
#alert,
#success {
-webkit-transition: top .4s ease;
-o-transition: top .4s ease;
transition: top .4s ease;
position: fixed;
top: 40px;
left: 0;
margin: 0 auto;
width: 100%;
max-width: 970px;
right: 0;
z-index: 1029;
}
.smallnavbarbutton:nth-child(1):hover,
.smallnavbarbutton:nth-child(3):hover,

View File

@ -184,11 +184,10 @@ button {
}
div.mySubmenuFixed {
background: #363636;
background: #000;
background: #101010;
}
.Redesign .subMenu {
background: #000;
background: #101010;
}
.popup {

View File

@ -0,0 +1,155 @@
#MyAccountBalanceContainer
{
font-family: Verdana, Helvetica, Sans-Serif;
}
#MyAccountBalanceContainer h2
{
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 2.5em;
font-weight: normal;
letter-spacing: 0.4em;
line-height: 1em;
margin: 10px 0 0 -2px;
padding: 0;
}
#MyAccountBalanceContainer h3
{
background-color: #ccc;
border-bottom: solid 1px #000;
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 1.7em;
font-weight: normal;
letter-spacing: 0.1em;
line-height: 1em;
margin: 0;
padding: 5px;
text-align: center;
}
#MyAccountBalanceContainer h4
{
font-family: Verdana, Sans-Serif;
font-size: 13px;
font-weight: bold;
margin: 5px 0;
padding: 5px 5px 5px 15px;
color:#990000;
}
#MyAccountBalanceContainer #AboutRobux
{
border-bottom: solid 1px #000;
border-left: solid 1px #000;
border-right: solid 1px #000;
float: right;
margin-top: 20px;
width: 275px;
}
#MyAccountBalanceContainer #AboutRobux h3
{
border-top: solid 1px #000;
}
#MyAccountBalanceContainer #AboutRobux p
{
margin: 0;
padding: 10px 15px;
}
#MyAccountBalanceContainer #Earnings
{
border: solid 1px #000;
margin-top: 20px;
padding-bottom: 10px;
width: 600px;
}
#MyAccountBalanceContainer .Earnings_Period
{
margin-bottom: 20px;
}
#MyAccountBalanceContainer .Earnings_LoginAward,
#MyAccountBalanceContainer .Earnings_PlaceTrafficAward,
#MyAccountBalanceContainer .Earnings_Ambassador
{
padding: 0px 0px 0px 50px;
height:16px;
background-color:#eeeeee;
}
#MyAccountBalanceContainer .Earnings_SaleOfGoods,
#MyAccountBalanceContainer .Earnings_PeriodTotal,
#MyAccountBalanceContainer .Earnings_LoginAwardBC,
#MyAccountBalanceContainer .Earnings_Currency
{
padding: 0px 0px 0px 50px;
height:16px;
}
#MyAccountBalanceContainer .Earnings_LoginAward .Label,
#MyAccountBalanceContainer .Earnings_LoginAwardBC .Label,
#MyAccountBalanceContainer .Earnings_PlaceTrafficAward .Label,
#MyAccountBalanceContainer .Earnings_SaleOfGoods .Label,
#MyAccountBalanceContainer .Earnings_Ambassador .Label,
#MyAccountBalanceContainer .Earnings_Currency .Label
{
float: left;
width: 380px;
}
#MyAccountBalanceContainer .Earnings_PeriodTotal .Label
{
float: left;
padding-right: 10px;
text-align: right;
width: 370px;
}
#MyAccountBalanceContainer .Earnings_PeriodTotal .Field
{
color:Blue;
font-weight:bold;
}
#MyAccountBalanceContainer .Field
{
float: right;
width: 75px;
}
#MyAccountBalanceContainer .Zebra
{
background-color:#eeeeee;
}
/*
FILE ARCHIVED ON 22:16:44 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:14:29 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: 337.066
exclusion.robots: 157.828
exclusion.robots.policy: 157.819
xauthn.identify: 106.183
xauthn.chkprivs: 51.409
cdx.remote: 0.069
esindex: 0.01
LoadShardBlock: 36.723 (3)
PetaboxLoader3.datanode: 50.41 (4)
CDXLines.iter: 15.876 (3)
load_resource: 39.761
*/

View File

@ -0,0 +1,50 @@
table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}
table.stats td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}
table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}
/*
FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:14: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: 1299.963
exclusion.robots: 174.573
exclusion.robots.policy: 174.564
xauthn.identify: 126.384
xauthn.chkprivs: 47.881
cdx.remote: 0.092
esindex: 0.009
LoadShardBlock: 1091.756 (3)
PetaboxLoader3.datanode: 1017.34 (4)
CDXLines.iter: 16.964 (3)
load_resource: 138.8
PetaboxLoader3.resolve: 105.242
*/

View File

@ -0,0 +1,42 @@
#AssetContainer
{
margin: 0 auto;
width: 620px;
}
#AssetContainer h2
{
color: #333;
font-size: x-large;
margin-bottom: 5px;
}
#AssetContainer #Asset
{
background-color: #eee;
border: solid 1px #000;
color: #555;
}
/*
FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:15:16 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: 187.292
exclusion.robots: 103.131
exclusion.robots.policy: 103.123
xauthn.identify: 75.061
xauthn.chkprivs: 27.84
cdx.remote: 0.073
esindex: 0.008
LoadShardBlock: 53.398 (3)
PetaboxLoader3.datanode: 162.704 (4)
CDXLines.iter: 14.503 (3)
load_resource: 895.452
PetaboxLoader3.resolve: 766.236
*/

View File

@ -0,0 +1,90 @@
#NewBadgesContainer {
margin-top: 10px;
}
#NewBadgesContainer .BadgeCategory {
padding-bottom: 10px;
}
#NewBadgesContainer .BadgeCategory ul {
margin: 0;
padding: 0;
list-style: none;
}
/* Set an invisible padding to offset the fixed header.
* Kinda hackish, but it plays nice with IE */
#NewBadgesContainer .BadgePadding {
height: 80px;
}
#NewBadgesContainer .BadgeCategory li {
margin-top: -80px;
}
#NewBadgesContainer .BadgeCategory li:last-child {
border-bottom: none;
}
#NewBadgesContainer .BadgeContent {
padding: 15px 5px 5px;
}
#NewBadgesContainer .BadgeImage {
float: left;
width: 75px;
height: 75px;
padding: 0 10px 10px 0;
text-align: center;
}
#NewBadgesContainer .BadgeImage img {
height: 75px;
}
#NewBadgesContainer .BadgeDescription {
margin-left: 85px;
min-height: 75px;
}
#NewBadgesContainer h1 {
margin-top: 0;
}
.BadgeHint
{
border: dashed 1px #000000;
padding: 5px 5px 5px 5px;
background-color: #E8EDFF;
}
.TileBadges
{
float: left;
margin: 10px 10px;
text-align: center;
}
/*
FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:17: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: 628.184
exclusion.robots: 436.658
exclusion.robots.policy: 436.635
xauthn.identify: 177.957
xauthn.chkprivs: 258.475
RedisCDXSource: 22.325
esindex: 0.009
LoadShardBlock: 152.678 (3)
PetaboxLoader3.datanode: 142.04 (4)
CDXLines.iter: 13.897 (3)
load_resource: 57.575
PetaboxLoader3.resolve: 44.014
*/

View File

@ -0,0 +1,176 @@
#CatalogContainer
{
font-family: Verdana, Sans-Serif;
min-width: 0; /* peekaboo bug fix for IE7 */
position: relative; /* peekaboo bug fix for IE6 */
}
#CatalogContainer h2
{
font-family: Verdana, Sans-Serif;
font-weight: normal;
letter-spacing: 0.1em;
line-height: 24px;
padding: 0;
color: #555555;
font-size: 14px;
margin-left: 10px;
}
#BrowseMode ul li h3 a
{
font-weight: normal;
font-size: 14px;
}
#CatalogContainer ul
{
font-family: Verdana, Sans-Serif;
list-style: none;
margin: 0px 0 20px 0;
padding-left: 0;
}
#CatalogContainer ul li
{
margin: 5px 0 5px 10px;
font-family: Arial,Helvetica,sans-serif;
padding-left: 20px;
font-size: 14px;
}
#CatalogContainer .Selected
{
background: url('/web/20120907221645im_/http://www.roblox.com/images/gamesPage_filterArrow.png') no-repeat scroll 0 1px transparent;
}
#CatalogContainer .DisplayFilters
{
width: 185px;
background-color:White;
border:solid 2px #6e99c9;
}
#CatalogContainer .Assets
{
float: left;
min-width: 0; /* peekaboo bug fix for IE7 */
overflow: hidden;
padding-bottom: 10px;
padding-left:0;
padding-right: 0;
position: relative; /* peekaboo bug fix for IE6 */
width: 680px;
}
#CatalogContainer .Assets .HeaderPager,
#CatalogContainer .Assets .FooterPager
{
padding: 2px 0;
text-align: right;
}
#CatalogContainer .Assets .HeaderPager
{
margin-bottom: 10px;
}
#CatalogContainer .Assets .HeaderPager .Label,
#CatalogContainer .Assets .FooterPager .Label
{
font-size: 1em;
vertical-align: middle;
}
#CatalogContainer .Asset
{
margin: -1px 0px 15px -1px;
vertical-align: top;
width: 122px;
}
#CatalogContainer .Asset .AssetThumbnail
{
border: solid 1px #EEEEEE;
height: 110px;
text-align: center;
width: 110px;
background-color: #FFFFFF;
}
#CatalogContainer .Asset .AssetDetails
{
font-family: Verdana, Sans-Serif;
overflow: hidden;
padding: 2px 0 6px 0;
width: 110px;
}
#CatalogContainer .AssetName a
{
font-size: 0.9em;
font-weight: bold;
line-height: 1.5em;
vertical-align: top;
}
.AssetsBullet
{
padding-right: 3px;
}
#CatalogContainer .Label,
#CatalogContainer .Detail,
#CatalogContainer .DetailHighlighted,
#CatalogContainer .PriceInRobux,
#CatalogContainer .PriceInTickets
{
font-size: 0.8em;
}
#CatalogContainer .PriceInRobux
{
color: Green;
font-weight: bold;
}
#CatalogContainer .PriceInTickets
{
color: #fbb117;
font-weight: bold;
}
#CatalogContainer .AssetsDisplaySet
{
float: left;
font-family: Comic Sans MS, Arial, Sans-Serif;
font-size: 1.5em;
}
.Assets .StandardBoxHeader {
width:660px;
}
.Assets .StandardBox {
width:660px;
}
/*
FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:19: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: 231.625
exclusion.robots: 176.564
exclusion.robots.policy: 176.555
xauthn.identify: 120.956
xauthn.chkprivs: 54.256
cdx.remote: 0.071
esindex: 0.01
LoadShardBlock: 33.235 (3)
PetaboxLoader3.datanode: 39.661 (4)
CDXLines.iter: 14.29 (3)
load_resource: 80.503
PetaboxLoader3.resolve: 35.786
*/

View File

@ -0,0 +1,193 @@
.CustomizeCharacterContainer
{
font-family: Verdana, Sans-Serif;
margin: 0;
}
.CustomizeCharacterContainer h4
{
background-color: #ccc;
border-bottom: solid 1px #000;
color: #333;
font-family: Comic Sans MS, Verdana, Sans-Serif;
margin: 0;
text-align: center;
}
.CustomizeCharacterContainer .NoResults
{
padding: 15px;
text-align: center;
}
.CustomizeCharacterContainer .TileGroup
{
clear: left;
text-align: center;
}
.CustomizeCharacterContainer .Asset
{
float: left;
margin: 5px 7px 5px 0px;
text-align: left;
vertical-align: top;
width: 112px;
}
.CustomizeCharacterContainer .Asset .AssetThumbnail
{
height: 110px;
position: relative;
text-align: center;
width: 110px;
}
.CustomizeCharacterContainer .Asset .AssetDetails
{
overflow: hidden;
padding: 2px 0 6px 0;
text-align: left;
width: 110px;
}
.CustomizeCharacterContainer .AssetName a
{
font-size: 0.9em;
font-weight: bold;
line-height: 1.5em;
vertical-align: top;
}
.CustomizeCharacterContainer .Label,
.CustomizeCharacterContainer .Detail,
.CustomizeCharacterContainer .DetailHighlighted
{
font-size: 0.8em;
}
.CustomizeCharacterContainer .FooterPager
{
border-top: solid 1px #000;
clear: left;
margin: 10px 0 0 0;
padding: 3px 0;
text-align: center;
}
.AttireChooser
{
border: solid 1px #000;
float: left;
margin: 0;
min-width: 0; /* peekaboo bug fix for IE7 */
padding: 0;
position: relative; /* peekaboo bug fix for IE6 */
text-align: left;
width: 530px;
}
.Accoutrements
{
border: solid 1px #000;
clear: left;
margin-top: 10px;
min-width: 0; /* peekaboo bug fix for IE7 */
padding: 0;
position: relative; /* peekaboo bug fix for IE6 */
text-align: left;
width: 530px;
}
.AttireChooser .AttireCategory
{
border-bottom: solid 1px #000;
margin: 0 0 10px 0;
padding: 3px 0;
text-align: center;
}
.AttireChooser .AttireOptions
{
margin: 5px;
}
.AttireCategory .AttireCategorySelector,
.AttireCategory .AttireCategorySelector_Selected
{
}
.AttireCategory .AttireCategorySelector_Selected
{
font-weight: bold;
}
.AttireChooser .HeaderPager,
.AttireChooser .HeaderPager
{
margin-bottom: 10px;
}
.AttireChooser .HeaderPager .Label,
.AttireChooser .FooterPager .Label
{
font-size: 1em;
vertical-align: middle;
}
.CharacterViewer
{
border: solid 1px #000;
float: right;
width: 354px;
}
.CharacterViewer .ReDrawAvatar
{
font-size: 1em;
vertical-align: bottom;
text-align: center;
}
.Mannequin
{
clear: right;
margin-top: 10px;
text-align: center;
width: 354px;
}
.Mannequin .ColorChooserFrame
{
margin: 0 auto;
}
.TeeShirtBuilder
{
border: solid 1px #000;
clear: both;
margin-top: 10px;
}
/*
FILE ARCHIVED ON 22:16:45 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:20: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: 348.048
exclusion.robots: 155.663
exclusion.robots.policy: 155.656
xauthn.identify: 98.049
xauthn.chkprivs: 57.354
cdx.remote: 0.079
esindex: 0.009
LoadShardBlock: 53.264 (3)
PetaboxLoader3.datanode: 57.524 (4)
CDXLines.iter: 16.68 (3)
load_resource: 72.815
PetaboxLoader3.resolve: 26.417
*/

View File

@ -0,0 +1,71 @@
/* Usage: wrap your form in a div that contains the class standardform
to access input colors, instruction colors, and the common validation bubbles and checkmarks. */
.standardform span.instructions
{
padding-top: 2px;
color: #666;
display: block;
font-size: 11px;
}
.standardform div.validation {
color: #c00;
font-size: 11px;
font-weight: bold;
display: inline;
float: left;
position: relative;
}
.standardform label
{
font-size: 13px;
color: black;
font-weight: bold;
}
.standardform input
{
border: 1px solid #999;
padding:3px;
}
.standardform select {
margin:0;
height: 21px;
margin-right: 5px;
}
.standardform .valid-container {position:absolute;width:180px;height: 48px;}
.standardform .valid-top, .valid-bottom {background:url(/web/20120907221646im_/http://www.roblox.com/images/UI/bg-bubble.png) no-repeat right top;width:180px;height:3px;}
.standardform .valid-bottom {background-position:right bottom;}
.standardform .valid-main {width:165px;color:#a00;font:normal 11px arial;background:url(/web/20120907221646im_/http://www.roblox.com/images/UI/bg-bubble.png) no-repeat left center;padding-left:15px;}
.standardform .valid-main p {margin:0px;}
.standardform .valid {
width: 15px;
height: 13px;
background: url(/web/20120907221646im_/http://www.roblox.com/images/UI/img-check.png) no-repeat;
margin-top: 3px;
margin-left: 5px;
display: none;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:22: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: 358.789
exclusion.robots: 187.164
exclusion.robots.policy: 187.155
xauthn.identify: 150.468
xauthn.chkprivs: 36.439
cdx.remote: 0.07
esindex: 0.009
LoadShardBlock: 147.768 (3)
PetaboxLoader3.datanode: 70.736 (4)
CDXLines.iter: 17.692 (3)
PetaboxLoader3.resolve: 148.014 (3)
load_resource: 73.536
*/

View File

@ -0,0 +1,210 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the ChangePassword control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-ChangePassword
{
}
.AspNet-CreateUserWizard
{
}
.AspNet-DataList
{
}
.AspNet-DataList table
{
}
.AspNet-DataList table caption
{
}
.AspNet-DataList table thead
{
}
.AspNet-DataList table thead tr
{
}
.AspNet-DataList table thead tr th
{
}
.AspNet-DataList table tfoot
{
}
.AspNet-DataList table tfoot tr
{
}
.AspNet-DataList table tfoot tr td
{
}
.AspNet-DataList table tbody
{
}
.AspNet-DataList table tbody tr
{
}
.AspNet-DataList table tbody tr td
{
}
div.AspNet-DetailsView-Data ul
{
margin: 0;
padding: 0;
}
div.AspNet-DetailsView-Data li
{
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
}
.AspNet-FormView-Pagination
{
}
.AspNet-GridView
{
}
.AspNet-Login
{
}
.AspNet-LoginStatus
{
}
ul.AspNet-Menu
{
position: relative;
}
ul.AspNet-Menu,
ul.AspNet-Menu ul
{
margin: 0;
padding: 0;
display: block;
}
ul.AspNet-Menu li
{
position: relative;
list-style: none;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
display: block;
text-decoration: none;
}
ul.AspNet-Menu ul
{
position: absolute;
display: none;
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li:hover ul ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul ul
{
display: none;
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
display: block;
}
/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */
.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
float: left;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
float: none;
}
.AspNet-PasswordRecovery
{
}
div.AspNet-TreeView
{
margin: 0;
padding: 0;
}
div.AspNet-TreeView ul
{
list-style: none;
margin: 0;
padding: 0;
}
.AspNet-TreeView-Show
{
}
.AspNet-TreeView-Hide
{
display:none;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:22:45 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: 187.511
exclusion.robots: 104.327
exclusion.robots.policy: 104.317
xauthn.identify: 79.021
xauthn.chkprivs: 24.955
cdx.remote: 0.106
esindex: 0.012
LoadShardBlock: 59.569 (3)
PetaboxLoader3.datanode: 60.188 (4)
CDXLines.iter: 13.23 (3)
load_resource: 37.904
PetaboxLoader3.resolve: 26.006
*/

View File

@ -0,0 +1,86 @@
#ContentBuilderContainer
{
margin-top: 10px;
}
#ContentBuilderContainer h2
{
font-family: Verdana, Sans-Serif;
font-size: 2.5em;
font-weight: normal;
line-height: 1em;
margin: 0;
padding: 0;
}
#ContentBuilderContainer h3
{
background-color: #ccc;
font-size: 16px;
font-weight: bold;
padding: 5px;
text-align: center;
}
#ContentBuilderContainer blockquote
{
margin: 0 auto;
}
#ContentBuilderContainer .InstructionsPanel,
#ContentBuilderContainer .UploaderPanel,
#ContentBuilderContainer .UpsellPanel
{
}
#ContentBuilderContainer .UploaderPanel,
#ContentBuilderContainer .UpsellPanel
{
text-align: center;
}
#ContentBuilderContainer .SelectorArea
{
margin: 0 auto;
margin-bottom: 20px;
margin-top: 20px;
text-align: center;
}
#ContentBuilderContainer .DisclaimerLink { z-index: 9; display: inline; font-size: 1.2em; }
#ContentBuilderContainer .DisclaimerLink a span { display: none; }
#ContentBuilderContainer .DisclaimerLink a:hover { text-decoration: none; border: none; }
#ContentBuilderContainer .DisclaimerLink a:hover span
{
display: block;
position: absolute; top: 50%; left: 12%; width: 75%;
padding: 5px; margin: 5px; z-index: 10;
color: white; background-color: #6e99c9;
border-width: 1px; border-color: Gray; border-style: ridge;
text-decoration: none; line-height: 1.4em;
font: 12px Verdana, sans-serif; text-align: left;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:24: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: 528.934
exclusion.robots: 411.83
exclusion.robots.policy: 411.821
xauthn.identify: 301.253
xauthn.chkprivs: 110.33
cdx.remote: 0.086
esindex: 0.01
LoadShardBlock: 95.363 (3)
PetaboxLoader3.datanode: 95.085 (4)
CDXLines.iter: 13.562 (3)
load_resource: 63.453
PetaboxLoader3.resolve: 28.236
*/

View File

@ -0,0 +1,92 @@
.ContestsPage .historyContainer
{
float:right;
z-index:1;
height:30px;
margin-top:-5px;
}
.ContestsPage .contestNavigation
{
position:relative;
width:890px;
margin-left:5px;
z-index:1;
clear:left;
}
.ContestsPage .ContestTitle
{
font-weight:bold;
font-family: Arial, Helvetica;
}
.ContestsPage .ContestBox
{
z-index:0;
border-top:1px solid #9e9e9e;
margin: -1px 0px 5px 0px;
min-height: 150px;
}
#ContestMain
{
float: left;
width: 600px;
}
.ContestsPage .SponsoredBy
{
float:left;
font-size: 24px;
margin: 5px;
color: #3E606F;
}
#timer_countdown
{
letter-spacing: 0px;
color: #444444;
float: left;
font-size: 16px;
width: 100%;
margin: 5px 0;
}
.ContestsPage .contestdates
{
display: none;
font-size: 11px;
font-weight: bold;
}
.ContestsPage .ContestButtonContainer
{
float: left;
width: 100%;
margin-top: 5px;
display: none;
}
.ContestsPage .DescriptionInfo
{
clear:left;
}
.ContestsPage .ContestTitle
{
margin-bottom:10px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:25: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: 231.735
exclusion.robots: 153.144
exclusion.robots.policy: 153.136
xauthn.identify: 118.443
xauthn.chkprivs: 34.447
RedisCDXSource: 0.765
esindex: 0.007
LoadShardBlock: 63.634 (3)
PetaboxLoader3.datanode: 78.867 (4)
CDXLines.iter: 12.639 (3)
load_resource: 76.592
PetaboxLoader3.resolve: 48.068
*/

View File

@ -0,0 +1,74 @@
/* HEADER */
#HeaderOuter
{
background: #114081;
border-bottom: 1px solid #002049;
}
#HeaderInner
{
height:40px;
padding:10px 20px 0px;
color:#999;
margin:0px auto;
}
.LoginButton
{
background-image: url(/web/20120907221646im_/http://www.roblox.com/images/Games/CuratedGames/btn_25px_white.png);
color: black !important;
border: 1px solid #666;
height: 25px;
padding: 5px 6px;
cursor: pointer;
font-weight: bold;
}
.LoginButton:hover
{
background-position: 0 -25px;
border: 1px solid #b2b2b2;
text-decoration: none !important;
}
.SignupButton
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/Buttons/btn_25px_blue.png) top;
color: white !important;
border: 1px solid #029;
height: 25px;
padding: 5px 6px;
cursor: pointer;
font-weight: bold;
}
.SignupButton:hover
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/Buttons/btn_25px_blue.png) bottom;
border: 1px solid #029;
text-decoration: none !important;
}
.Legalese
{
padding: 0px 0px 12px;
margin: 0px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:25:21 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: 208.247
exclusion.robots: 138.348
exclusion.robots.policy: 138.34
xauthn.identify: 91.253
xauthn.chkprivs: 46.798
RedisCDXSource: 2.662
esindex: 0.009
LoadShardBlock: 50.559 (3)
PetaboxLoader3.datanode: 69.113 (4)
CDXLines.iter: 14.916 (3)
load_resource: 58.514
PetaboxLoader3.resolve: 30.696
*/

View File

@ -0,0 +1,229 @@
#TradeCurrencyContainer
{
margin-top: 10px;
}
#TradeCurrencyContainer .TradeBox
{
width: 100px;
}
#TradeCurrencyContainer h2
{
font-size: 2.5em;
font-weight: normal;
line-height: 1em;
margin: 0 0 15px 0;
padding: 0;
text-align: center;
}
#TradeCurrencyContainer .LeftColumn
{
float: left;
width: 230px;
}
#TradeCurrencyContainer .CenterColumn
{
float: left;
width: 410px;
}
#TradeCurrencyContainer .RightColumn
{
float: left;
width: 230px;
}
#TradeCurrencyContainer h4
{
border-bottom: solid 1px #000;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 5px;
text-align: center;
display: block;
}
#TradeCurrencyContainer .AccordionHeader
{
background-color: #ccc;
border: solid 1px #000;
cursor: pointer;
font-size: 1em;
font-weight: bold;
letter-spacing: 0.1em;
margin: 1px 0;
padding: 1px 1em;
text-align: center;
}
#TradeCurrencyContainer .AccordionHeader:hover
{
background-color: #6e99c9;
color: #fff;
}
#CurrencyQuotePane
{
}
#CurrencyOffersPane
{
float: right;
}
#CurrencyBidsPane
{
}
.TradingDashboard
{
margin-bottom: 10px;
}
.CurrencyQuote,
.CurrencyTrade,
.CurrencyOffers,
.CurrencyBids,
.TradingDashboard
{
width: 350px;
}
.CurrencyQuote,
.CurrencyTrade,
.CurrencyOffers,
.CurrencyBids,
.OpenBids,
.OpenOffers,
.TradeHistory
{
border: solid 1px #000;
padding: 0;
}
.CurrencyQuote,
.CurrencyTrade,
.TradingDashboard,
.OpenBids,
.OpenOffers,
.TradeHistory,
.TradingDashboard .FooterPager
{
margin: 0 auto;
}
.CurrencyTrade,
.TradingDashboard
{
margin-top: 20px;
}
.CurrencyTradeDetails
{
padding: 5px;
}
.CurrencyTradeDetail,
.TradingDashboard .FooterPager
{
padding-top: 5px;
text-align: center;
}
.CurrencyOffers,
.CurrencyBids
{
width: 200px;
}
.CurrencyOffer,
.AlternatingCurrencyOffer,
.CurrencyBid,
.AlternatingCurrencyBid
{
padding: 5px;
text-align: center;
}
.CurrencyQuote .TableHeader,
.CurrencyOffers .TableHeader,
.CurrencyBids .TableHeader
{
font-weight: bold;
}
.CurrencyQuote .TableRow,
.CurrencyOffers .TableRow,
.CurrencyBids .TableRow
{
border-top: solid 1px #000;
}
.CurrencyQuote .Pair,
.CurrencyQuote .Rate,
.CurrencyQuote .Spread,
.CurrencyQuote .HighLow
{
float: left;
padding: 5px;
text-align: center;
width: 77px;
}
.MyMoneyPage #TradeCurrencyContainer .LeftColumn,.MyMoneyPage #TradeCurrencyContainer .RightColumn
{
float: left;
width:auto;
}
.MyMoneyPage #TradeCurrencyContainer .RightColumn
{
*width:180px;
}
.MyMoneyPage #TradeCurrencyContainer .CenterColumn
{
float: left;
width: 350px;
margin: 0px 5px;
}
.MyMoneyPage .CurrencyOffers,
.MyMoneyPage .CurrencyBids
{
width: 155px;
margin: 0px 12px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:27:12 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: 395.584
exclusion.robots: 193.12
exclusion.robots.policy: 193.111
xauthn.identify: 126.484
xauthn.chkprivs: 66.245
RedisCDXSource: 0.839
esindex: 0.009
LoadShardBlock: 179.792 (3)
PetaboxLoader3.resolve: 124.556 (4)
PetaboxLoader3.datanode: 62.101 (4)
CDXLines.iter: 19.598 (3)
load_resource: 53.424
*/

View File

@ -0,0 +1,84 @@
/* Box with a Dark Gradient Background
Important Note: Due to the gradient image, this box is currently limited to a skinny width of 150px.
Example Usage:
<div class="DarkGradientBox">
<div class="DGB_Header">
Box Title
</div>
<div class="DGB_Content">
<asp:Label CssClass="DGB_Label" ... />
<asp:TextBox CssClass="DGB_TextBox" ... />
<asp:LinkButton CssClass="DGB_Button" ... />
</div>
</div>
*/
.DarkGradientBox
{
border: solid 2px #7DADE0;
}
.DarkGradientBox .DGB_Header
{
border-bottom: solid 2px #6e99c9;
}
.DarkGradientBox .DGB_Content
{
/* This is intentionally empty. It is a placeholder for possible future styling, but currently none is needed. */
}
.DarkGradientBox .DGB_Button
{
cursor:pointer;
background-color:#435D77;
color: White;
text-decoration:none;
border: solid 1px #777;
padding: 6px 10px 6px 10px;
font-family:Verdana,Sans-Serif;
font-size: 12px;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.DarkGradientBox .DGB_Button:link , .DarkGradientBox .DGB_Button:visited
{
background-color: #435D77;
color: White;
text-decoration:none;
}
.DarkGradientBox .DGB_Button:hover, .DarkGradientBox .DGB_Button:active
{
background-color:#B6CCE4;
color: #435D77;
text-decoration:none;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:28:08 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: 243.195
exclusion.robots: 182.43
exclusion.robots.policy: 182.421
xauthn.identify: 123.347
xauthn.chkprivs: 58.8
cdx.remote: 0.088
esindex: 0.011
LoadShardBlock: 36.946 (3)
PetaboxLoader3.datanode: 56.175 (4)
CDXLines.iter: 16.892 (3)
load_resource: 52.06
PetaboxLoader3.resolve: 29.73
*/

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,509 @@
#GamesContainer
{
font-family: Verdana, Sans-Serif;
}
#GamesContainer h2
{
font-family: Verdana, Sans-Serif;
font-size: 2.5em;
font-weight: normal;
line-height: 1em;
margin: 0;
padding: 0;
}
#GamesContainer h4
{
font-family: Verdana, Sans-Serif;
font-size: 1.3em;
font-weight: normal;
letter-spacing: 0.1em;
line-height: 1em;
margin: 15px 0;
padding: 0;
}
#GamesContainer ul
{
font-family: Verdana, Sans-Serif;
list-style: none;
margin: 10px 0 30px 0;
padding-left: 0;
}
#GamesContainer ul li
{
font-family: Verdana, Sans-Serif;
margin-bottom: 0.5em;
}
#GamesContainer ul a
{
font-size: 1.1em;
}
#GamesContainer .DisplayFilters
{
width: 170px;
}
#GamesContainer #Games
{
float: left;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
width: 720px;
overflow: visible;
}
.GameList
{
overflow: visible;
}
#GamesContainer #Games .FooterPager
{
margin: 20px 24px 0 0;
padding: 2px 0;
text-align: right;
}
#GamesContainer #Games .HeaderPager
{
margin: 0 24px 0 100px;
padding: 30px 0;
text-align: left;
}
#GamesContainer #Games .HeaderPager .Label,
#GamesContainer #Games .FooterPager .Label
{
font-size: 1em;
vertical-align: middle;
}
#GamesContainer .Game
{
margin: 0 10px 15px 10px;
vertical-align: top;
width: 162px;
}
#GamesContainer .Game .GameThumbnail
{
border: solid 1px #000;
width: 160px;
height: 100px;
text-align: center;
}
#GamesContainer .Game .GameDetails
{
font-family: Verdana, Sans-Serif;
overflow: hidden;
padding: 2px 0 6px 0;
width: 152px;
}
.GameName
{
font-weight:bold;
font-size:12px;
}
#GamesContainer .GameName a
{
font-size: 0.9em;
font-weight: bold;
line-height: 1.5em;
vertical-align: top;
}
.GamesBullet
{
padding-right: 3px;
}
#GamesContainer .Label,
#GamesContainer .Detail,
#GamesContainer .DetailHighlighted
{
font-size: 0.8em;
}
#GamesContainer .DetailHighlighted
{
color: Red;
font-weight: bold;
}
#GamesContainer .GamesDisplaySet
{
float: left;
font-family: Comic Sans MS, Arial, Sans-Serif;
font-size: 1.5em;
}
.GamesInfoIcon,
.GenreIcon,
.GearIcon
{
margin-top: 1px;
margin-right: 1px;
position:relative;
top:3px;
}
div.GamesInfoIcon
{
height:14px;
width:16px;
display:inline-block;
top:0px;
padding:0;
margin-right:3px;
}
.AllowedGearRepeater_Container div.GamesInfoIcon
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/CategoryIcons/CategorySprite.png);
}
.AssetGenreRepeater_Container div.GamesInfoIcon
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/GenreIcons/GenreIconsSprite.png);
height:14px;
}
.AllowedGearRepeater_Container, .AssetGenreRepeater_Container
{
clear:both;
padding-top:1px;
padding-bottom:1px;
}
.AllowedGearRepeater_Container div, .AssetGenreRepeater_Container div
{
float:left;
position:relative;
top:.25em;
padding-top:1px;
padding-bottom:1px;
}
div.GamesInfoIcon.Melee
{
background-position:48px 0px;
}
div.GamesInfoIcon.Ranged
{
background-position:64px 16px;
}
div.GamesInfoIcon.Explosive
{
background-position:-16px 0px;
}
div.GamesInfoIcon.PowerUps
{
background-position:-16px -16px;
}
div.GamesInfoIcon.Navigation
{
background-position:16px 0px;
z-index:inherit;
}
div.GamesInfoIcon.Music
{
background-position:32px 0px;
}
div.GamesInfoIcon.Social
{
background-position:48px 16px;
}
div.GamesInfoIcon.Building
{
background-position:0px 0px;
}
div.GamesInfoIcon.PersonalTransport
{
background-position:0px 16px;
}
div.GamesInfoIcon.Adventure
{
background-position:0px 0px;
}
div.GamesInfoIcon.War
{
background-position:16px -3px;
}
div.GamesInfoIcon.Funny
{
background-position:32px 0px;
}
div.GamesInfoIcon.Scary
{
background-position:49px 0px;
}
div.GamesInfoIcon.Fantasy
{
background-position:-16px 0px;
}
div.GamesInfoIcon.Town.City
{
background-position:-32px 0px;
}
div.GamesInfoIcon.All
{
background-position: -47px 1px;
}
div.GamesInfoIcon.Ninja
{
background-position:0px 16px;
}
div.GamesInfoIcon.Wild.West
{
background-position:16px 15px;
}
div.GamesInfoIcon.Tutorial
{
background-position:32px 16px;
}
div.GamesInfoIcon.Sports
{
background-position:49px 16px;
}
div.GamesInfoIcon.Pirate
{
background-position:-16px 16px;
}
div.GamesInfoIcon.Sci-Fi
{
background-position:-32px 16px;
}
div.GamesInfoIcon.Skate.Park
{
background-position:-48px 16px;
width:15px;
}
div.GamesInfoIcon.FPS
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/GenreIcons/FPS.png) no-repeat;
height:16px;
}
div.GamesInfoIcon.RPG
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/GenreIcons/RPG.png) no-repeat;
height:16px;
}
.SearchBoxBack .StandardBox
{
background: #6e99c9;
}
.GameFilter
{
color:#555;
margin-left:10px;
font-size:14px;
}
.GameFilter ul
{
list-style-type: none;
padding-left: 0px;
margin:0;
}
.GameFilter ul li
{
margin:5px 0;
}
.GameFilter .SelectedFilter,
.GameFilter .SelectedGenre,
.GameFilter .SelectedSort
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/gamesPage_filterArrow.png) no-repeat 0 1px;
cursor:pointer;
padding-left:20px;
font-weight:normal;
}
.GameFilter .GamesFilter, .GameFilter .GamesGenre, .GameFilter .GamesSort
{
padding-left:20px;
display: inline-block;
}
.GamesGenre h3
{
display: inline-block;
cursor:pointer;
font-weight: normal;
}
#PlayTabs a
{
text-decoration: none;
}
.SelectedFilter,
.SelectedGenre,
.SelectedSort
{
font-weight: normal;
}
a.DisabledFilter,
a.DisabledFilter:hover
{
color: gray;
text-decoration: none;
cursor: default;
}
a.GamesGenre.DisabledFilter h3,
a.GamesGenre.DisabledFilter:hover h3
{
cursor: default;
}
#BCOnlyPlaces
{
position:relative;
width: 410px;
text-align:center;
float: left;
margin-top: 8px;
margin-bottom: 6px;
}
#BCOnlyPlaces .StandardBoxHeaderGray
{
width: 410px;
height:27px;
padding: 9px 2px 0 2px;
*padding: 5px 2px 0 2px;
}
#BCOnlyPlaces .StandardBox
{
height: 188px;
padding:2px 0;
}
#BCOnlyPlacesTitle
{
display:inline;
font-weight:bold;
font-size:19px;
position: relative;
*margin-left: 5px;
}
#BCOnlyGamesContent
{
width:370px;margin: 0px auto;
}
#BCOnlyGamesContentPrevNavButton
{
position:absolute;top:105px;left:10px;visibility: hidden;
}
#BCOnlyGamesContentNextNavButton
{
position:absolute;top:105px;right:10px;
}
#GenreDescriptionPanel
{
float: left; width: 695px; font-size: 0.9em; padding: 10px; border-top: 1px solid #AAAAAA;
}
.SearchIconButton
{
background:url(/web/20120907221646im_/http://www.roblox.com/images/searchIcon.png) no-repeat;cursor:pointer;width:16px;height:16px;position:absolute;top:5px;right:4px;
}
.GameItem {
padding:6px;
margin-left:8px;
margin-bottom:8px;
position:relative;
text-align: left;
}
.GameItem:hover {
display:block;
z-index:99;
}
.GameItem .AlwaysShown {
position:relative;
width: 160px;
height: 130px;
}
.GameItem:hover .AlwaysShown {
z-index:999;
}
.GameItem .HoverShown {
display:none;
position:absolute;
width:160px;
padding:158px 15px 15px;
top:-10px;
left:-10px;
border:solid 1px #888;
background:#fff;
font-size: 11px;
text-align:left;
color:#888;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.GameItem .CreatorName {
position:relative;
top:-5px;
font-size:11px;
color:#888;
}
.GameItem .BCOverlay {
position:absolute;
top:81px;
left:0;
}
.PersonalServerOverlay_Small
{
position: absolute;
bottom: 1px;
right: 1px;
width: 34px;
height: 18px;
background-image: url('/web/20120907221646im_/http://www.roblox.com/images/icons/overlay_personal_small.png');
background-repeat: no-repeat;
}
.PersonalServerOverlay_Big
{
position: absolute;
bottom: 0px;
right: 0px;
width: 137px;
height: 38px;
background-repeat: no-repeat;
background-image: url('/web/20120907221646im_/http://www.roblox.com/images/icons/overlay_personal_big.png');
}
.GameItem .MegaOverlay {
position:absolute;
top:81px;
right:0;
}
.GameItem .GenreIcon, .GameItem .GearIcon {
position:static;
top:0;
margin-top:0px;
margin-right:0px;
}
#GamesLeftColumn
{
width: 136px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:27:35 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: 3571.938
exclusion.robots: 117.045
exclusion.robots.policy: 117.037
xauthn.identify: 77.914
xauthn.chkprivs: 38.884
cdx.remote: 0.064
esindex: 0.008
LoadShardBlock: 542.315 (3)
PetaboxLoader3.datanode: 522.705 (4)
CDXLines.iter: 15.319 (3)
load_resource: 81.893
PetaboxLoader3.resolve: 26.679
*/

View File

@ -0,0 +1,84 @@
.GenericModal .Title {
font-family:Arial, Helvetica, Sans-Serif;
font-weight:bold;
font-size:27px;
color:#363636;
margin: 5px 0;
letter-spacing: -1px;
}
.GenericModal {
padding: 5px;
*top: -150px;
}
.GenericModalBody {
background-color:#fff;
padding:10px
}
.GenericModal .Message {
display:inline-block;
width:275px;
vertical-align:middle;
font:bold 15px Arial,Helvetica,Sans-Serif;
letter-spacing: 0;
font-size-adjust: none;
font-stretch: normal;
}
.GenericModal div.ImageContainer {
display:inline-block;
height:110px;
width:110px;
overflow:hidden;
vertical-align:middle;
margin-left: -15px;
*float: left;
*margin-left: 0px;
}
.GenericModal img.GenericModalImage {
display:inline-block;
max-height:110px;
max-width:110px
}
.GenericModal .GenericModalButtonContainer {
text-align:center;
margin: 5px auto;
*margin-top: 115px;
}
div.GenericModalErrorMessage {
background-color: #FAE5E5;
border: 1px solid #C00;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 5px;
margin: 0 5px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:29:45 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.633
exclusion.robots: 295.611
exclusion.robots.policy: 295.6
xauthn.identify: 219.115
xauthn.chkprivs: 76.279
cdx.remote: 0.065
esindex: 0.009
LoadShardBlock: 73.971 (3)
PetaboxLoader3.datanode: 66.402 (4)
CDXLines.iter: 12.848 (3)
load_resource: 46.453
PetaboxLoader3.resolve: 23.836
*/

View File

@ -0,0 +1,142 @@
.GroupMember
{
float:left;
display:block;
width:50px;
margin:0 3px;
}
#mid-column .FooterPager
{
clear:both;
text-align:center;
margin: 0;
padding-top:10px;
*padding:0px;
}
#mid-column .FooterPager input
{
width:30px;
}
#mid-column .FooterPager span
{
display:inline-block;
}
#mid-column .FooterPager span span, #mid-column .FooterPager span a
{
display: inline-block;
width: 12px;
height: 12px;
}
#mid-column .FooterPager span span, #mid-column .FooterPager span a, #mid-column .FooterPager span div
{
float:left;
}
#mid-column .FooterPager span a:hover
{
background-color:#fff;
text-decoration:none;
}
#mid-column .FooterPager input
{
text-align:center;
}
.pagerbtns
{
background: url('/web/20120907221646im_/http://www.roblox.com/images/Groups/blue_arrow_btns_12x12_sprite.png') no-repeat;
position: relative;
top: 4px;
}
.pagerbtns.previous
{
background-position:0px -24px;
}
a.pagerbtns.previous:hover
{
background-position:0px -36px;
}
span.pagerbtns.previous
{
background-position:0px -60px;
}
.pagerbtns.next
{
background-position:0 0;
}
a.pagerbtns.next:hover
{
background-position:0 -12px;
}
span.pagerbtns.next
{
background-position:0 -48px;
}
.previous
{
*position:relative;
*top:18px;
}
#mid-column .FooterPager div.paging_pagenums_container
{
display:inline;
float:none;
}
#mid-column .FooterPager .paging_wrapper
{
margin:0 5px;
position: relative;
top: 2px;
*top:0px;
*margin-left: 17px;
}
#mid-column .FooterPager .paging_wrapper input, #mid-column .FooterPager .paging_wrapper span, #mid-column .FooterPager .paging_wrapper div, #mid-column .FooterPager .paging_wrapper
{
font-size:11px;
height:11px;
line-height:1em;
}
#mid-column .FooterPager .paging_wrapper input
{
*vertical-align
}
.Members_DropDown
{
text-align: right;
margin-bottom: 5px;
}
.Members_DropDown .ReportAbuse
{
margin-right: 6px;
}
.Members_DropDown select
{
margin-right:5px;
}
.GroupMember .OnlineStatus
{
position: absolute;
padding: 2px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:30: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: 658.507
exclusion.robots: 389.826
exclusion.robots.policy: 389.815
xauthn.identify: 320.174
xauthn.chkprivs: 69.371
cdx.remote: 0.086
esindex: 0.011
LoadShardBlock: 56.698 (3)
PetaboxLoader3.datanode: 209.48 (4)
CDXLines.iter: 24.025 (3)
load_resource: 282.502
PetaboxLoader3.resolve: 118.949
*/

View File

@ -0,0 +1,719 @@
pre
{
font: normal 8pt/normal Verdana,sans-serif;
}
textarea {
resize:none;
}
#GroupsPeopleContainer .StandardTabGrayActive, #GroupsPeopleContainer .StandardTabGray
{
position:relative;
cursor:pointer;
}
.groupEmblemThumbnail
position:relative;
top:-4px;
cursor:pointer;
}
.groupEmblemThumbnail
{
margin-top:10px;
margin-bottom: 10px;
margin-left: 8px;
margin-right: 8px;
text-align: center;
width: 105px;
overflow: hidden;
}
#GroupThumbnails
{
text-align:center;
margin-bottom: 10px;
}
.GroupDescriptionThumbnail
{
float: left;
clear: none;
margin: 0px 10px 10px 0px;
}
.GroupMembers
{
width: 100%;
}
.GroupMembers tr
{
padding-bottom: 10px;
}
.GroupMembers td
{
padding: 0px 5px 10px 5px;
text-align: center;
}
.IncompleteFormField
{
color: red;
}
.GroupWallPostButton
{
width: 69px;
height: 53px;
margin: 3px 0px 4px 0px;
float: right;
}
.GroupWallPostText
{
width: 375px;
height: 53px;
float: left;
}
.GroupDescriptionEdit
{
border: none;
border-style:none;
}
.EmblemAdminImage
{
margin: 0x;
}
.CreateNewGroup
{
padding-bottom:10px;
margin-bottom:10px;
display:block;
text-align: center;
font-size: 12px;
cursor: pointer;
}
.CreateNewGroupError
{
color: Red;
}
.GroupMembersAdminTable tr
{
text-align: left;
}
.GroupMembersAdminTable td
{
width: 85px;
margin: 2px;
}
#GroupSearchResults thead tr
{
background-color: #B0C4DE;
color: Black;
}
#GroupSearchResults .GroupEmblemImg
{
border: solid 2px #B0C4DE;
padding: 2px;
}
.selectedSmallThumb
{
border: solid 2px #FFE390;
}
.nonSelectedSmallThumb
{
border: solid 2px transparent;
}
#left-column, #mid-column, #right-column
{
float:left;
position:relative;
min-height: 100px;
}
#left-column .StandardBox, #mid-column .StandardBox, #right-column .StandardBox
{
background: url(/web/20120907221648im_/http://www.roblox.com/images/cssspecific/rbx2/standardBox_01_bkg.png) top repeat-x white;
color:#000;
}
#left-column .StandardBox a, #mid-column .StandardBox a, #right-column .StandardBox a
{
color: #095fb5;
}
#left-column .StandardBox .ReportAbuse .AbuseButton a, #mid-column .StandardBox .ReportAbuse .AbuseButton a, #right-column .StandardBox .ReportAbuse .AbuseButton a
{
color:Red;
}
#left-column
{
width: 166px;
margin: 0 0 0 5px;
}
#right-column
{
width: 166px;
}
#mid-column
{
width:505px;
margin: 0px 20px;
}
#mid-column.GroupsPage
{
width:661px;
}
#mid-column .ReportAbuse
{
text-align: right;
}
#GroupThumbnails
{
overflow:hidden;
margin:0;
width:100%;
position:relative;
}
.GroupListItemContainer
{
clear:left;
padding: 5px 0px 5px 14px;
}
.GroupListItemContainer a
{
display:block;
}
.GroupListItemContainer:hover, .GroupListItemContainer.selected:hover
{
background-color: #fff;
cursor:pointer;
}
.GroupListItemContainer.selected
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/gamesPage_filterArrow.png') 4px center no-repeat;
}
.selected .GroupListName
{
font-weight:bold;
}
.GroupListImageContainer, .GroupListName
{
float:left;
font-size:11px;
}
.GroupListName a, .GroupListName a:hover, .GroupListName a:visited
{
color:#000;
text-decoration:none;
}
.GroupListImageContainer img
{
background-color: #fff;
border: 1px solid #fff;
}
.GroupListName
{
overflow:hidden;
width:90px;
height: 32px;
text-align: left;
position:relative;
padding: 0 7px;
padding-top:12px;
}
#left-column .StandardBox
{
overflow:hidden;
float: left;
text-align:center;
width:100%;
background: #E8E8E8;
}
#CreateGroupBtn
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/Sets/sets_btn_create.png');
height: 50px;
width: 150px;
position:relative;
left: 8px;
*left:0px;
margin: 5px 0 10px 0;
}
#CreateGroupBtn:hover
{
cursor:pointer;
background-position:bottom left;
}
.GroupPanelContainer
{
overflow:hidden;
padding:10px;
}
.GroupPanelContainer .left-col
{
width:25%;
float:left;
margin-right:2%;
overflow:hidden;
}
.GroupPanelContainer .left-col div
{
text-align:left;
}
.GroupPanelContainer .right-col
{
float:left;
width:73%;
}
.GroupPanelContainer .right-col p
{
overflow:hidden;
}
.GroupOwner
{
color:gray;
width: 100%;
text-align: center;
margin-top: 10px;
}
.MyRank
{
width: 100%;
font-size: 14px;
color:Gray;
margin-top: 10px;
}
.MyRank span
{
color:#000;
}
.AdvertiseGroup
{
margin-top:10px;
}
.ReportAbuse
{
font-size:11px;
}
#GroupRoleSetsMembersPane .ReportAbusePanel
{
float: right;
margin-top: 2px;
}
.GroupWallPostBtn
{
padding: 3px 6px;
position: relative;
top: 32px;
left: 5px;
}
.GroupControlsBox div
{
margin: 6px 0;
text-align: center;
}
#SearchControls
{
width: 865px;
height: 28px;
clear: both;
display: block;
background: #C4C4C4; /* #C4C4C4 */
border: 1px solid #AAA;
margin: 0 0 15px 0;
left: 5px;
position: relative;
padding: 2px 5px;
top:-5px;
}
.MyGroupsPage #SearchControls
{
top:0px;
text-align:center;
}
#SearchControls .content
{
text-align:center;
}
.content .SearchKeyword
{
width:350px;
}
#SearchControls .label
{
font-weight: bold;
width: 200px;
font-size: 16px;
position: relative;
top: 1px;
margin-right: 7px;
}
.FooterPager
{
font-family:Arial,Helvetica,sans-serif;
}
.ClaimOwnershipPanel
{
border: 2px solid black;
padding: 2px;
margin-bottom: 10px;
}
.GroupListContainer
{
padding:0;
}
.JoinGroupDiv
{
height:50px;
width:150px;
background: url('/web/20120907221648im_/http://www.roblox.com/images/Groups/groups_btn_join.png');
display: inline-block;
margin-top:10px;
}
.AlreadyRequestedInvite
{
height:50px;
width:150px;
background: url('/web/20120907221648im_/http://www.roblox.com/images/Groups/groups_btn_joinpending.png');
display: inline-block;
margin-top: 10px;
}
.JoinGroupDiv:hover
{
cursor:pointer;
background-position:left bottom;
}
.RepeaterImage
{
width:20%;
overflow:hidden;
float:left;
}
.RepeaterImage img
{
clear:both;
}
.RepeaterText
{
width:75%;
float:right;
}
.GroupWall_PostContainer
{
overflow:hidden;
width:100%;
font-weight:bold;
font-style:italic;
margin-bottom: 5px;
}
input.default
{
font-style:italic;
color:#888;
}
.GroupWallPane
{
padding-bottom:10px;
position:relative;
overflow:hidden;
}
.GroupWallPane .AlternatingItemTemplateEven
{
background-color:#fff;
clear:both;
padding:10px;
}
.GroupWallPane .AlternatingItemTemplateOdd
{
background-color:#F2F2F2;
clear:both;
padding:10px;
}
.GroupControlsBox input, .GroupControlsBox button
{
width:125px;
}
.InsideBoxHeader
{
font-size:18px;
font-weight:bold;
color:#000;
display:block;
clear:both;
padding: 3px;
margin-bottom:5px;
}
.StatusView .top
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/Groups/bg-speech_top.png') no-repeat;
padding:5px;
width:317px;
}
.StatusView .bottom
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/Groups/bg-speech_bottom.png') no-repeat;
padding:5px;
padding-right: 0;
}
.StatusView .bottom .content
{
float: left;
position: relative;
left: 28px;
}
.StatusView .ReportAbuse
{
display: inline-block;
float: right;
}
#GroupDescP
{
word-wrap:break-word;
}
#GroupDescP a:hover
{
cursor:pointer;
}
.GroupsPeopleTabs_Container
{
display:block;
height:30px;
}
.GroupsPeopleTabs_Container div
{
float:left;
margin:0;
}
#GroupRoleSetsMembersPane .loading
{
display:none;
height:69px;
width:100%;
background: url('/web/20120907221648im_/http://www.roblox.com/images/spinners/spinner16x16.gif') no-repeat center;
*float:left;
}
.GroupWallPane .loading
{
display:none;
position:absolute;
top:0;
height:100%;
width:100%;
}
.GroupWallPane .loading .content
{
position:absolute;
top:0;
height:100%;
width:100%;
background: url('/web/20120907221648im_/http://www.roblox.com/images/spinners/spinner100x100.gif') no-repeat center;
z-index:1;
}
.GroupWallPane .loading .background
{
position:absolute;
top:0;
height:100%;
width:100%;
background: #fff;
}
div.MyAuditPage
{
*padding-top:10px;
position:relative;
}
.AuditLog
{
width: 100%;
font-size: 14px;
}
.AuditLogContainer
{
clear:both;
border-top:1px solid #afafaf;
}
.AuditLogContainer td
{
margin:0;
}
.AuditLogContainer .header td
{
border-right: 1px solid #CCC;
border-bottom: 1px solid #ccc;
border-top:none;
padding:4px;
}
.AuditLogContainer .header td.Description
{
border-right: 1px solid #F1F1F1;
}
.AuditLogContainer tr.header td
{
font-weight:bold;
background-color:#f1f1f1;
}
.AuditLogContainer td.User
{
width:126px;
}
.AuditLogContainer td.Rank
{
width:80px;
}
.AuditLogContainer td.Rank span
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
width: 80px;
}
.AuditLogContainer td.Description
{
width:500px;
}
.AuditLogContainer td.Date
{
width:85px;
}
#AuditPage
{
padding-top: 20px;
}
.AuditLogContainer .datarow
{
padding-top: 10px;
height: 34px;
}
.AuditLogContainer .datarow td
{
padding: 4px;
border-bottom:1px solid #ccc;
}
.GroupAdmin .StandardBox #searchbox {
float: right;
max-width:100%;
}
.GroupAdmin .StandardBox .RoleSetDropDownList {
max-width: 220px;
}
#AuditPage div.SortsAndFilters {
margin: 5px 0 7px 5px;
float: right;
}
#AuditPage .SortsAndFilters .SortFilterLabel {
font: 12px arial;
color: black;
font-weight: bold;
}
#AuditPage .SortsAndFilters select {
font-size: 11px;
}
#AuditPage .roblox-avatar-image img {
width: 13px;
height: 7px;
}
#AuditPage .roblox-avatar-image img:first-child {
width: 24px;
height: 24px;
}
#AuditPage .roblox-avatar-image
{
float:left;
}
#AuditPage td.User span.username {
padding-left: 3px;
top: 4px;
position: relative;
}
#AuditPage #PagingContainerDivBottom {
margin-top: 30px;
}
#AuditPage span.StandardHeaderTopLvl a, #AuditPage .StandardHeaderTopLvl a:hover {
color: #363636;
text-decoration: none;
}
#AuditPage .StandardHeaderTopLvl a:hover {
cursor: pointer;
}
#AuditPage #submitButton {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/bg-27px_silver_btn.png) repeat-x;
font: bold 11px Arial,Helvetica,sans-serif;
color: black;
text-decoration: none;
display: inline-block;
border: 1px solid #aaa;
background-position: top left;
padding-top: 1px;
width: 26px;
text-align: center;
height: 15px;
cursor: pointer;
position: relative;
margin-left: 3px;
}
#AuditPage #usernameTextbox {
margin: 0;
padding: 0;
font-size:11px;
}
#AuditPage #userHidden {
padding-top: 2px;
float: left;
display: none;
padding-left: 5px;
}
#AuditPage .secondLevelHeader {
display: block;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
#AuditPage .secondLevelHeader a {
color: black;
}
#AuditPage .secondLevelHeader a:hover {
text-decoration: none;
}
#AuditPage div.ErrorMessage {
background-color: #FAE4EB;
border: 1px solid #CC0005;
margin-top: 10px;
margin-bottom: 5px;
padding: 3px;
height: 15px;
width: 330px;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:32:11 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: 878.474
exclusion.robots: 105.231
exclusion.robots.policy: 105.219
xauthn.identify: 67.979
xauthn.chkprivs: 36.884
cdx.remote: 0.108
esindex: 0.012
LoadShardBlock: 424.408 (3)
PetaboxLoader3.datanode: 343.353 (4)
CDXLines.iter: 13.801 (3)
PetaboxLoader3.resolve: 409.821 (2)
load_resource: 412.552
*/

View File

@ -0,0 +1,127 @@
#Help
{
border-style: ridge;
border-color: #dddddd;
border-width: 5px;
background-color: #eeeeee;
height: 600px;
padding: 1px;
}
#Help h1
{
text-indent: 10px;
}
#Help .salesForce, #Help .salesForce iframe
{
margin-left: 5px;
margin-bottom: 10px;
float: left;
width: 625px;
height: 500px;
}
#Help .avatar
{
text-align: center;
display: block;
float: right;
clear: right;
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
#Help .descriptionPanels
{
background-color: Transparent;
background-image: url('/web/20120907221646im_/http://www.roblox.com/images/Speech Bubble 225.gif');
width: 225px;
height: 235px;
background-repeat: no-repeat;
margin-top: 40px;
}
#Help .descriptionPanels p
{
font-family: Comic Sans MS;
padding-top: 20px;
padding-right: 40px;
padding-left: 25px;
text-align: left;
color: Navy;
font-size: 9pt;
}
#Help .navigation
{
clear: left;
color: #6e99c9;
border: none;
background-color: Transparent;
font-family: 'Comic Sans MS' , Verdana, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
text-align: center;
}
#Help .navigation .MenuItem
{
color: #6e99c9;
font-size: 16px;
line-height: 2em;
}
#Help .navigation a.MenuItem:link, #Help .navigation a.MenuItem:visited, #Help .navigation a.MenuItem:active
{
color: #6e99c9;
text-decoration: none;
}
#Help .navigation a.MenuItem:hover
{
text-decoration: underline;
}
#Help .forumLinks
{
font-family: Sans-Serif;
border-width: 3px;
border-color: #dddddd;
border-style: groove;
visibility: hidden;
display: none;
filter: alpha(opacity=93);
opacity: .93;
background-color: #eeeeee;
background-image: url('/web/20120907221646im_/http://www.roblox.com/images/help_gradient.png');
background-repeat: repeat-y;
background-position: left top;
width: 150px;
font-size: 10pt;
text-align: center;
padding: 5px;
line-height: 2em;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:32:40 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: 448.477
exclusion.robots: 291.687
exclusion.robots.policy: 291.679
xauthn.identify: 128.693
xauthn.chkprivs: 162.796
cdx.remote: 0.069
esindex: 0.009
LoadShardBlock: 124.118 (3)
PetaboxLoader3.datanode: 146.826 (4)
CDXLines.iter: 14.775 (3)
load_resource: 69.748
PetaboxLoader3.resolve: 34.846
*/

View File

@ -0,0 +1,53 @@
.iframeHeader #Nav
{
width: 100% !important;
}
.MiniHeaderBG
{
margin-top:-3px;
z-index:1;
width:100%;
height:153px;
background: url(/web/20120907221647im_/http://www.roblox.com/images/MiniclipHeader_BG.PNG) white bottom repeat-x;
}
#MiniWrapper
{
width:960px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
margin-top:-1px;
margin-bottom:0;
padding: 0;
}
.MiniclipHeader
{
padding: 0;
border:none;
margin-top:-2px;
margin-left:-7px;
display: block;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:34:15 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: 1354.587
exclusion.robots: 121.388
exclusion.robots.policy: 121.38
xauthn.identify: 72.874
xauthn.chkprivs: 48.241
cdx.remote: 0.079
esindex: 0.009
LoadShardBlock: 1159.797 (3)
PetaboxLoader3.datanode: 270.915 (4)
CDXLines.iter: 11.984 (3)
load_resource: 123.892
PetaboxLoader3.resolve: 64.337
*/

View File

@ -0,0 +1,136 @@
#InboxContainer
{
margin-top: 10px;
}
#InboxContainer #InboxPane
{
float: left;
position:relative;
top:-2px;
width: 700px;
}
.InboxDateField
{
text-align:right;
}
#InboxContainer h2
{
font-family: Verdana, Sans-Serif;
font-size: 2.5em;
font-weight: normal;
letter-spacing: 0.5em;
line-height: 1em;
margin: 0 0 10px 0;
padding: 0;
}
#InboxContainer #Inbox
{
border: solid 1px #000;
}
#InboxContainer .Buttons
{
margin: 10px 0;
text-align: center;
}
#InboxContainer .InboxHeader
{
background: url(/web/20120907221646im_/http://www.roblox.com/images/topNav_black.png);
border: none;
color: #fff;
font: 1.2em/normal Verdana, sans-serif;
font-weight: lighter;
letter-spacing: 0.15em;
text-align: center;
}
#InboxContainer .InboxRow
{
cursor: pointer;
font: normal 1em/normal Verdana, sans-serif;
}
#InboxContainer .InboxRow_Unread
{
cursor: pointer;
font: bold 1em/normal Verdana, sans-serif;
}
#InboxContainer .InboxRow:hover,
#InboxContainer .InboxRow_Unread:hover,
#InboxContainer .SystemAlertMessage:hover,
#InboxContainer .SystemAlertMessage_Unread: hover
{
background-color: #6e99c9;
color: #fff;
}
#InboxContainer .InboxHeader a,
#InboxContainer .InboxPager a,
#InboxContainer .InboxRow:hover a,
#InboxContainer .InboxRow_Unread:hover a,
#InboxContainer .SystemAlertMessage:hover a,
#InboxContainer .SystemAlertMessage_Unread:hover a
{
color: #fff;
}
#InboxContainer .InboxPager
{
background-color: #999;
font: bold 1.2em/normal Verdana, sans-serif;
letter-spacing: 0.15em;
text-align: center;
}
#InboxContainer .SystemAlertMessage,
#InboxContainer .SystemAlertMessage_Unread
{
cursor: pointer;
font: normal 1em/normal Verdana, sans-serif;
}
#InboxContainer .SystemAlertMessage_Unread
{
font: bold 1em/normal Verdana, sans-serif;
}
#Messages .SystemAlertMessage div.RobloxMailIcon, #InboxContainer .SystemAlertMessage_Unread div.RobloxMailIcon
{
background : url(/web/20120907221646im_/http://www.roblox.com/images/Icons/roblox_16x15.png) no-repeat;
height:15px;
width:16px;
float:left;
margin-right:3px;
}
#Messages .InboxRow_Unread div.RobloxMailIcon, #Messages .InboxRow div.RobloxMailIcon
{
display:none;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:33: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: 260.922
exclusion.robots: 120.45
exclusion.robots.policy: 120.438
xauthn.identify: 81.903
xauthn.chkprivs: 38.163
cdx.remote: 0.104
esindex: 0.012
LoadShardBlock: 99.708 (3)
PetaboxLoader3.datanode: 131.899 (4)
CDXLines.iter: 16.077 (3)
load_resource: 116.218
PetaboxLoader3.resolve: 80.554
*/

View File

@ -0,0 +1,48 @@
#InfoContainer
{
background-color: #eee;
border: solid 1px #000;
color: #555;
margin: 0 auto;
width: 620px;
}
#InfoContainer h2
{
background-color: #ccc;
border-bottom: solid 1px #000;
color: #333;
font-size: x-large;
margin: 0;
text-align: center;
}
#InfoContainer #Content
{
font: normal 1em/normal Verdana, sans-serif;
line-height: 1.5em;
padding: 10px 20px 10px 20px;
}
/*
FILE ARCHIVED ON 22:16:46 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:34: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: 187.149
exclusion.robots: 120.111
exclusion.robots.policy: 120.104
xauthn.identify: 79.166
xauthn.chkprivs: 40.647
cdx.remote: 0.081
esindex: 0.01
LoadShardBlock: 39.938 (3)
PetaboxLoader3.datanode: 44.15 (4)
CDXLines.iter: 18.097 (3)
load_resource: 58.317
PetaboxLoader3.resolve: 44.952
*/

View File

@ -0,0 +1,34 @@
#AlreadyInstalled
{
font-size: large;
margin: 44px 44px 44px 44px;
}
#AlreadyInstalled a
{
text-decoration: underline;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:34:45 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: 206.874
exclusion.robots: 111.24
exclusion.robots.policy: 111.232
xauthn.identify: 71.849
xauthn.chkprivs: 39.126
cdx.remote: 0.073
esindex: 0.011
LoadShardBlock: 67.36 (3)
PetaboxLoader3.datanode: 76.999 (4)
CDXLines.iter: 13.338 (3)
load_resource: 52.941
PetaboxLoader3.resolve: 33.578
*/

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,199 @@

#header {
width:990px;
margin:0 auto;
padding:15px 0px 0px 0px;
}
#logo {
width:155px;
margin-left:15px;
float:left;
}
/*Login pop-up*/
#login {
position:relative;
margin:15px 24px 0 0;
float:right;
color:#fff;
font-size:12px;
}
#loginButton {
display:inline-block;
cursor:pointer;
padding:2px 2px 5px 0;
background-position:bottom;
position:relative;
}
#loginButton:hover {
color:#d8e6fc;
}
#loginButton span {
padding:2px 15px 5px 0px;
background:url(/web/20120907221647im_/http://www.roblox.com/images/LandingGames/loginArrow.png) no-repeat 40px 7px;
}
#loginButton:hover span {
background-position:40px -41px;
}
#loginBox {
position:absolute;
top:22px;
right:0px;
color:#000;
display:none;
width:230px;
background:#edeff3;
}
#loginButton.active {
color:#00218c;
background-color:#edeff3;
}
#loginButton.active span {
background-position:40px -86px;
}
#loginBox fieldset {
margin:0 0 5px 0;
display:block;
border:0;
padding:0;
}
fieldset#body {
padding:10px 15px;
margin:0;
}
#loginBox #body fieldset label {
display:block;
float:none;
margin:0 0 0px 0;
}
#loginBox input {
width:92%;
border:1px solid #899caa;
color:#3a454d;
padding:3px 7px;
font-size:12px;
}
#loginBox #loginSubmit {
width:auto;
float:right;
background:url(/web/20120907221647im_/http://www.roblox.com/images/LandingGames/login_btn.png) repeat-x;
color:#fff;
padding:3px 10px 3px 10px;
border:1px solid #339cdf;
margin:5px 0 5px 0;
cursor:pointer;
position:relative;
}
#loginBox #body fieldset a {
color:#757d85;
text-decoration:underline;
font-size:12px;
}
#line {
width:100%;
height:1px;
background:#0047ba;
}
#facebook_btn {
width:230px;
height:30px;
margin:10px 0 0 0;
background:#edeff3;
text-align:center;
}
input:focus {
outline:none;
}
#container {
width:990px;
margin:0 auto;
}
#videoContainer {
width:950px;
height:371px;
background:url(/web/20120907221647im_/http://www.roblox.com/images/LandingGames/video_bg.png) no-repeat;
margin:0 0 15px 16px;
float:left;
}
#video {
margin:6px 0 0 5px;
float:left;
}
#link_text {
width:280px;
margin:150px 0 0 20px;
float:left;
}
a.crossroads, a.crossroads:visited {
width:330px;
height:298px;
display:block;
margin-right:10px;
background:url(/web/20120907221647im_/http://www.roblox.com/images/LandingGames/crossroads.gif) bottom no-repeat;
cursor:pointer;
float:left;
}
a.crossroads:hover {
background-position:top;
}
a.swordfight, a.swordfight:visited {
width:300px;
height:298px;
display:block;
margin-right:10px;
background:url(/web/20120907221647im_/http://www.roblox.com/images/LandingGames/swordfight.gif) bottom no-repeat;
cursor:pointer;
float:left;
}
a.swordfight:hover {
background-position:top;
}
a.seemoregames, a.seemoregames:visited {
width:330px;
height:298px;
display:block;
background:url(/web/20120907221647im_/http://www.roblox.com/images/LandingGames/seeMoreGames.gif) bottom no-repeat;
cursor:pointer;
float:left;
}
a.seemoregames:hover {
background-position:top;
}
#footer{
font-size:12px;
color:#457cb1;
background-color:#75a6d8;
margin:50px auto 0 auto;
text-align:center;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:36:44 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: 381.343
exclusion.robots: 131.495
exclusion.robots.policy: 131.475
xauthn.identify: 81.294
xauthn.chkprivs: 49.716
cdx.remote: 0.14
esindex: 0.016
LoadShardBlock: 206.237 (3)
PetaboxLoader3.resolve: 132.45 (4)
PetaboxLoader3.datanode: 113.363 (4)
CDXLines.iter: 23.678 (3)
load_resource: 92.616
*/

View File

@ -0,0 +1,147 @@
#ManageAccountButton img,
#CancelButtonImg,
#ChangeCreditCardInfoImg
{
border: none;
}
#ManageAccountButton
{
text-align: center;
}
#GoTurboPopupPanel,
#TurnOffTurboPopupPanel
{
width: 550px;
text-align: center;
}
#CurrentAccountUpgrades
{
width: 90%;
margin: auto;
text-align: center;
}
#CurrentAccountUpgrades table
{
border-collapse: collapse;
margin-bottom: 15px;
text-align: center;
background-color: #d0d6e0;
width: 225px;
margin-left: auto;
margin-right: auto;
}
#CurrentAccountUpgrades th
{
border-bottom: solid 1px #999;
text-align: center;
}
.rightCellWall
{
border: 1px solid #999;
}
.CancelBuildersClubMembership,
.ChangeCreditCardInfo
{
text-align: center;
margin-top: 5px;
}
#BCCompareModal
{
background-color: White;
border: solid 2px #6e99c9;
margin: 5px;
padding: 10px;
}
#BuyBCComparePanelTopInfo
{
text-align: center;
padding: 10px 40px 10px 40px;
width: 340px;
}
.BuyBCComparePanelTable
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #fff;
width: 340px;
margin: 0px 40px 0px 40px;
border-collapse: collapse;
margin-bottom: 15px;
}
.BCCompareHeaderRow
{
color: #2163A5;
padding: 10px 8px;
border-bottom: 1px solid #D3D3D3;
text-align:left;
}
.BBCCompareRow td
{
color: #2163A5;
border-bottom: 1px solid #D3D3D3;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
}
.BCCompareModalRow
{
width:130px;
border-left:1px solid #000;
border-right:1px solid #000;
background-color:#DFEFFF;
}
#BCCompareButtons
{
text-align: center;
width: 340px;
margin: 0px 40px 0px 40px;
}
#upgrades-membership-options .leftBorder
{
border-left: 1px solid #D3D3D3;
}
#upgrades-membership-options .odd
#upgrades-membership-options .LeftText
{
text-align:left
}
.daysConversion
{
color: Red;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:37:05 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.7
exclusion.robots: 198.27
exclusion.robots.policy: 198.262
xauthn.identify: 139.463
xauthn.chkprivs: 58.562
cdx.remote: 0.071
esindex: 0.009
LoadShardBlock: 60.21 (3)
PetaboxLoader3.datanode: 92.249 (4)
CDXLines.iter: 13.183 (3)
load_resource: 89.531
PetaboxLoader3.resolve: 50.447
*/

View File

@ -0,0 +1,378 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain OFTEN CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-Login
{
}
.AspNet-Login label,
.AspNet-Login input
{
}
.AspNet-Login input
{
font-size: 1em; /* lets the form element scale */
}
.AspNet-Login div
{
}
/* This rule is used when AutoAccessKey is true */
.AspNet-Login label em
{
text-decoration: underline;
font-style: normal;
}
.AspNet-Login .AspNet-Login-TitlePanel
{
}
.AspNet-Login .AspNet-Login-FailurePanel
{
color: #FF0000;
}
.AspNet-Login .AspNet-Login-UserPanel,
.AspNet-Login .AspNet-Login-PasswordPanel,
.AspNet-Login .AspNet-Login-RememberMePanel,
.AspNet-Login .AspNet-Login-SubmitPanel
{
padding: 0.25em 0.1em 0 0;
}
.AspNet-Login .AspNet-Login-UserPanel,
.AspNet-Login .AspNet-Login-PasswordPanel,
.AspNet-Login .AspNet-Login-SubmitPanel
{
text-align: left;
}
.AspNet-Login .AspNet-Login-UserPanel label,
.AspNet-Login .AspNet-Login-PasswordPanel label,
#PaneLogin .TextboxLabel /* used by table-style */
{
font-weight:bold;
}
.AspNet-Login .AspNet-Login-UserPanel input,
.AspNet-Login .AspNet-Login-PasswordPanel input
{
width: 9em;
}
.AspNet-Login .AspNet-Login-SubmitPanel input
{
}
.AspNet-Login .AspNet-Login-InstructionPanel,
.AspNet-Login .AspNet-Login-HelpPanel,
.AspNet-Login .AspNet-Login-PasswordPanel,
.AspNet-Login .AspNet-Login-RememberMePanel,
.AspNet-Login .AspNet-Login-CreateUserPanel,
.AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
}
#PaneNewUser
{
float: right;
width: 170px;
background-color: #dcdcdc;
padding: 0 22px 22px;
}
#PaneLogin
{
width: 18em;
padding: 0;
}
#PaneLogin .AspNet-Login div
{
margin: 10px;
}
#LoginView
{
border: solid 1px Black;
width: 150px;
height: 250px;
}
#LoginView h5
{
background-color: #cccccc;
border-bottom: solid 1px #000000;
margin: 0;
}
#LoginView #AlreadySignedIn
{
background-color: #eeeeee;
}
#LoginView .Label
{
font-weight: bold;
}
#LoginView .Text
{
width: 133px;
}
#LoginView .AspNet-Login
{
height: 225px;
background-color: #eeeeee;
}
#LoginView .AspNet-Login .AspNet-Login-InstructionPanel,
#LoginView .AspNet-Login .AspNet-Login-HelpPanel,
#LoginView .AspNet-Login .AspNet-Login-UserPanel,
#LoginView .AspNet-Login .AspNet-Login-PasswordPanel,
#LoginView .AspNet-Login .AspNet-Login-RememberMePanel
{
padding: 3px 5px 3px 5px;
text-align: left;
}
#LoginView .AspNet-Login .AspNet-Login-SubmitPanel,
#LoginView .AspNet-Login .AspNet-Create-Account
{
padding: 10px 5px 5px 10px;
text-align: center;
}
#LoginView .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
padding: 5px 5px 5px 5px;
text-align: center;
}
#LoginView .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a
{
color: #999999;
font: normal 9px/normal Verdana, sans-serif;
padding: 5px 5px 5px 5px;
text-align: center;
}
#LoginView .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a:hover
{
color: Blue;
}
#Sidebars
{
float: right;
width: 250px;
}
#AlreadyRegistered,
#TermsAndConditions
{
background-color: #eee;
border: solid 1px #000;
color: #555;
font: normal 12px/normal Verdana, sans-serif;
margin-top: 10px;
padding: 0px 20px 10px 20px;
}
#AlreadyRegistered h3,
#TermsAndConditions h3
{
background-color: #ccc;
border-bottom: solid 1px #000;
color: #333;
font-weight: bold;
margin: 0 -20px 0 -20px;
padding: 4px;
text-align: center;
}
#TermsAndConditions
{
margin-top: 20px;
}
.Registration
{
background-color: #eee;
border: solid 1px #000;
color: #555;
float: left;
margin-top: 10px;
width: 620px;
}
.Registration h2
{
background-color: #ccc;
border-bottom: solid 1px #000;
color: #333;
font-size: x-large;
margin: 0;
text-align: center;
}
.Registration h3
{
margin: 10px 0 0 0;
text-align: center;
}
.Registration fieldset
{
font-size: 1.2em;
margin: 15px 0 0 0;
}
.Registration .TextBox
{
vertical-align: middle;
width: 150px;
}
.Registration .Label
{
vertical-align: middle;
}
.Registration #EnterUsername,
.Registration #EnterPassword,
.Registration #EnterEmail,
.Registration #EnterAgeGroup,
.Registration #EnterChatMode
{
margin: 0 auto;
width: 80%; /*originally 60%*/
}
.Registration .PasswordRow,
.Registration .ConfirmPasswordRow,
.Registration .EmailRow
{
height: 5em;
line-height: 5em;
padding: 3px;
text-align: right;
}
.Registration .UsernameRow
{
height: 5em;
line-height: 5em;
padding: 3px;
text-align: left;
}
.Registration .PasswordErrorMessage
{
font-size: 11px;
font-weight: bold;
}
.Registration .PasswordRow,
.Registration .ConfirmPasswordRow
{
height: 3em;
line-height: 3em;
}
.Registration .AgeGroupRow,
.Registration .ChatModeRow
{
font-size: .9em;
margin: 10px 0 10px 100px;
}
.Registration .Confirm
{
margin: 20px 0 20px 0;
text-align: center;
}
.Registration .Validators
{
margin-left: 9px;
}
.Registration .Legend
{
color: Blue;
margin-left: 9px;
}
.Registration .Suggestion
{
font: normal .8em/normal Verdana, sans-serif;
padding-left: 9px;
}
.Registration label
{
margin-right: 5px
}
.AgeOptions
{
margin: 0 auto;
margin-top: 20px;
width: 490px;
}
.AgeOptions #Under13,
.AgeOptions #Over12
{
margin: 0;
padding: 0 20px;
width: 200px;
text-align: center;
}
.AgeOptions #ParentAccount
{
margin: 0;
padding: 0px 0px 0px 40px;
width: 400px;
text-align: center;
}
#AgeOptions .Label
{
text-align: center;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:37: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: 285.443
exclusion.robots: 210.917
exclusion.robots.policy: 210.91
xauthn.identify: 174.402
xauthn.chkprivs: 36.314
RedisCDXSource: 0.527
esindex: 0.007
LoadShardBlock: 59.981 (3)
PetaboxLoader3.datanode: 73.943 (4)
CDXLines.iter: 12.082 (3)
load_resource: 72.111
PetaboxLoader3.resolve: 38.626
*/

View File

@ -0,0 +1,232 @@
.MessageContainer
{
}
.MessageContainer .MultilineTextBox
{
min-height: 50px;
}
.MessageContainer #AdsPane
{
float: left;
width: 160px;
}
.MessageContainer #MessagePane
{
float: left;
margin: 0 0 0 60px;
width: 650px;
}
.MessageContainer h3
{
text-align: left;
width: 622px;
}
.MessageContainer #MessagePane .Buttons
{
width: 622px;
}
.MessageContainer #MessagePane .Buttons .Button
{
margin: 10px 0 0 10px;
display: inline-block;
}
.MessageContainer .TextBox
{
}
.MessageContainer .Label
{
font-weight: bold;
padding: 6px 0 3px 0;
}
.MessageContainer .MessageReaderContainer
{
border: solid 1px #000;
padding: 10px;
width: 95%;
}
.MessageReaderContainer #Message
{
text-align: left;
}
#Message #DateSent
{
text-align: left;
}
#Message #Author
{
margin: 0;
text-align: left;
}
#Message #Subject
{
display:inline-block;
*display: inline;
font-weight: bold;
margin: 0;
text-align: center;
overflow: hidden;
width:350px;
*zoom: 1;
}
#Message .Body
{
text-align: left;
vertical-align: top;
}
#MessageEditorContainer
{
border: solid 1px #000;
padding: 10px;
width: 95%;
}
.EmptyInbox
{
text-align:center;
margin:20px 0px;
}
.MessageEditor
{
text-align: left;
}
.MessageEditor #From
{
text-align: left;
width: 39%;
}
.MessageEditor #To
{
margin: 5px 0 0 0;
text-align: left;
width: 39%;
}
.MessageEditor .CannedResponsesPanel
{
background-color: #eee;
border: solid 1px #000;
margin: 30px 0;
width: 200px;
}
.MessageEditor .CannedResponsesPanel h4
{
background-color: #ccc;
border-bottom: solid 1px #000;
font-size: 1.3em;
margin: 0;
text-align: center;
display: block;
}
.MessageEditor #CannedResponses
{
margin: 0;
padding: 5px 0;
width: 200px;
}
.MessageEditor .CannedResponse
{
margin: 0;
padding: 7px 5px;
text-align: center;
width: 190px;
}
.MessageEditor #CannedResponses .Button
{
padding: 3px 5px;
}
.MessageEditor .Body
{
text-align: left;
vertical-align: top;
}
.MessageContainer #Confirmation h3
{
text-align: left;
width: 422px;
}
.MessageContainer #Confirmation .Buttons
{
width: 422px;
}
.MessageContainer #Confirmation #Message
{
border: solid 1px #000;
padding: 10px;
width: 95%;
}
.MessageReaderContainer #Message
{
float: left;
text-align: left;
}
.ReportAbuse
{
text-align:left;
}
.ReportAbuse .AbuseButton a {
color:#FF9999;
background:none;
padding-left: 16px;
padding-bottom: 2px;
}
.ReportAbuse .AbuseButton a:hover {
background:url("/web/20120907221647im_/http://www.roblox.com/images/cssspecific/rbx2/abuse.png") no-repeat scroll 0 2px transparent;
color:#FF0000;
}
.ReportAbuse img {
display:none;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:40:05 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: 3134.573
exclusion.robots: 100.014
exclusion.robots.policy: 100.005
xauthn.identify: 67.139
xauthn.chkprivs: 32.513
RedisCDXSource: 0.832
esindex: 0.013
LoadShardBlock: 3019.44 (3)
PetaboxLoader3.datanode: 3054.958 (4)
CDXLines.iter: 11.93 (3)
load_resource: 87.181
PetaboxLoader3.resolve: 24.402
*/

View File

@ -0,0 +1,234 @@
#AccountPageLeft
{
float: left;
width: 659px;
border-right: 1px solid #CCCCCC;
}
#AccountPageRight
{
float: right;
width: 310px;
}
#AccountSettings
{
border-bottom: 1px solid #CCCCCC;
}
.SettingsTitle
{
font: normal bold 16px arial;
margin: 10px;
}
.SettingSubTitle
{
font: normal bold 13px arial;
margin-left: 10px;
padding-bottom: 15px;
}
#AccountPageContainer
{
font-family:Arial;
padding-bottom: 10px;
}
#UpdateSettings
{
margin: 30px 10px;
}
#AdvertisementRight
{
border-top: 1px solid #CCCCCC;
}
.btn-update
{
width : 99px;
height : 34px;
background: url("/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn-update-blue-m.png") no-repeat;
display: inline-block;
cursor: pointer;
}
.btn-update.inactive
{
background-position: 0px -34px;
cursor: default;
}
.btn-update.inactive:hover
{
background-position: 0px -34px;
}
.btn-update:hover
{
background-position: 0px -68px;
}
a.btn-small_silver
{
background:url(/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn-small_silver_tile.png) repeat-x top left;
border:1px solid #a7a7a7;
padding-top:1px;
height:15px;
font:normal 11px Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
text-align:center;
display:inline-block;
}
a.btn-small_silver:hover
{
background-position:bottom left;
border-color:#777;
text-decoration:none;
}
.blurbDefaultText{}
.blurbGreyText { color: #666; font:italic normal normal 12px arial; }
#blurbDesc
{
float:left;
position: relative;
}
#emailBlock
{
float:left;
position: relative;
}
.joinBC
{
width : 196px;
height : 34px;
background: url("/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn-joinbuildersclub-green-m.png") no-repeat;
display: inline-block;
margin-bottom: 10px;
}
.joinBC:hover
{
background-position: 0px -34px;
}
.upgradeBC
{
width : 196px;
height : 34px;
background: url("/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn-upgradebc-green-m.png") no-repeat;
display: inline-block;
margin-bottom: 10px;
margin-top: 5px;
}
.upgradeBC:hover
{
background-position: 0px -34px;
}
.buyRobux
{
width : 196px;
height : 34px;
background: url("/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn-buyrobux-gray-m.png") no-repeat;
display: inline-block;
margin-bottom: 10px;
}
.buyRobux:hover
{
background-position: 0px -34px;
}
.verifiedEmail
{
width : 52px;
height : 13px;
background: url("/web/20120907221647im_/http://www.roblox.com/images/Accounts/img-verified.png") no-repeat;
display: inline-block;
vertical-align: middle;
}
.font12pxStyle
{
font:normal 12px arial;
}
.lightGreyInfoText { color: #666; font:normal 11px arial; }
.settingsStatusBar
{
font:normal 12px arial;
height:24px;
background-color:#e5effa;
border: 1px solid #06C;
width: 649px;
}
.statusText
{
display: inline-block;
padding-top: 5px;
margin-left: 10px;
}
.settingLabel
{
width: 128px;
display: inline-block;
}
.privacySettingLabel
{
width: 237px;
display: inline-block;
}
.errorStatusBar {
color: black;
background-color: #FAE5E5;
border: solid 1px #c00;
margin-bottom: 10px;
text-align: left;
padding-left: 10px;
height: inherit;
min-height: 26px;
}
.btn-cancel-m
{
width : 92px;
height : 34px;
background: url("/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn-gray-cancel-m.png") no-repeat;
display: inline-block;
margin-left: 10px;
cursor: pointer;
}
.btn-cancel-m:hover {
background-position: 0px -34px;
}
.emailInput {
width: 170px;
height: 15px;
}
#birthdayError {
float: left;
height: inherit;
left: 10px;
position: relative;
}
.fixParentEmail {
position: relative;
right:28px;
}
.btn_blue_ok_l
{
cursor: pointer;
width: 102px;
height: 50px;
background: url(/web/20120907221647im_/http://www.roblox.com/images/Accounts/btn_blue_ok_l.png);
}
.btn_blue_ok_l:hover
{
background-position: 0px 50px;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:40:43 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: 307.571
exclusion.robots: 214.432
exclusion.robots.policy: 214.424
xauthn.identify: 87.807
xauthn.chkprivs: 126.317
RedisCDXSource: 0.602
esindex: 0.008
LoadShardBlock: 74.647 (3)
PetaboxLoader3.datanode: 81.045 (4)
CDXLines.iter: 15.437 (3)
load_resource: 453.564
PetaboxLoader3.resolve: 26.156
*/

View File

@ -0,0 +1,383 @@
div.MyMoneyPage
{
*padding-top:10px;
position:relative;
}
.MyMoneyPage ul
{
padding:0;
*position:relative;
*left:-40px;
}
.MyMoneyPage select
{
font-size:11px;
}
.MyMoneyPage #TabsContentContainer
{
width:962px;
}
.MyMoneyPage div.TabContent
{
float:left;
width: 795px;
position:relative;
}
.MyMoneyPage .tipsy
{
text-align:left;
}
.MyMoneyPage .BuyRobuxButton
{
position:absolute;
right:10px;
*right:18px;
top:9px;
*top:8px;
background:url('/web/20120907221647im_/http://www.roblox.com/images/Buttons/btn-buyrobux.png') no-repeat left top;
width: 141px;
height: 34px;
}
.MyMoneyPage .BuyRobuxButton:hover
{
background-position:left -34px;
cursor:pointer;
}
.MyMoneyPage .SortFilterLabel
{
font:12px arial;
color:#000;
font-weight:bold;
}
.MyMoneyPage .SortsAndFilters
{
margin:5px 0px 7px 5px;
}
.MyMoneyPage .SortsAndFilters div
{
float:left;
}
.MyMoneyPage .roblox-avatar-image, .MyMoneyPage td.Member div.Roblox
{
float:left;
}
.MyMoneyPage .roblox-avatar-image img[title],.MyMoneyPage td.Member div.Roblox
{
width:24px;
height:24px;
}
.MyMoneyPage table,.MyMoneyPage table tr,.MyMoneyPage table td
{
margin:0;
padding:0;
}
#Summary_tab .loading
{
position:absolute;
top:0;
left:0;
background:#fff url('/web/20120907221647im_/http://www.roblox.com/images/Spinners/spinner100x100.gif') no-repeat center;
width:100%;
height:100%;
}
#Summary_tab .loading
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#fff;
text-align:center;
}
#Summary_tab .RobuxColumn, #Summary_tab .TicketsColumn
{
float:left;
background-color:#fff;
margin:0 3px;
width: 390px;
*width:387px;
}
#Summary_tab .RobuxColumn
{
padding-right:2px;
*padding-right:6px;
border-right:1px solid #ccc;
}
/* SUMMARY,TRANSACTIONS,TRADE */
#Summary_tab table td,#MyTransactions_tab table td, #TradeItems_tab table td
{
padding:5px;
border-top:1px solid #ccc;
margin:0;
float:left;
}
#Summary_tab table .header td,#MyTransactions_tab table,#TradeItems_tab table
{
border-top:1px solid #9e9e9e;
}
#Summary_tab tr.title td,#Summary_tab tr.header td,.MyMoneyPage .total td,#MyTransactions_tab tr.header td,#TradeItems_tab tr.header td
{
font-weight:bold;
background-color:#f1f1f1;
}
#Summary_tab table,#MyTransactions_tab table,#TradeItems_tab table
{
width:100%;
}
/* SUMMARY */
#Summary_tab tr.title td
{
border:none;
}
#Summary_tab .RobuxColumn tr.title td
{
padding-left:23px;
background:url('/web/20120907221647im_/http://www.roblox.com/images/Icons/img-robux.png') no-repeat center left;
}
#Summary_tab .TicketsColumn tr.title td
{
padding-left:20px;
background:url('/web/20120907221647im_/http://www.roblox.com/images/Tickets.png?v=2') no-repeat center left;
}
#Summary_tab tr.title img
{
position:relative;
top:1px;
}
#Summary_tab .total .money
{
font-weight:normal;
}
#Summary_tab td.Categories
{
width: 212px;
}
#Summary_tab td.Debit,#Summary_tab td.Credit
{
width:72px;
}
#Summary_tab .header td.Debit,#Summary_tab .header td.Credit
{
width:71px;
}
#Summary_tab .header td.Debit
{
padding:0px;
width:83px;
}
#Summary_tab .header td.Debit span
{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
display:block;
width:71px;
height:100%;
padding:5px;
}
#Summary_tab .header td.Debit.NoBorder span
{
border-left: none;
border-right: none;
}
#Summary_tab .total td
{
width:341px;
border-top:1px solid #ccc;
text-align:right;
}
#Summary_tab .RobuxColumn .total td
{
padding-top:9px; /*tds are not even because contained images are different heights */
}
#Summary_tab .total img
{
padding:0 3px;
position:relative;
top:2px;
}
#MyTransactions_tab .TransactionsContainer
{
clear:both;
}
#MyTransactions_tab .SortsAndFilters .Currency
{
padding-right:5px;
border-right: 1px solid #ccc;
}
#MyTransactions_tab .SortsAndFilters .Currency .SortFilterLabel
{
position: relative;
top: -2px;
}
#MyTransactions_tab .SortsAndFilters .TimePeriod
{
margin-left:5px;
}
#MyTransactions_tab .SortsAndFilters .TimePeriod input
{
font-size:1em;
height:1em;
width:60px;
}
/* SHARED MY TRANSACTIONS TRADE ITEMS */
#MyTransactions_tab table,#TradeItems_tab table
{
width:790px;
}
#MyTransactions_tab .header td,#TradeItems_tab .header td
{
border-right: 1px solid #CCC;
border-top:none;
}
#MyTransactions_tab .header td.Amount,#TradeItems_tab .header td.Action
{
border-right: 1px solid #F1F1F1;
}
#MyTransactions_tab .empty,#TradeItems_tab .empty
{
width:710px;
text-align:center;
}
#MyTransactions_tab .loading,#TradeItems_tab .loading
{
background:#fff url('/web/20120907221647im_/http://www.roblox.com/images/Spinners/spinner100x100.gif') no-repeat center;
height:150px;
position:relative;
width:710px;
}
#MyTransactions_tab .error,#TradeItems_tab .error
{
height:1em;
position:relative;
width:710px;
text-align:center;
}
#MyTransactions_tab .morerecords td,#TradeItems_tab .morerecords td
{
text-align: center;
width: 100%;
border-top: none;
padding-top:20px;
}
#MyTransactions_tab .morerecords td a:hover,#TradeItems_tab .morerecords td a:hover
{
cursor:pointer;
}
/* MY TRANSACTIONS SPECIFIC */
#MyTransactions_tab td.Date
{
width:85px;
}
#MyTransactions_tab .datarow td.Date
{
width:86px;
}
#MyTransactions_tab td.Member
{
width:126px;
}
#MyTransactions_tab .datarow td.Member
{
width:126px;
}
#MyTransactions_tab td.Description
{
width: 435px;
}
#MyTransactions_tab .datarow td.Description
{
width: 437px;
}
#MyTransactions_tab td.Amount
{
width:100px;
}
#MyTransactions_tab .datarow td.Amount
{
padding-left:31px;
width:75px;
}
#MyTransactions_tab td.Amount.Robux
{
background: url('/web/20120907221647im_/http://www.roblox.com/images/Icons/img-robux.png') no-repeat 10px 12px;
}
#MyTransactions_tab td.Amount.Tickets
{
background: url('/web/20120907221647im_/http://www.roblox.com/images/Tickets.png?v=2') no-repeat 10px 9px;
}
#MyTransactions_tab .Member span
{
padding-left: 3px;
top: 4px;
position: relative;
}
.MyMoneyPage td.Member div.Roblox
{
background: url('/web/20120907221647im_/http://www.roblox.com/images/Icons/roblox-icon-round-tiny.jpg') no-repeat top left;
}
#MyTransactions_tab .datarow .Date,#MyTransactions_tab .datarow .Description,#MyTransactions_tab .datarow .Amount
{
padding-top:10px;
}
#TradeItems_tab .Date,#TradeItems_tab .Expires
{
width:80px;
}
#TradeItems_tab .Action
{
width:90px;
}
#TradeItems_tab .TradePartner
{
width:160px;
}
#TradeItems_tab .Status
{
width:255px;
}
#TradeItems_tab .template
{
display:none;
}
/*
FILE ARCHIVED ON 22:16:47 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:41: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: 220.892
exclusion.robots: 148.335
exclusion.robots.policy: 148.329
xauthn.identify: 92.856
xauthn.chkprivs: 55.277
cdx.remote: 0.079
esindex: 0.01
LoadShardBlock: 51.852 (3)
PetaboxLoader3.datanode: 70.79 (4)
CDXLines.iter: 12.42 (3)
load_resource: 83.177
PetaboxLoader3.resolve: 56.884
*/

View File

@ -0,0 +1,648 @@
body {
font-family: Arial;
font-size: 12px;
margin: 30px 460px 0px 30px;
}
a {
color:#095FB5;
}
.left-nav-menu
{
float: left;
width: 150px;
border-right: 1px solid #CCC;
z-index:7;
position:relative;
}
.left-nav-menu .filter-title
{
margin:5px 0;
font-weight:bold;
font-size: 14px;
}
.left-nav-menu h2 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin: 0px 0px 5px 0px;
}
.left-nav-menu li
{
list-style-type: none;
padding: 0;margin: 0;
}
.left-nav-menu ul {
padding: 0;margin: 0;
padding-left: 5px;
padding-top: 0px;
margin-top: 0px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 10px;
padding-bottom: 10px;
line-height: 17px;
}
.left-nav-menu ul.separatorForLegend {
margin-bottom:0px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.left-nav-menu ul li input {
border: 1px solid #a7a7a7;
}
.left-nav-menu ul li input.genreFilter {
border: 0px;
}
.right-content
{
float: left;
width: 770px;
margin-left: -1px;
border-left: 1px solid #CCC;
padding-left: 20px;
z-index:1;position: relative;
}
.catalog-item
{
float:left;
width:110px;
height:170px;
border: 1px solid #CCC;
overflow: hidden;
padding: 5px;
margin: 5px;
}
.catalog-item .name
{
white-space:nowrap;
}
.CatalogItemInner .robux-price
{
font-weight:bold;
color:green;
}
.CatalogItemInner .tickets-price
{
font-weight:bold;
color:#FBB117;
}
div#catalog .selected {
font-weight: bold;
color: black;
text-decoration: none;
}
div#catalog .bolded {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
div#catalog div#dropdown {
font-size: 14px;
}
div#catalog div#dropdown ul li {
position: relative;
height: 31px;
float: left;
width: 134px;
}
div#catalog div#dropdown ul.slideOut li {
width: 150px;
float: left;
padding: 0;
margin: 0;
}
div#catalog div#dropdown ul li.subcategories:hover
{
background: #d8d8d8 url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/img-right_arrow.png) no-repeat 118px 11px;
}
div#catalog div#dropdown ul li:hover {
background: #d8d8d8;
}
div#catalog div#dropdown ul li.subcategories {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/img-right_arrow.png);
background-position: 118px 11px;
background-repeat: no-repeat;
}
div#catalog div#dropdown li ul {
position: absolute;
left: 134px;
top: 0;
display: none;
}
div#catalog div#dropdown ul li span {
font-weight: bold;
}
div#catalog div#dropdown ul li a, div#catalog div#dropdown ul li span {
display: block;
text-decoration: none;
color: black;
padding-top: 7px;
padding-left: 6px;
padding-bottom: 7px;
}
div#catalog div#dropdown ul li:hover {
background: #d8d8d8;
}
div#catalog div#dropdown ul li ul {
margin: 0;
padding: 0;
list-style: none;
border: 1px solid #777;
background: #efefef;
}
div#catalog div#dropdown ul#dropdownUl {
margin: 0;
padding: 0;
list-style: none;
width: 134px;
border: 1px solid #777;
background: #efefef;
width: 134px;
height: 282px;
}
div#catalog div#dropdown li:hover ul {
display: block;
}
div#catalog div#dropdown ul#dropdownUl ul.slideOut {
height: 282px;
z-index: 7;
width: 150px;
}
div#catalog .browseDropdownButton {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/btn-browse_categories.png);
background-position: top left;
width: 136px;
height: 34px;
cursor: pointer;
display: block;
}
div#catalog .browseDropdownButton.hover {
background-position: bottom left;
}
div#catalog span#catalogHeader, div#catalog span#catalogHeader a#CatalogLink {
font-size: 40px;
float: left;
color: #363636;
font-weight: bold;
letter-spacing: -2px;
}
a#CatalogLink:hover {
text-decoration: none;
}
div#catalog li#priceInputs input {
padding: 0px;
}
div#catalog .CatalogSearchBar {
padding-left:20px;float:right;
padding-top: 5px;
padding-right: 6px;
}
div#catalog #keywordTextbox {
height: 23px;
border: solid 1px #A7A7A7;
width:325px;float:left;padding-left:5px;
margin-right: 4px;
}
div#catalog #SortOptions {
float:right;padding-left:10px;
font-weight: bold
}
div#catalog #submitSearchButton {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/bg-27px_silver_btn.png) repeat-x;
color: black;
text-decoration: none;
display: inline-block;
border: 1px solid #777;
background-position: bottom;
padding-top: 4px;
width: 64px;
text-align: center;
height: 21px;
float: left;
background-position: top left;
font-weight: bold;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}
div#catalog #submitSearchButton:hover {
background-position: bottom left;
}
div#catalog #submitCreatorButton, div#catalog #submitPxButton {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/bg-27px_silver_btn.png) repeat-x;
font: bold 11px Arial,Helvetica,sans-serif;
color: black;
text-decoration: none;
display: inline-block;
border: 1px solid #aaa;
background-position: top left;
padding-top: 3px;
width: 26px;
text-align: center;
height: 17px;
cursor: pointer;
position: relative;
top: -1px;
margin-left: 3px;
}
div#catalog #submitCreatorButton:hover, div#catalog #submitPxButton:hover {
background-position: bottom left;
}
div#catalog .CatalogItemInner span.Robux {
background: url('/web/20120907221648im_/http://www.roblox.com/images/Icons/img-robux.png') no-repeat 0px 1px;
padding: 0px 0px 2px 20px;
color: #060;
margin-bottom: 2px;
font-weight: bold;
font-size: 12px;
}
div#catalog .CatalogItemInner span.Tickets {
background: url('/web/20120907221648im_/http://www.roblox.com/images/Tickets.png') no-repeat 0px 1px;
padding: 2px 0 2px 20px;
color: #A61;
margin-bottom: 2px;
font-weight: bold;
font-size: 14px;
}
div#catalog .CatalogItemInner span.NotAPrice {
color: #505050;
font-size: 12px;
font-weight: bold;
}
div#catalog .CatalogItemInner div.roblox-item-image {
text-align: center;
}
div#catalog .CatalogItemInner div.image-small {
height: 110px;
}
div#catalog .CatalogItemInner div.image-large {
height: 150px;
width: 150px;
}
div#catalog .CatalogItemInner span.Remaining {
font-size: 12px;
color: red;
font-weight: bold;
}
div#catalog .catalog-item span.title {
color: #ccc;
}
/* Hover effects with items */
div.roblox-item-image {
width: 120px;
}
.CatalogItemInner:hover div.roblox-item-image {
position: relative;
left: 9px;
top: -1px;
}
.CatalogItemOuter {
float:left;
padding:24px 9px
}
.SmallCatalogItemView {
background:#FFF;
/*border:1px solid #ccc;*/
height:140px;
position:relative;
width: 110px;
}
.SmallCatalogItemView .CatalogItemInner {
height:110px;
position:relative;
width:120px
}
.SmallCatalogItemView:hover .CatalogItemInner {
border:1px solid #ccc;
height:240px;
left:-10px;
top:-20px;
width:140px;
z-index: 6;
padding-top: 10px;
}
.SmallCatalogItemView:hover .CatalogItemInner {
margin-top: 10px;
}
.SmallCatalogItemView:hover .InnerInnerCatalog {
margin-top: 10px;
}
.SmallCatalogItemView:hover #textDisplay {
position: relative;
top: -1px;
left: 9px;
}
.CatalogItemInner .CatalogItemName {
font-weight: bold;width:110px;max-height:29px;overflow:hidden;
}
.SmallCatalogItemView .CatalogInventoryItemName {
display:none;
height:25px;
padding: 0 2px;
overflow: hidden;
margin:auto
}
.CatalogItemInner {
width:60px;
z-index:1
}
.CatalogItemInner,.CatalogItemInner:hover {
background:#FFF;
border:0;
outline:0;
overflow:visible;
position:absolute;
margin:0;
padding:0;
padding-left:2px;
}
.CatalogItemInner:hover {
position:absolute
}
.CatalogItemInner:hover .CatalogInventoryItemName {
display:block;
text-align:center;
width:96%;
margin:0
}
.CatalogItemInfoLabel,.CatalogItemInner:hover .CatalogItemInfoLabel {
color:#666;
display:none;
font:11px Arial, sans-serif;
margin-left:6px;
margin-right:3px;
text-align:left;
padding:0
}
.HoverInfo,.CatalogItemInner:hover .HoverInfo {
color:black;
display:none;
font:11px Arial, sans-serif;
text-align:left;
padding:0
}
.ItemInfoData,.CatalogItemInner:hover .ItemInfoData {
color:#006c00;
display:none;
font:bold 9px Arial, sans-serif;
margin-left:2px;
padding:0
}
.CatalogItemInner .CatalogHoverContent {
display:block;
line-height: 15px;
padding-left: 3px;
}
.CatalogItemInner .ItemImg {
border:0;
height:160px;
outline:0;
text-align:center;
width:160px;
margin-left: -1px;
padding: 0;
}
.CatalogItemInner:hover .HoverInfo, .CatalogItemInner:hover .CatalogItemInfoLabel,.CatalogItemInner:hover .ItemInfoData,.CatalogItemInner:hover .InventoryItemSerial,.CatalogItemInner:hover .SerialNumberTotal,.CatalogItemInner:hover .RBXImg {
display:inline
}
.CatalogItemInner .InventoryItemLink,#TradeRequest .roblox-avatar-image div,#TradeRequest .OfferHeader {
text-align:center
}
.CatalogInventoryItemName {
color:#000;
font:bold 10px Arial, sans-serif;
text-align:center;
width:69px;
}
.SmallCatalogItemView .CatalogInventoryItemName {
display:none;
height:25px;
padding: 0 2px;
overflow: hidden;
margin:auto
}
.CatalogItemInner .RBXImg,div.FooterButtonPlaceHolder,.HeaderButtonPlaceHolder {
display:none
}
.RBXImg {
margin:0 2px
}
div#catalog #legend {
padding-right: 20px;
padding-top: 18px;
}
div#catalog #legendcontent {
width: 140px;
margin-top: 17px;
}
div#catalog span#headertext {
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
top: -5px;
position: relative;
}
div#catalog #legend .header {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/sprite-arrow.png);
background-repeat: no-repeat;
padding-left: 12px;
height: 3px;
margin-top: 5px;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
padding-bottom: 5px;
display: block;
width: 20px;
}
div#catalog #legend span#headertext:hover, div#catalog #legend .header:hover {
cursor: pointer;
}
div#catalog #legend .header.expanded {
background: url(/web/20120907221648im_/http://www.roblox.com/images/UI/catalog/sprite-arrow.png);
background-position: bottom left;
background-repeat: no-repeat;
}
div#catalog #gearSecondColumn {
left: 150px;
position: absolute;
width: 150px;
top: -1px;
height: 251px;
border: 1px solid #777;
background: #EFEFEF;
border-left: 0px;
padding-top: 31px;
}
div#catalog #dropdownCover {
position: absolute;
width: 300px;
height: 500px;
}
div#catalog .splashdropdown {
display: block;
}
div#catalog .browsedropdown {
display: none;
position: absolute;
z-index: 3;
}
div#dividerForDropdown {
border-bottom: 1px solid #ccc;width: 90%;margin: 0 auto;margin-top: 2px;margin-bottom: 2px;
}
div#catalog #dropdown li.slideHeader:hover {
background: #efefef;
}
div#catalog #dropdown li.GreyDivider {
height:1px;border-bottom:1px solid #ccc;float:left;margin-bottom:1px;margin-left:5px;width:92%
}
#catalog .BigView {
height: 190px;
width: 160px;
}
#catalog .BigInner {
height: 280px;
width: 171px;
}
.BigInner .CatalogItemName {
width: 160px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.BigOuter {
padding: 15px 15px 0px 15px;
}
#catalog ul li a#AllGenresLink {
padding-left: 5px;
line-height: 17px;
}
.left-nav-menu ul#genresUl {
line-height: 15px;
}
.left-nav-menu ul#genresUl li label {
top: -2px;
position: relative;
}
.left-nav-menu ul#genresUl li label:hover, .left-nav-menu ul#genresUl li input:hover, .left-nav-menu input#includeNotForSaleCheckbox:hover, .left-nav-menu li.NotForSale label:hover {
cursor: pointer;
}
input.Watermark {
color: #888;
font-style: italic;
}
#catalog .PagingContainerDivTop {
clear: both;
padding-top: 40px;
text-align: center;
}
#catalog .PagingContainerDivTop .Paging_Input {
height: 17px;
padding-top: 2px;
top: 3px;
border: 1px solid #a7a7a7;
}
#catalog li.NotForSale {
font-size: 11px;
}
#catalog .left-nav-menu ul li.NotForSale input#includeNotForSaleCheckbox {
position: relative;top: 3px;margin-right: 3px;margin-left: 0px;
border: 0px;
}
div#catalog .image-large div img[alt='Limited'] {
width: 72px;
height: 14px;
}
div#catalog .image-large div img[alt='Limited Unique'] {
width: 93px;
height: 14px;
}
div#catalog .image-large div img[alt='Builders Club'] {
width: 72px;
height: 20px;
}
div#catalog .image-large div img:first-child {
width: 150px;
height: 150px;
}
#catalog #SortOptions select {
border: 1px solid #a7a7a7;
}
#catalog .left-nav-menu input#creatorTextbox {
width: 97px;
padding-left: 3px;
}
#catalog .left-nav-menu input.pxInput {
width: 37px;
padding-left: 3px;
}
#catalog div.CatalogHoverContent div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div#catalog .CatalogSearchBar input#keywordTextbox {
padding-top: 4px;
height: 20px;
}
div#catalog .CatalogItemInner #textDisplay .PrivateSales {
font-style:italic;
color: #666;
font-size: 11px;
border-top: none;
padding-top: 0px;
}
div#catalog .CatalogItemInner #textDisplay div {
padding-top: 2px;
}
div#catalog div#PrivateSales {
text-overflow: ellipsis;
overflow: hidden;
height: 14px;
width: 100px;
white-space: nowrap;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:42:48 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: 201.207
exclusion.robots: 119.591
exclusion.robots.policy: 119.583
xauthn.identify: 85.098
xauthn.chkprivs: 34.223
cdx.remote: 0.074
esindex: 0.009
LoadShardBlock: 55.743 (3)
PetaboxLoader3.datanode: 73.587 (4)
CDXLines.iter: 13.887 (3)
load_resource: 71.737
PetaboxLoader3.resolve: 36.956
*/

View File

@ -0,0 +1,190 @@
#NewToolboxContainer #ToolboxControls
{
text-align: left;
}
#NewToolboxContainer #ToolboxSelector
{
margin: 5px;
}
#NewToolboxContainer #ToolboxSearch
{
margin: 0 0 5px 5px;
height: 19px;
}
#NewToolboxContainer #ToolboxItems
{
min-height: 100px;
margin: 10px 5px;
}
#NewToolboxContainer #Button
{
background-color: White;
border: solid 1px black;
cursor: pointer;
float: left;
height: 16px;
margin: 0 0 0 5px;
padding: 1px 0 0 0;
text-align: center;
width: 50px;
}
#NewToolboxContainer .Navigation
{
font-size: 8pt;
margin: 0 0 5px 5px;
height: 22px;
padding-left: 40px;
}
#NewToolboxContainer .Navigation a
{
color: #0000cc;
}
#NewToolboxContainer .Navigation a:hover
{
text-decoration: underline;
}
#NewToolboxContainer .Navigation #Previous
{
float: left;
text-align: left;
}
#NewToolboxContainer .Navigation #Location
{
text-align: center;
padding: 5px;
float: left;
}
#NewToolboxContainer .ButtonText
{
border-width: 1px;
font-size: 8pt;
color: Black;
text-decoration: none;
}
#NewToolboxContainer .ButtonText:hover
{
font-weight: bold;
letter-spacing: -.1em;
}
#NewToolboxContainer .Search
{
border: solid 1px Black;
float: left;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
height: 15px;
line-height: 1.3em;
padding: 1px 2px 1px 2px;
width: 114px;
}
#NewToolboxContainer .Page
{
font-family: Verdana, Sans-Serif;
margin: 0px;
}
#NewToolboxContainer .Toolboxes
{
font-family: Verdana, Sans-Serif;
font-size: 9pt;
font-weight: bold;
width: 190px;
}
#NewToolboxContainer .ToolboxItem
{
height: 64px;
width: 64px;
vertical-align: middle;
}
#NewToolboxContainer .SearchError
{
clear: both;
margin: 1px;
float: none;
padding: 1px;
text-align: center;
color: Red;
font-size: small;
}
#NewToolboxContainer #SetTabs
{
background: #7c7c7c;
color: #fff;
padding-top: 4px;
height: 25px;
clear: both;
font-family: Arial;
font-size:11px;
}
#NewToolboxContainer #SetTabs div
{
float:left;
padding:5px 5px 0px 5px;
background: #a3a3a3;
cursor: pointer;
height:20px;
}
#NewToolboxContainer #SetTabs div.Selected
{
background: #f0f0f0;
color: #000;
}
#NewToolboxContainer #MySets
{
margin:0px 4px 0px 2px;
}
#NewToolboxContainer #Inventory
{
margin: 0px 2px 0px 5px;
}
#NewToolboxContainer #OtherSets
{
margin:0px 2px;
}
#NewToolboxContainer .itemLink {
display:inline-block;
height:62px;
width:60px;
cursor:pointer;
border: 1px solid Window
}
#NewToolboxContainer .itemLink:hover {
border: solid 1px blue;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:44: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: 543.513
exclusion.robots: 216.791
exclusion.robots.policy: 216.783
xauthn.identify: 185.316
xauthn.chkprivs: 31.152
cdx.remote: 0.094
esindex: 0.013
LoadShardBlock: 60.394 (3)
PetaboxLoader3.datanode: 72.522 (4)
CDXLines.iter: 14.906 (3)
load_resource: 65.29
PetaboxLoader3.resolve: 41.37
*/

View File

@ -0,0 +1,125 @@

#ParentsContainer
{
}
#ParentsContainer .GrayscaleHatImg
{
position: relative;
float: right;
top: -20px;
}
#ParentsContainer .StandardDividerTop {
padding-top: 12px;
}
#ParentsContainer .DescriptionText
{
font-size: 14px;
background:none;
}
#ParentsContainer .DescriptionText ul {
padding: 0;
list-style: none;
}
#ParentsContainer #BreadcrumbsContainer
{
margin-bottom: 20px;
}
#ParentsContainer h2
{
font-family: Verdana, Sans-Serif;
font-size: 2.5em;
font-weight: normal;
line-height: 1em;
margin: 0 0 20px 0;
}
#ParentsContainer #LeftColumn
{
float: left;
padding: 0 15px 0 0;
width: 400px;
}
#ParentsContainer #RightColumn
{
float: right;
padding: 0 0 0 15px;
width: 400px;
}
#ParentsContainer .ParentsSection
{
background-color: #fff;
border: solid 1px #ccc;
height: 120px;
margin-bottom: 20px;
padding: 15px 15px;
width: 370px;
}
#ParentsContainer h3,
dt
{
color: Blue;
font-family: Verdana, Sans-Serif;
font-size: 1.3em;
font-weight: normal;
letter-spacing: 0.1em;
line-height: 1em;
}
#ParentsContainer .SectionIcon
{
float: left;
margin-right: 20px;
}
#ParentsContainer .PageImage
{
float: right;
}
/* for Parents/ControlPanel/ManageUsers.aspx */
.MyRobloxContainer .Column1a .StandardBox em
{
display: none;
font-style: normal;
position: absolute;
z-index: 2;
background: #3B526B;
color: #FFFFFF;
padding: 3px;
border: 4px solid #C6D9FD;
width: 200px;
}
.MyRobloxContainer .Column1a .StandardBox ul li
{
padding: 4px;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:44:43 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.539
exclusion.robots: 419.377
exclusion.robots.policy: 419.369
xauthn.identify: 189.098
xauthn.chkprivs: 230.002
RedisCDXSource: 0.751
esindex: 0.01
LoadShardBlock: 45.371 (3)
PetaboxLoader3.datanode: 57.066 (4)
CDXLines.iter: 16.556 (3)
load_resource: 46.547
PetaboxLoader3.resolve: 31.186
*/

View File

@ -0,0 +1,475 @@
.GuestPlayAvatarImage
{
border: solid 3px green;
}
.GuestPlayAvatarImage:Hover
{
border: solid 3px #0C0;
}
#ConfigurePlaceContainer
{
background-color: #eee;
border: solid 1px #000;
color: #555;
margin: 0 auto;
width: 620px;
}
#ConfigurePlaceContainer h2
{
background-color: #ccc;
border-bottom: solid 1px #000;
color: #333;
font-size: x-large;
margin: 0;
text-align: center;
}
#ConfigurePlaceContainer fieldset
{
font-size: 1.2em;
margin: 0;
}
#ConfigurePlaceContainer #PlaceName
{
margin: 0 auto;
margin-top: 10px;
padding: 0;
text-align: left;
width: 420px;
}
#ConfigurePlaceContainer #PlaceThumbnail
{
border: solid 1px #555;
height: 230px;
margin: 0 auto;
margin-top: 10px;
padding: 0;
text-align: left;
width: 420px;
}
#ConfigurePlaceContainer #PlaceDescription
{
margin: 0 auto;
margin-top: 10px;
padding: 0;
text-align: left;
width: 420px;
}
#ConfigurePlaceContainer #PlaceAccess,
#ConfigurePlaceContainer #PlaceCopyProtection,
#ConfigurePlaceContainer #Comments,
#ConfigurePlaceContainer #PlaceIsDefault,
#ConfigurePlaceContainer #PlaceReset,
#ConfigurePlaceContainer #AllowGear,
#ConfigurePlaceContainer #SetGenres,
#ConfigurePlaceContainer #PlaceBuildAccess
{
margin: 0 auto;
margin-top: 10px;
width: 420px;
}
#ConfigurePlaceContainer .PlaceAccessRow,
#ConfigurePlaceContainer .CopyProtectionRow,
#ConfigurePlaceContainer .EnableCommentsRow,
#ConfigurePlaceContainer .PlaceIsDefaultRow,
.MyItemIndentedOption
{
font-size: .9em;
margin: 10px 0 10px 100px;
}
#ConfigurePlaceContainer .ResetPlaceRow
{
font-size: .9em;
margin: 10px 0;
text-align: center;
}
#ConfigurePlaceContainer .ResetPlaceRow .Button
{
margin: 0 auto;
}
#ConfigurePlaceContainer .Buttons
{
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#ConfigurePlaceContainer .Button
{
border-color: #555;
color: #555;
cursor: pointer;
}
#ConfigurePlaceContainer .Button:hover
{
background-color: #6e99c9;
color: #fff;
}
#ConfigurePlaceContainer .Label
{
font-size: 1.2em;
margin: 0;
padding: 0;
}
#ConfigurePlaceContainer .TextBox
{
border: dashed 1px #555;
margin: 0;
padding: 5px 10px;
width: 400px;
}
#ConfigurePlaceContainer .MultilineTextBox
{
border: dashed 1px #555;
margin: 0;
padding: 5px 10px;
width: 400px;
}
#ConfigurePlaceContainer .Suggestion
{
font: normal .8em/normal Verdana, sans-serif;
padding-left: 9px;
}
#ConfigurePlaceContainer .popupControl
{
border-color: #000;
}
#ConfigurePlaceContainer .PopUpOption
{
font: normal .8em/normal Verdana, sans-serif;
padding: 4px;
}
#ConfigurePlaceContainer .PopUpInstruction
{
font: normal 1.1em/normal Verdana, sans-serif;
padding: 4px;
text-align: center;
}
#Place_PlacePanel
{
float: left;
width: 490px;
margin-right: 10px;
}
#Place_AuthorPanel
{
float: left;
width: 200px;
}
#Place_GamesPanel
{
margin-top: 10px;
width: 700px;
clear: left;
}
#ConfigureShowcase
{
font-family: Verdana, sans-serif;
}
#ConfigureShowcase h2
{
font-size: 2.5em;
font-weight: normal;
line-height: 1em;
margin: 0;
padding: 0;
}
#ConfigureShowcase .CallbackStyle
{
border: thin blue inset;
}
#ConfigureShowcase .DragHandle
{
width: 161px;
height: 101px;
/* background-color: Blue; */
/* background-image: url(/web/20120907221648im_/http://www.roblox.com/images/bg-menu-main.png); */
cursor: move;
border: outset 1px white;
}
#ConfigureShowcase .ItemArea
{
float: left;
font-size: 1.2em;
height: 82px;
padding: 10px;
text-align: left;
width: 500px;
}
#ConfigureShowcase .ActionsArea
{
float: left;
font-weight: bold;
height: 82px;
padding: 10px;
text-align: right;
width: 155px;
}
#ConfigureShowcase .ReorderCue
{
border: dashed thin black;
width: 100%;
height: 101px;
}
#ConfigureShowcase ul,
#ConfigureShowcase ol
{
margin: 0;
}
#ConfigureShowcase li
{
background: #EEEEEE;
border: solid 1px #000;
color: #000;
list-style: none;
margin: 3px 0;
/* background-image: url(/web/20120907221648im_/http://www.roblox.com/images/bg_nav.gif); */
/* background-repeat: repeat-x; */
/* color: #fff; */
width: 100%;
}
#ConfigureShowcase li a
{
/* color: Blue !important; */
/* color: #fff !important; */
/* font-weight: bold; */
}
#ConfigureShowcase blockquote li
{
border-style: none;
list-style-type: circle;
margin-left: 20px;
}
/*Start AB Test Character PopUp Styles*/
.ABGuestPlayAvatarImage
{
padding-top:5px;
}
.ABImageSelected
{
background: transparent url(/web/20120907221648im_/http://www.roblox.com/images/img-check.png) no-repeat;
position: absolute;
height:35px;
width:33px;
right: -3px;
top: -7px;
}
.ABCloseCircle
{
cursor: pointer; position:absolute; top:-10px; right:-10px;
}
.ABPopUp
{
background-color: #fff;
width:516px;
height:470px;
font-family: Arial, Sans-Serif;
}
.ABPopUpHeader
{
height: 30px;
background:transparent url(/web/20120907221648im_/http://www.roblox.com/images/bg-gutter.png) repeat-x;
font: 9px Arial;
color: #404040;
text-decoration: none;
}
.CurvedBanner
{
background: url(/web/20120907221648im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t1.png) no-repeat left top;
display:inline-block;
float:left;
position:relative;
height: 28px;
width:3px;
top:0px;
margin-left:4px;
}
.HeaderBanner
{
margin:0px;
top:0px;
float:left;
background:url(/web/20120907221648im_/http://www.roblox.com/images/cssspecific/rbx2/head_bkg_t2.png) no-repeat scroll right top transparent;
display:inline-block;
height:28px;
padding: 6px 0px 0 4px;
width: 128px;
}
.HeaderBanner a
{
color:#fff;
height: 18px;
background: url(/web/20120907221648im_/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;
cursor:pointer;
}
.HeaderBanner a:hover
{
color:#fff;
background-position: 0px -18px;
text-decoration: none;
}
.ABPopUpBody
{
height:300px;
text-align:center;
padding: 30px 40px 30px 40px;
position:relative;
}
.BodyHeaderText
{
font:bold 18px Arial;
display:inline-block;
padding-bottom:15px;
}
.Avatars
{
height:125px;
width:115px;
position:relative;
cursor:pointer;
}
.Avatars span
{
font: bold 14px Arial;
}
.UnselectedAvatar
{
background: transparent url(/web/20120907221648im_/http://www.roblox.com/images/bg-character.png) no-repeat top center;
}
.SelectedAvatar,
.UnselectedAvatar:hover
{
background: transparent url(/web/20120907221648im_/http://www.roblox.com/images/bg-character.png) no-repeat center bottom;
}
.ABPopUpFooter
{
height: 79px;
background: transparent url(/web/20120907221648im_/http://www.roblox.com/images/bg-gutter.png) repeat-x;
padding: 0px 10px 0px 10px;
}
.SecureImgs
{
margin-top:7px;
background: #fff;
float:left;
border:1px solid #404040;
font: 13px Arial;
color:#404040;
text-align:center;
width: 220px;
padding: 5px;
}
.ABPopUpFooter .SecureImgs span
{
display:inline-block;
padding-bottom: 10px;
}
.ABPopUpFooter a, .ABPopUpFooter a:hover
{
text-decoration: none;
}
.Message
{
margin-top:12px;
float:right;
width:200px;
font: 12px Arial;
color:#404040;
text-align:left;
padding: 0px;
}
.ABDownloadButton
/*, .ABDownloadButton:hover*/,
.ABPlayButton
/*, .ABPlayButton:hover*/
{
width: 300px;
margin:auto;
margin-top: 60px;
cursor: pointer;
height: 54px;
}
.ABDownloadButton
/*, .ABDownloadButton:hover */
{
background: transparent url(/web/20120907221648im_/http://www.roblox.com/images/btn-download.png) no-repeat top center;
}
.ABPlayButton
/*, .ABPlayButton:hover*/
{
background: transparent url(/web/20120907221648im_/http://www.roblox.com/images/btn-play.png) no-repeat top center;
}
.ABPlayButton:hover, .ABDownloadButton:hover
{
background-position: center bottom;
}
#DownloadText
{
font: 13px Arial;
color: #404040;
display:inline-block;
padding-top: 3px;
}
/*End AB Test Character PopUp Styles*/
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:45:22 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: 443.008
exclusion.robots: 171.108
exclusion.robots.policy: 171.098
xauthn.identify: 123.355
xauthn.chkprivs: 47.482
cdx.remote: 0.068
esindex: 0.01
LoadShardBlock: 210.51 (3)
PetaboxLoader3.datanode: 237.877 (4)
CDXLines.iter: 11.746 (3)
load_resource: 114.37
PetaboxLoader3.resolve: 58.326
*/

View File

@ -0,0 +1,103 @@
.PlaceLauncherStatus
{
color:#333;
display:none;
font-size:16px;
font-weight:bolder;
line-height: 19px;
}
.PlaceLauncherStatusBackBuffer
{
position:relative;
display:none;
}
.CancelPlaceLauncherButton
{
background-color:White;
border:none;
color:Blue;
cursor:pointer;
font-size:12px;
}
.CancelPlaceLauncherButton:Hover, .CancelPlaceLauncherButton:Active
{
background-color:White;
border:none;
color:Blue;
cursor:pointer;
text-decoration: underline;
}
.PlaceLauncherModal
{
border:none;
color:Black;
height:125px;
margin:1.5em;
padding:10px;
text-align:center;
width:360px;
}
#FeaturedGameButtonContainer, #FeaturedGameButtonContainerABTest
{
border: none;
width:330px;
height:267px;
}
#FeaturedGameButtonContainerABTest
{
/* position:relative;*/
}
.FeaturedGameButton
{
cursor:pointer;
position:absolute;
right:60px;
top:28px;
}
.FeaturedGameButtonABTest,.FeaturedGameButtonABTest:hover
{
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/buttons/playRoblox01.png);
background-position: 0px 0px;
background-repeat: no-repeat;
position: absolute;
top: 20px;
right: 65px;
height: 214px;
width: 215px;
cursor: pointer;
}
.FeaturedGameButtonABTest:hover
{
background-position: 0px -214px;
}
.VisitButtonsGuestCharacter
{
display:inline-block;
*display:inline;
padding: 10px 5px;
cursor: pointer;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:45: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: 2321.775
exclusion.robots: 2144.711
exclusion.robots.policy: 2144.703
xauthn.identify: 1960.344
xauthn.chkprivs: 184.177
cdx.remote: 0.052
esindex: 0.006
LoadShardBlock: 63.873 (3)
PetaboxLoader3.datanode: 59.22 (4)
CDXLines.iter: 11.517 (3)
load_resource: 81.275
PetaboxLoader3.resolve: 44.17
*/

View File

@ -0,0 +1,230 @@
legend span
{
color:#777;
line-height:6px;
}
#EditProfileContainer
{
background-color: #eee;
border: solid 1px #000;
color: #555;
margin: 0 auto;
width: 620px;
}
#EditProfileContainer h2
{
background-color: #ccc;
border-bottom: solid 1px #000;
color: #333;
font-size: x-large;
margin: 0;
text-align: center;
}
#EditProfileContainer h3
{
text-align: center;
}
#EditProfileContainer fieldset
{
font-size: 1.2em;
margin: 15px 0 0 0;
}
#EditProfileContainer .MultilineTextBox
{
width: 250px;
}
#EditProfileContainer .TextBox
{
vertical-align: middle;
width: 150px;
}
#EditProfileContainer .Label
{
vertical-align: middle;
}
#EditProfileContainer #Confirmation
{
border: dashed 1px #ff0000;
background-color: #ccc;
color: #ff0000;
font-family: Verdana, Sans-Serif;
margin: 0 auto;
margin-top: 10px;
padding: 10px 5px;
text-align: center;
width: 410px;
}
#EditProfileContainer #AgeGroup,
#EditProfileContainer #ChatMode,
#EditProfileContainer #PrivacyMode,
#EditProfileContainer #ResetPassword,
#EditProfileContainer #Blurb
{
margin: 0 auto;
width: 60%;
}
#EditProfileContainer #EnterEmail
{
margin: 0 auto;
width: 60%;
text-align: left;
}
#EditProfileContainer .Buttons
{
margin: 20px 0 20px 0;
text-align: center;
}
#EditProfileContainer .AgeGroupRow,
#EditProfileContainer .ChatModeRow
{
font-size: .9em;
margin: 10px 0 10px 100px;
}
#EditProfileContainer .ResetPasswordRow
{
margin: 10px 0;
text-align: center;
}
#EditProfileContainer .BlurbRow
{
padding: 10px 4px 10px 4px;
text-align: right;
}
#EditProfileContainer .Legend
{
color: Blue;
margin-left: 9px;
}
#EditProfileContainer .Suggestion
{
font: normal .8em/normal Verdana, sans-serif;
padding-left: 9px;
}
#EditProfileContainer .Validators
{
margin-left: 9px;
}
.GrayButton, .GrayButton:link, .GrayButton:visited, .GrayButton:active
{
background:url(/web/20120907221648im_/http://www.roblox.com/images/buttons/bg-form_btn_lg-tile.png) repeat-x top left;
border:1px solid #777;
padding:4px 8px 0;
height:21px;
font:13px Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
display:block;
float:left;
}
.GrayButton:hover
{
background-position:bottom left;
border-color:#888;
text-decoration:none;
}
.GrayButton.Disabled {
border:1px solid #ccc;
color:#a7a7a7;
cursor:default;
}
.GrayButton.Disabled:hover
{
background-position:top left;
}
.GrayDropdown
{
position:relative;
text-align:left;
display:block;
float:left;
}
.GrayDropdown .Button
{
background:url(/web/20120907221648im_/http://www.roblox.com/images/buttons/bg-drop_down_btn.png) no-repeat right top;
border:1px solid #777;
padding:4px 17px 0px 8px;
height:21px;
font:13px Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
display:block;
position:relative;
z-index:2;
}
.GrayDropdown .Button:hover
{
background-position:right center;
border-color:#888;
text-decoration:none;
}
.GrayDropdown .Button.Active
{
background-position:right bottom;
border-bottom:none;
height:22px;
}
.GrayDropdown .Menu
{
background-color:#efefef;
border:1px solid #777;
position:absolute;
top:26px;
z-index:1;
font:12px normal Arial, Helvetica, sans-serif;
width:100px;
display:none;
}
.GrayDropdown .Menu .Item
{
display:block;
text-decoration:none;
color:#000;
padding:2px 8px;
margin:4px 0px;
cursor:pointer;
}
.GrayDropdown .Menu .Item:hover
{
background-color:#095fb5;
color:#fff;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:48: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: 255.762
exclusion.robots: 197.264
exclusion.robots.policy: 197.252
xauthn.identify: 133.93
xauthn.chkprivs: 62.903
RedisCDXSource: 0.825
esindex: 0.013
LoadShardBlock: 34.21 (3)
PetaboxLoader3.datanode: 45.336 (4)
CDXLines.iter: 20.516 (3)
load_resource: 70.807
PetaboxLoader3.resolve: 23.725
*/

View File

@ -0,0 +1,152 @@
.FrontPagePanel
{
float: left;
border: solid 1px black;
margin: 5px;
background-color: White;
}
#SignInPane
{
border: none;
margin-left: 0px;
width: 152px;
height: 250px;
}
#Movie
{
width: 424px;
height: 250px;
}
#FrontPageRectangleAd
{
margin: 5px 0px 5px 5px;
width: 300px;
height: 250px;
background-color: Transparent;
}
#SalesPitch
{
margin-left: 0px;
width: 586px;
height: 90px;
}
#WhatsNew
{
margin-left: 0px;
width: 586px;
height: 280px;
}
#RandomFacts
{
float: right;
margin-right: 0px;
width: 300px;
height: 150px;
}
.RandomFactoid
{
text-align: center;
height: 32px;
width: 290px;
padding: 2px;
overflow:hidden;
}
#marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
}
.RandomFactoid img
{
float: left;
}
#ParentsCorner
{
margin-right: 0px;
width: 300px;
height: 220px;
_height: 240px;
}
#ParentsCorner #Inside
{
padding: 10px;
}
.ShieldImage
{
float: left;
padding: 5px;
}
.TrusteeSeal
{
float: left;
width: 140px;
padding: 5px;
}
#NewsFeeder
{
margin-right: 0px;
width: 158px;
}
#FrontPageBannerAd
{
margin-left: 0px;
width: 728px;
height: 90px;
background-color: Transparent;
}
.BadAdButton
{
background-color: Transparent;
border: 0;
font-size: .8em;
z-index: 100; /* fix so it's on top of the banner below it */
font-family: Verdana;
padding: 0;
position: relative;
text-align: center;
height: 8px;
top: -1px;
right: 0;
}
.BadAdButton:hover
{
background-color: #fff;
border: solid 1px #000;
text-decoration: none;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:49:10 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: 342.57
exclusion.robots: 150.647
exclusion.robots.policy: 150.637
xauthn.identify: 100.677
xauthn.chkprivs: 49.666
RedisCDXSource: 0.802
esindex: 0.007
LoadShardBlock: 167.749 (3)
PetaboxLoader3.resolve: 137.386 (4)
PetaboxLoader3.datanode: 59.295 (4)
CDXLines.iter: 20.475 (3)
load_resource: 68.876
*/

View File

@ -0,0 +1,95 @@
.Revised .VisitButtonGirlGuest, .Revised .VisitButtonBoyGuest, .Revised .VisitButtonGirlGuest:hover, .Revised .VisitButtonBoyGuest:hover {
width: 180px;
background-repeat:no-repeat;
height: 228px;
display: inline-block;
padding: 0px;
}
.Revised .VisitButtonGirlGuest {
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/Buttons/AB-female_character.jpg);
background-position: center;
}
.Revised .VisitButtonBoyGuest {
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/Buttons/AB-male_character.jpg);
background-position: center;
margin-right: 25px;
}
.Revised .VisitButtonGirlGuest:hover {
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/Buttons/AB-female_character.jpg);
background-position: bottom;
}
.Revised .VisitButtonBoyGuest:hover {
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/Buttons/AB-male_character.jpg);
background-position: bottom;
margin-right: 25px;
}
.Revised .Title {
text-align: center;
color:#333;
font-size: 24px;
font-weight: bold;
padding:5px 0;
}
.RevisedCharacterSelectBody {
background-color:#fff;
padding:10px
}
.RevisedCharacterSelectSignup
{
width: 72px;
height: 20px;
float: left;
}
.RevisedCharacterSelectSignup {
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/Buttons/sign_up_small.png);
background-position: top;
}
.RevisedCharacterSelectSignup:hover {
background-image: url(/web/20120907221648im_/http://www.roblox.com/images/Buttons/sign_up_small.png);
background-position: bottom;
}
.Revised .HaveAccount {
float:right;
color:#095fb5;
font-family:Arial;
font-size: 14px;
cursor:pointer;
}
.Revised.GuestModePromptModal {
width:475px;
border: 2px solid #333;
padding:0px 5px 5px 5px;
background-color:#e1e1e1;
}
.RevisedFooter {
height:38px;
width: 90%;
margin: 0 auto;
border-top:1px solid #e1e1e1;
text-align:center;
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:49:40 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: 185.068
exclusion.robots: 104.046
exclusion.robots.policy: 104.037
xauthn.identify: 70.899
xauthn.chkprivs: 32.863
RedisCDXSource: 4.928
esindex: 0.013
LoadShardBlock: 52.748 (3)
PetaboxLoader3.datanode: 62.487 (4)
CDXLines.iter: 17.442 (3)
load_resource: 52.61
PetaboxLoader3.resolve: 25.241
*/

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,656 @@
textarea
{
resize:none;
}
#MySets_Tab, #SubscribedSets_Tab
{
float:left;
}
#SetsContainer
{
margin:15px;
}
#SetsPane
{
position: relative;
top: -2px;
clear: both;
min-height: 300px;
color:#000;
}
#SelectedSetDescription a
{
color:#095fb5;
}
#SetsPane.StandardBox
{
background:url(/web/20120907221648im_/http://www.roblox.com/images/cssspecific/rbx2/standardBox_01_bkg.png) top repeat-x white;
}
#SetsList a
{
color: #000;
}
#SetInfoPane
{
float: left;
margin: 5px 5px 20px 5px;
*margin: 5px 5px 10px 5px;
width:675px;
position:relative;
}
#DeleteUnsubscribe_delete, #DeleteUnsubscribe_unsubscribe, #EditButtonDiv, #SortButtonDiv, .setspage_subscribe_btn
{
position: relative;
float: left;
font-size: 11px;
margin-left: 5px;
top: 8px;
*top:0px;
}
#EditButtonDiv
{
margin-left:0px;
clear:left;
*margin-left:5px;
}
#DeleteUnsubscribe_delete a, #DeleteUnsubscribe_unsubscribe a, #EditButtonDiv a, #SortButtonDiv a, .setspage_subscribe_btn a
{
*line-height:2.5em;
}
#DeleteUnsubscribe_delete a:hover, #DeleteUnsubscribe_unsubscribe a:hover, #EditButtonDiv a:hover, #SortButtonDiv a:hover, .setspage_subscribe_btn a:hover
{
*border:1px solid #000;
*background-color:#6e99c9;
*text-decoration:underline;
}
.setspage_subscribe_btn
{
top:4px;
}
.ReportAbusePanel
{
float:right;
clear: right;
margin: 8px;
font-size: 11px;
}
.AbuseButton a
{
color:#000;
}
#SetsPane #DeleteUnsubscribe_delete a:hover, #SetsPane #DeleteUnsubscribe_unsubscribe a:hover, #EditButtonDiv a:hover, #SortButtonDiv a:hover, .setspage_subscribe_btn a:hover
{
cursor:pointer;
}
.SetNameLong
{
font-size: 15px;
font-weight: bold;
padding:0px;
padding-bottom:5px;
float:left;
}
#SetInfoPane .SetIcon
{
float:left;
}
#SetInfoPane .SetInfo
{
float:left;
padding-left:10px;
}
#SetSubscribersOwner
{
font-size:11px;
font-style:italic;
position: relative;
top: 3px;
float:left;
margin-left:10px;
}
#SelectedSetDescription
{
float: left;
clear: left;
padding: 5px;
padding-left:0px;
width:400px;
overflow:hidden;
word-wrap:break-word;
}
#SetsList
{
overflow:auto;
background: #E8E8E8;
border: 1px solid #AAA;
}
#AssetSetItemsContainer
{
float:left;
width: 685px;
}
#AssetSetItems
{
min-height:300px;
text-align:center;
position:relative;
}
#horizontal-rule
{
width:685px;
float:left;
}
#SetsListContainer
{
float:left;
width: 150px;
text-align: center;
margin: 5px;
position:relative;
}
#SetDescriptionDiv
{
position:absolute;
width: 220px;
}
#SetDescriptionDiv_content
{
min-height:25px;
background: url('/web/20120907221648im_/http://www.roblox.com/images/Sets/setspop_header.png') no-repeat;
padding:10px;
padding-left:25px;
}
#SetDescriptionDiv_header
{
/**/
}
#SetDescriptionDiv_footer
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/Sets/setspop_footer.png');
height:7px;
}
.content.left
{
float:left;
width:80px;
}
.content.right
{
float:left;
width:380px;
padding:0 10px;
}
.SetList-Set
{
margin:0;
list-style-type:none;
width:100%;
overflow:hidden;
padding-bottom:5px;
height:35px;
}
.SetList-Set:hover
{
cursor:pointer;
}
.SetList-SetContainer
{
clear:both;
padding:5px 13px;
position:relative;
}
.SetList-SetContainer img
{
margin-right:5px;
background-color:#fff;
}
.SetList-SetContainer div
{
float:left;
}
.SetList-SetContainer .name
{
text-decoration:none;
font-size:11px;
text-align:left;
float:left;
position:relative;
top:6px;
width:85px;
}
.SetList-SetContainer .name a:hover
{
text-decoration:none;
}
.SetList-SetContainer .deleteunsubscribe
{
font-size:11px;
text-align:right;
font-weight:normal;
position: absolute;
left: 47px;
top: 23px;
}
.SetList-Set.selected
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/gamesPage_filterArrow.png') no-repeat 3px center;
font-weight:bold;
}
.SetList-Set:hover
{
background-color:#fff;
}
#SetsList ul
{
margin:0;
padding:0;
}
#CreateFind_Button
{
position: relative;
margin-bottom: 10px;
height: 50px;
width: 150px;
float:right;
}
#CreateFind_Button.create
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/Sets/sets_btn_create.png');
}
#CreateFind_Button.create:hover
{
background-position:left 50px;
cursor:pointer;
}
#CreateFind_Button.find
{
background: url('/web/20120907221648im_/http://www.roblox.com/images/Sets/sets_btn_find.png');
}
#CreateFind_Button.find:hover
{
background-position: left 50px;
cursor:pointer;
}
#CreateFind_Button a
{
width:140px;
}
#HasNoSubscribedSetsPanel, #HasNoOwnedSetsPanel
{
text-align: center;
width: 100%;
}
#SetUrlDiv
{
text-align:center;
font-size:11px;
padding:15px;
}
.editSetPanelPopup
{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
}
.editSetPanelPopup .mask
{
background:#fff;
-moz-opacity:.50;
filter:alpha(opacity=50);
opacity:.50;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
}
.Paging_Input
{
width: 20px;
text-align: center;
font-size:12px;
}
#editSetContainerDiv .sort-msg
{
width:100%;
clear:both;
text-align:center;
font-style:italic;
position:relative;
top:20px;
}
.ButtonDiv
{
text-align: right;
float:right;
position:relative;
}
.ButtonDiv.bottom
{
float:none;
text-align:center;
}
#NameDisplay
{
font-weight:bold;
font-style:italic;
}
#MoreDescButton:hover
{
cursor:pointer;
}
#PagingContainerDivTop, #PagingContainerDivBottom
{
text-align: center;
margin: 5px 0px 0px 0px;
}
#PagingContainerDivBottom
{
margin:5px 0px 5px 0px;
}
#PagingContainerDivTop div, #PagingContainerDivBottom div
{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}
.PagingContainerDivTop
{
text-align: center;
margin: 5px 0px 0px 0px;
}
.PagingContainerDivTop div
{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}
.paging_pagenums_container a
{
padding: 0px 3px;
}
.paging_previous:hover
{
cursor:pointer;
background-position:left 72px;
}
.paging_next:hover
{
cursor:pointer;
background-position:left 120px;
}
.paging_pagenums_container .selected
{
font-weight:bold;
}
.paging_previous, .paging_next
{
height:24px;
width:24px;
background: url('/web/20120907221648im_/http://www.roblox.com/images/Sets/blue_arrow_btns_sprite.png');
background-position: left top;
}
.paging_previous
{
background-position:left 96px;
}
.paging_previous.disabled
{
cursor:default;
background-position:left 24px;
}
.paging_next.disabled
{
background-position:left 48px;
cursor:default;
}
.paging_wrapper
{
position: relative;
top: -6px;
*top:-3px;
margin: 0px 10px;
}
.paging_wrapper input
{
*position:relative;
*top:1px;
}
#AssetSetItems .item
{
width: 115px;
height:140px;
float: left;
margin: 10px;
border: 1px solid #E5E5E5;
position:relative;
text-align:center;
z-index:500;
}
.item .link_container
{
overflow:hidden;
width: 110px;
height: 140px;
display: inline-block;
}
#AssetSetItems .setitem_options
{
position:absolute;
top:2px;
right:2px;
display:none;
height:20px;
width:20px;
background:url('/web/20120907221648im_/http://www.roblox.com/images/Sets/btn-gear_sprite.png') left -1px;
}
#AssetSetItems .setitem_options:hover
{
background-position: left bottom;
cursor:pointer;
display:none;
}
#AssetSetItems .setitem_options:hover
{
display:block;
}
#AssetSetItems .item:hover .setitem_options, #AssetSetItems .setitem_options.true, #AssetSetItems .setitem_options.true2
{
display:block;
}
.setitem_options .spacer
{
position:absolute;
top:0px;
right:-2px;
width:115px;
height:75px;
display:none;
background:#fff;
opacity: 0; /* standard: ff gt 1.5, opera, safari */
-ms-filter: âœalpha(opacity=0)â; /* ie 8 */
filter: alpha(opacity=0); /* ie lt 7 */
-khtml-opacity: 0; /* safari 1.x */
-moz-opacity: 0; /* ff lt 1.5, netscape */
}
.setitem_options .container.outer
{
position:absolute;
top:20px;
right:-2px;
width:115px;
overflow:hidden;
display:none;
}
.setitem_options .container.inner
{
position:relative;
text-align:left;
border: 1px solid #aaa;
background-color:#fff;
top: -75px;
font-size:11px;
}
.setitem_options .container .setlist
{
}
#AssetSetItems .item:hover
{
background-color: #F5F5F5;
border-color:#C2C2C2;
}
#AssetSetItems .link_container.handle:hover
{
cursor:move;
}
#AssetSetItems .item a
{
text-decoration:none;
color:#000;
}
#AssetSetItems .item img
{
width:100px;
height:100px;
margin-top:8px;
}
#PrivateSetText
{
position: relative;
top: 9px;
left:38%;
}
.PagingIndicators
{
font-size: 18px;
font-weight: bold;
letter-spacing: -.1em;
vertical-align: middle;
cursor: pointer;
display: none;
}
.newVersionInfo
{
position: absolute;
top: 94px;
left: 0;
font-size: 10px;
text-align: center;
width: 100%;
height:10px;
z-index:400;
}
.NewVersionInfo:hover
{
text-decoration: none;
}
.newversion_banner
{
height:14px;
width:93px;
background:url('/web/20120907221648im_/http://www.roblox.com/images/Sets/update_available.png') top left no-repeat;
position: absolute;
top: 5px;
left: 3px;
}
.NewVersionDropDown
{
position: absolute;
border: 1px solid gray;
background-color: #fff;
display: none;
width: 113px;
z-index: 900;
}
.NewVersionDropDownItem
{
display: block;
cursor: pointer;
width: 100%;
padding:2px;
}
.NewVersionDropDownItem:hover
{
background-color:#6e99c9;
color:#fff;
}
.SetsPagePopupContainer
{
background-color: #fff;
padding: 1px 20px;
}
.SetsPagePopupContainer p
{
margin:0;
padding:0;
margin-top:10px;
}
.SetsPagePopupContainer textarea
{
width:355px;
height:100px;
resize:none;
}
.CreateEditSetTitle, .MoveItemModalTitle
{
text-align: center;
font-size: 16px;
font-weight: bold;
padding: 10px 10px 0px 10px;
}
.moveItemContainerDiv
{
text-align:center;
width: 380px;
padding: 20px 10px;
float: left;
}
#SetsPane .loading
{
width: 688px;
height: 99%;
position: absolute;
top: 0;
right: 0;
background-color: white;
background: url('/web/20120907221648im_/http://www.roblox.com/images/Spinners/spinner100x100.gif') center no-repeat #fff;
margin: 5px;
z-index:5000;
opacity: .75; /* standard: ff gt 1.5, opera, safari */
-ms-filter: âœalpha(opacity=75)â; /* ie 8 */
filter: alpha(opacity=75); /* ie lt 7 */
-khtml-opacity: .75; /* safari 1.x */
-moz-opacity: .75; /* ff lt 1.5, netscape */
}
/*
FILE ARCHIVED ON 22:16:48 Sep 07, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 05:50:15 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: 278.687
exclusion.robots: 159.808
exclusion.robots.policy: 159.796
xauthn.identify: 112.976
xauthn.chkprivs: 46.545
RedisCDXSource: 26.844
esindex: 0.009
LoadShardBlock: 74.653 (3)
PetaboxLoader3.datanode: 90.539 (4)
CDXLines.iter: 14.34 (3)
load_resource: 87.63
PetaboxLoader3.resolve: 65.318
*/

View File

@ -0,0 +1,198 @@
/* Shadowed Standard Boxes
Example Usage:
<div class="ShadowedStandardBox">
<div class="Shadow"></div>
<div class="Header">Games</div>
<div class="Content">
Your content goes here.
</div>
</div>
Note: If you want to hard-code a height for the box, do it in the Content div.
e.g. <div class="Content" style="height: 400px;">
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. <div class="Content" style="height: 400px; padding: 5px 5px 5px 5px;">
*/
/* 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:
<div class="OutlineBox" style="height: 250px;">
<div class="OB_HeaderPositioner"><div class="OB_Header">Box Title</div></div>
<div class="OB_Content">
Your content goes here.
</div>
</div>
*/
.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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

File diff suppressed because it is too large Load Diff

View File

@ -39,24 +39,24 @@
@if ($user)
<ul class="SearchTree">
<li class="Menu">
<a title="{{ $invited_by }}'s Invite Tree" href="/iphone/tree?q={{ App\Models\User::where('name', $invited_by)->first()->id }}&searchBy=id">
<a title="{{ $invited_by }}'s Invite Tree" href="/admin/tree?q={{ App\Models\User::where('name', $invited_by)->first()->id }}&searchBy=id">
<span>{{ $invited_by }}</span>
</a>
<a href="/iphone/users?q={{ App\Models\User::where('name', $invited_by)->first()->id }}&searchBy=id" title="View {{ App\Models\User::where('name', $invited_by)->first()->name }}'s Details" class="userInfo"></a>
<a href="/admin/users?q={{ App\Models\User::where('name', $invited_by)->first()->id }}&searchBy=id" title="View {{ App\Models\User::where('name', $invited_by)->first()->name }}'s Details" class="userInfo"></a>
<a href="{{ route('profile', App\Models\User::where('name', $invited_by)->first()->id) }}" title="{{ $invited_by }}'s Profile" class="forwardArrow"></a>
<ul id="DropDown" class="TreeList">
<li class="subList">
<a href="{{ route('profile', $user->id) }}" title="{{ $user->name }}'s Profile" class="RedirectArrow">
<span>{{ $user->name }}</span>
</a>
<a href="/iphone/users?q={{ $user->id }}&searchBy=id" title="View {{ $user->name }}'s Details" class="userInfo"></a>
<a href="/admin/users?q={{ $user->id }}&searchBy=id" title="View {{ $user->name }}'s Details" class="userInfo"></a>
<ul class="TreeList">
@foreach ($children as $child)
<li>
<a href="/iphone/tree?q={{ $child->id }}&searchBy=id" title="{{ $child->name }}'s Invite Tree">
<a href="/admin/tree?q={{ $child->id }}&searchBy=id" title="{{ $child->name }}'s Invite Tree">
<span>{{ $child->name }}</span>
</a>
<a href="/iphone/users?q={{ $child->id }}&searchBy=id" title="View {{ $child->name }}'s Details" class="userInfo"></a>
<a href="/admin/users?q={{ $child->id }}&searchBy=id" title="View {{ $child->name }}'s Details" class="userInfo"></a>
<a href="{{ route('profile', $child->id) }}" title="{{ $child->name }}'s Profile" class="forwardArrow"></a>
</li>
@endforeach

View File

@ -52,9 +52,9 @@
{{ $user->name }}
</a>
@unless (request()->query('q'))
<a href="/iphone/users?q={{ $user->id }}&searchBy=id" title="{{ $user->name }}'s Details" class="AuthenticatedUserName userInfo"></a>
<a href="/admin/users?q={{ $user->id }}&searchBy=id" title="{{ $user->name }}'s Details" class="AuthenticatedUserName userInfo"></a>
@endunless
<a href="/iphone/tree?q={{ $user->id }}&searchBy=id" title="{{ $user->name }}'s Invite Tree" class="forwardArrow AuthenticatedUserName"></a>
<a href="/admin/tree?q={{ $user->id }}&searchBy=id" title="{{ $user->name }}'s Invite Tree" class="forwardArrow AuthenticatedUserName"></a>
</div>
@if ($user->settings->changed_name)
<div class="Row">
@ -172,9 +172,9 @@
{{ App\Models\User::where('id', $user->invited_by)->first()->name }}
</a>
@unless (request()->query('q'))
<a href="/iphone/users?q={{ App\Models\User::where('id', $user->invited_by)->first()->id }}&searchBy=id" title="View {{ App\Models\User::where('id', $user->invited_by)->first()->name }}'s Details" class="AuthenticatedUserName userInfo"></a>
<a href="/admin/users?q={{ App\Models\User::where('id', $user->invited_by)->first()->id }}&searchBy=id" title="View {{ App\Models\User::where('id', $user->invited_by)->first()->name }}'s Details" class="AuthenticatedUserName userInfo"></a>
@endunless
<a href="/iphone/tree?q={{ App\Models\User::where('id', $user->invited_by)->first()->id }}&searchBy=id" title="{{ App\Models\User::where('id', $user->invited_by)->first()->name }}'s Invite Tree" class="forwardArrow AuthenticatedUserName"></a>
<a href="/admin/tree?q={{ App\Models\User::where('id', $user->invited_by)->first()->id }}&searchBy=id" title="{{ App\Models\User::where('id', $user->invited_by)->first()->name }}'s Invite Tree" class="forwardArrow AuthenticatedUserName"></a>
</div>
<div class="Row">
<div class="text-secondary">

View File

@ -41,14 +41,6 @@
<link href="{{ asset('css/app.css?id=' . Str::random(8)) }}" rel="stylesheet">
@endswitch
@else
<style>
body {
display: none;
}
html {
background: black;
}
</style>
<script>
function getDarkMode() {
var currentTime = new Date().getHours();
@ -79,11 +71,6 @@
}
getDarkMode()
</script>
<style>
body {
display: block !important;
}
</style>
@endauth
@yield('extras')
</head>

View File

@ -78,9 +78,9 @@ Route::middleware(['auth'])->group(function () {
// Admin only
Route::group(['middleware' => 'AdminCheck'], function() {
Route::get('/iphone/dashboard', [App\Http\Controllers\AdminController::class, 'index'])->name('admin_index');
Route::get('/iphone/users', [App\Http\Controllers\AdminController::class, 'users'])->name('admin_users');
Route::get('/iphone/tree', [App\Http\Controllers\AdminController::class, 'tree'])->name('admin_tree');
Route::get('/admin/dashboard', [App\Http\Controllers\AdminController::class, 'index'])->name('admin_index');
Route::get('/admin/users', [App\Http\Controllers\AdminController::class, 'users'])->name('admin_users');
Route::get('/admin/tree', [App\Http\Controllers\AdminController::class, 'tree'])->name('admin_tree');
});
// Client routes