mourningdove/htdocs/stc/settings.css

120 lines
2.2 KiB
CSS
Raw Normal View History

2026-05-24 01:03:05 +00:00
/*Common */
#settings_page img {
border: 0;
}
.smaller {
font-size: 11px;
}
/* Layout */
#intro {
margin-bottom: 20px;
}
#settings_left {
min-width: 625px;
}
#settings_save {
padding: 5px 7px;
}
/* Shared Content */
.account table, .display table, .mobile table, .privacy table, .history table, .othersites table, .community table {
width: 100%;
}
.account td, .display td, .mobile td, .privacy td, .history td, .othersites td, .community td {
padding: 10px 10px 10px 5px;
}
.account td.last, .display td.last, .mobile td.last, .privacy td.last, .history td.last, .othersites td.last, .community td.last {
border-bottom: none;
}
.account td.help, .display td.help, .mobile td.help, .privacy td.help, .history td.help, .othersites td.help, .community td.help {
width: 14px;
text-align: right;
}
.account_label, .display_label, .mobile_label, .privacy_label, .history_label, .othersites_label, .community_label {
font-weight: bold;
}
/* Account Content */
.account {
margin-bottom: 10px;
}
.account_actionlink {
text-align: right;
}
.account_stats {
padding: 5px 10px;
line-height: 18px;
}
.account_stats p {
padding: 0;
margin: 0 0 5px 0;
}
/* Display Content */
.display .display_label {
vertical-align: top;
}
.display .radiotext {
position: relative;
bottom: 2px;
left: 2px;
padding-right: 10px;
}
/* Mobile Content */
.mobile table.setting_table {
width: auto;
}
.mobile table.setting_table td {
border: 0;
padding: 0;
}
.mobile td.setting_label {
text-align: right;
}
.mobile .help {
vertical-align: top;
}
.mobile_option p {
margin: 0;
padding-bottom: 5px;
}
/* Privacy Content */
.privacy .details {
font-size: 11px;
font-style: italic;
margin-bottom: 0;
}
/* other sites */
.othersites table.setting_table td.checkbox {
text-align: center;
}
.xpost_add {
text-align: center;
}
.xpost_footer_preview {
width: 100%;
padding: 10px 5px 10px 5px;
}
.sitescheme-item {
margin-top: 5px;
float:left;
clear: both;
}
.sitescheme-item img {
display: block;
float: left;
margin-right: 10px;
}
.sitescheme-style {
clear: both;
}