234 lines
4.4 KiB
CSS
234 lines
4.4 KiB
CSS
#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
|
|
*/ |