Protected page

User:Supergeeky1/qdb.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
:hover {
	transition: all 0.15s;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #f3ede3;
	color: #292f34;
	font-size: 13px;
}

#header {
	margin: 0;
	height: 196px;
	border: none;
	background: url(https://images.uncyclomedia.co/uncyclopedia/en/b/bf/Qdb-header.png) 50% 50% / cover no-repeat;
	box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12), 0 0 4px 0 rgba(0,0,0,.12);
}

#header a {
	font-size: 0;
	background: url(https://images.uncyclomedia.co/uncyclopedia/en/c/c9/Qdb-logo-black.png) 0 / 300px 60px no-repeat;
	width: 300px;
	height: 60px;
	position: absolute;
	top: 50px;
	left: 200px;
	z-index: 2;
}

#header a:hover {
	background-image: url(https://images.uncyclomedia.co/uncyclopedia/en/4/44/Qdb-logo-white.png);
}

#header-character {
	position: absolute;
	top: 8px;
	left: -145px;
	width: 375px;
	height: 188px;
	background: url(http://images.uncyclomedia.co/uncyclopedia/en/6/6f/Unscriptlogo.png) 0 / 375px 188px no-repeat;
	z-index: 1;
}

#header-character a {
	display: block;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #0645ad;
}

a:visited {
	color: #0b0080;
}

a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 275%;
}

h1 a, h1 a:link, h1 a:visited {
	margin: 0;
	padding: 0.1em 0.5em;
	color: #000000;
	text-decoration: none;
	display: block;
}

h2 {
	font-size: 220%;
}

h3 {
	font-size: 120%;
}

p {
	margin: 0 0 1em 0;
}

form {
	display: inline;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

thead, tbody, tr, td {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #e0e0e0;
	background: #FFFFFF;
	color: #666;
	margin: 0.1em;
	padding: 0.25em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

select option {
	padding: 0.1em;
	margin: 0.1em;
	background: #F9F9F9;
}

input[type=radio], input[type=checkbox] {
	border: none;
	vertical-align: middle;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Consolas, Monaco, Courier New, monospace;
	font-size: 12px;
	line-height: 1.5em;
}

input:focus, select:focus, textarea:focus {
	color: #000000;
	outline: 0;
}

input[type=submit], input[type=reset], input[type=button] {
	padding-left: 1em;
	padding-right: 1em;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	color: #000000;
	cursor: pointer;
}

label {
	border-bottom: 1px dotted transparent;
}

label:hover {
	border-color: #CCC;
	cursor: pointer;
}

ul#navigation {
	position: absolute;
	display: block;
	top: 140px;
	width: 100%;
	height: 42px;
	background: rgba(0,0,0,0.24);
	padding: 0;
	list-style-type: none;
	font: 400 14px/32px Lato,Arial,sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 0;
}

ul#navigation li {
	display: inline;
}

ul#navigation li:first-child {
	margin-left: 240px;
}

ul#navigation li a, ul#navigation li a:visited {
	padding: 0.9em 1em 0.9em 1em;
	line-height: 42px;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #FFFFFF;
	background: rgba(245, 169, 100, 0.5);
}

#user-bar {
	position: absolute;
	list-style-type: none;
	top: 12px;
	right: 20px;
}

#user-bar li {
	display: inline-block;
	background: #f5a964;
	border-bottom: 2px solid #ce9058;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	border-radius: 4px;
	padding: 6px 20px;
	margin: 10px;
}

#user-bar li:hover {
	background: #ffca99;
}

#user-bar a {
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	text-transform: lowercase;
	padding: 6px 20px;
}

#user-bar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	clear: both;
	float: right;
	font-size: 75%;
	text-align: right;
	margin: 2.5em 0 0 0;
	padding: 0.75em 1em 0 10em;
	line-height: 2em;
}

#content {
	padding: 1.5em 2.5em;
	margin: 20px;
	border-radius: 6px;
	min-height: 15em;
	line-height: 1.75em;
	background: #FFFFFF url(http://images.uncyclomedia.co/uncyclopedia/en/a/af/Mp-topbanner-uncyc-logo.png) left -6em bottom -12em / 500px auto no-repeat;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}

ul.quote-list {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

ul.quote-list li {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.quote-list .quote-container {
	background: #FCFCFC;
	-moz-border-radius: 1em 1em 2em 0.5em;
	border-radius: 1em 1em 2em 0.5em;
}

ul.quote-list li h3.quote-header {
	margin: 0;
	padding: 0.25em 0.75em;
	border: 1px #F4F4F4 solid;
	background: #F7F7F7;
	-moz-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
}

ul.quote-list li h3.quote-header * {
	margin: 0 0.125em;
	padding: 0;
}

ul.quote-list li h3.quote-header * * {
	margin: 0;
}

ul.quote-list li h3.quote-header a.casted-vote {
	opacity: 0.2;
	text-decoration: line-through;
	cursor: default;
}

/* opacity doesn't work in IE, so hide it altogether */
* html ul.quote-list li h3.quote-header a.casted-vote,
*:first-child + html ul.quote-list li h3.quote-header a.casted-vote {
	visibility: hidden;
}

blockquote.quote-body {
	margin: 0.5em 0.75em;
	padding: 0;
	font-family: Consolas, Monaco, Courier New, monospace;
	font-size: 12px;
}

blockquote.quote-body p {
	margin: 0;
	padding: 0;
}

#confirmation-form blockquote.quote-body,
#quote-removal-confirmation-form blockquote.quote-body {
	margin: 1em 0;
	padding: 1em;
	border: 1px dashed #EEE;
}

ul.quote-list li .quote-footer {
	margin: 0.25em 0.75em;
	padding: 0;
	border-top: 1px dashed #EEE;
	line-height: 1.5em;
}

ul.quote-list li .quote-footer, ul.quote-list li .quote-footer a {
	color: #999;
}

ul.quote-list li .quote-footer p {
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 2.5ex;
	text-indent: -2.5ex;
}

ul.quote-list li .quote-notes .quote-notes-title,
ul.quote-list li .quote-tags .quote-tags-title {
	font-size: 80%;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

ul.quote-list h3.quote-header .quote-date,
ul.quote-list h3.quote-header .quote-edit,
ul.quote-list h3.quote-header .quote-remove,
ul.quote-list h3.quote-header .quote-unflag,
ul.quote-list h3.quote-header .quote-live-vote-result {
	font-size: 80%;
}

ul.quote-list h3.quote-header .quote-vote-count {
	margin-left: 0;
	font-size: 90%;
}

ul.quote-list h3.quote-header .quote-live-vote-result {
	float: right;
	text-transform: uppercase;
}

ul.quote-list li.flagged h3.quote-header {
	border: 1px #E9E9E9 solid;
	background: #ECECEC;
}

ul.quote-list li.unapproved h3.quote-header {
	border: 1px #F9E9E9 solid;
	background: #FCF0F0;
}

.flag-options label, .approval-options label {
	margin-right: 0.25em;
}

#welcome-message-container {
	width: 50%;
	float: left;
}

#welcome-message {
	padding-right: 1.25em;
	font-variant: oldstyle-nums;
}

#welcome-message p::first-letter {
	font-size: 16px;
}

#chat-container {
	width: 50%;
	float: right;
}

.chat-irc iframe {
	width: 100%;
	min-height: 392px;
	border: 0;
	border-radius: 0.2px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
}

#start-page-end {
	clear: both;
}

.quote-browser {
	margin: 0;
	padding: 0;
}

#quote-browser-top {
	float: right;
	margin-top: 0.25em;
}

#quote-browser-bottom {
	text-align: right;
	margin-bottom: 0.25em;
}

.quote-browser * {
	margin: 0 0 0 0.1em;
	padding: 0.25em 0.5em;
	background: #F9F9F9;
	-moz-border-radius: 0 0.5em 2em 0.5em;
	border-radius: 0 0.5em 2em 0.5em;
}

.quote-browser .inactive {
	color: #C9C9C9;
}

#search-form {
	white-space: nowrap;
	position: absolute;
	top: 90px;
	right: 20px;
}

#search-form #query-container, #search-form #submit-container {
	display: inline;
}

#search-form #query-field {
	width: 250px;
	height: 4px;
	border-radius: 20px;
	padding: 12px;
	padding-right: 30px;
}

#search-form #query-field:focus {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

#submit-button {
	position: absolute;
	width: 24px;
	height: 24px;
	font-size: 0;
	top: 4px;
	right: 6px;
	background: url(https://images.uncyclomedia.co/uncyclopedia/en/6/65/Qdb-search.png) center no-repeat;
	border: 0;
	border-radius: 50%;
}

#submit-button:hover {
	background-color: #ffca99;
}

#submit-form #quote-field, #edit-quote-form #quote-field, .quote-data .body-field,
#submit-form #notes-field, #edit-quote-form #notes-field, .quote-data .notes-field,
#edit-news-item-form #news-item-field {
	width: 95%;
	height: 12em;
	display: block;
}

#submit-form #notes-field, #edit-quote-form #notes-field, .quote-data .notes-field {
	height: 6em;
}

.quote-data .field-container {
	margin: 0.5em 0.75em;
}

#submit-form #quote-container, #submit-form #notes-container,
#submit-form #tags-container, #submit-form #captcha-container,
#edit-quote-form #quote-container, #edit-quote-form #notes-container,
#edit-quote-form #tags-container {
	margin-bottom: 1em;
}

#submit-form #tags-container label,
#edit-quote-form #tags-container label {
	display: block;
}

#submit-form #tags-container input,
#edit-quote-form #tags-container input,
.quote-data input {
	width: 95%;
}

#submit-form #captcha-image {
	vertical-align: middle;
	padding: 0;
	margin: 0.1em 1ex 0.1em 0.1em;
}

#submit-form #captcha-code-field {
	width: 16ex;
}

#jump-to-quote-form #jump-to-id-field {
	width: 8ex;
}

#jump-to-quote-form #jump-to-quote-submit-button {
	padding: 0.1em 0.5em;
}

ul.tag-cloud {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tag-cloud li {
	display: inline;
	margin: 0;
	padding: 0 1ex 0 0;
}

ul.tag-cloud li a {
	white-space: nowrap;
}

#confirmation-form #confirm-button, #confirmation-form #cancel-button {
	width: 16ex;
}

ul.tabbed-pane-header {
	list-style-type: none;
	margin: 0 0 0 1.5em;
	padding: 0;
	line-height: 2em;
	white-space: nowrap;
}

ul.tabbed-pane-header li {
	display: inline;
	margin: 0 0.25em 0 0;
	padding: 0;
}

ul.tabbed-pane-header li a, ul.tabbed-pane-header li a:visited {
	padding: 0.25em 0.75em 0.5em 0.75em;
	background: #F0F0F0;
	border-top: 0.2em solid #ECECEC;
	color: black;
	text-decoration: none;
	-moz-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
	cursor: pointer;
}

ul.tabbed-pane-contents {
	list-style-type: none;
	margin: 0;
	padding: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

ul.tabbed-pane-contents > li {
	display: block;
	margin: 0;
	padding: 0;
	min-height: 15em;
}

.tabbed-pane-contents .tab-title {
	display: none;
}

#quick-manage-quote-form #quick-manage-quote-id-container,
#quick-manage-quote-form #quick-manage-quote-options,
#quick-manage-quote-form #quick-manage-quote-submit {
	display: inline;
	margin-right: 0.5em;
}

#quick-manage-quote-form #quick-manage-quote-id-field {
	width: 8ex;
}

#account-manager {
	text-align: right;
	padding: 0 1em;
}

#account-manager #username-select-container {
	width: 40%;
	float: left;
}

#account-manager #username-select {
	width: 100%;
	height: 20em;
}

#account-manager #username-select #username-new-user {
	font-weight: bold;
}

#account-manager #username-select .user-level-9,
#account-manager #level-select .user-level-9,
#edit-news-item-form #news-item-poster-select .user-level-9 {
	background: #FFF0F9;
}

#account-manager #username-select .user-level-6,
#account-manager #level-select .user-level-6,
#edit-news-item-form #news-item-poster-select .user-level-6  {
	background: #FFF9F0;
}

#account-manager #username-select .user-level-3,
#account-manager #level-select .user-level-3,
#edit-news-item-form #news-item-poster-select .user-level-3  {
	background: #F0FFE9;
}

#account-manager #username-field {
	margin-top: 2em;
}

#account-manager #username-field,
#account-manager #password-field,
#account-manager #repeat-password-field {
	width: 40%;
}

#account-manager #username-select-container,
#account-manager #username-container,
#account-manager #repeat-password-container,
#account-manager #level-container {
	margin-bottom: 0.75em;
}

#account-manager #account-manager-result {
	margin: 2em 0 0 0;
	padding: 0.25em 0 0 0;
	width: 45%;
	float: right;
	font-weight: bold;
	border-top: 1px solid #EEE;
}

#login-form #user-name-container,
#login-form #password-container,
#login-form #submit-container,
#change-password-form #current-password-container,
#change-password-form #new-password-container,
#change-password-form #repeat-new-password-container,
#change-password-form #submit-container {
	display: inline;
	margin-right: 0.5em;
	white-space: nowrap;
}

#login-form #user-name-field,
#login-form #password-field {
	width: 25ex;
}

#change-password-form #current-password-field,
#change-password-form #new-password-field,
#change-password-form #repeat-new-password-field {
	width: 20ex;
}

#mass-approve-container, #mass-unflag-container {
	display: inline;
}

#update-information {
	background: #FFF6E6;
	border: 2px dashed #F90;
	color: #E70;
	margin: 2em 5%;
	padding: 0;
	font-weight: bold;
	line-height: 1.25em;
}

#update-information a, #update-information a:visited {
	display: block;
	color: #E70;
	text-align: center;
	margin: 0;
	padding: 1em;
}

#update-information a:hover {
	text-decoration: none;
	color: #E50;
}

#update-information p {
	text-align: center;
	margin: 0.75em 1em 0.25em 1em;
	padding: 0;
}

#update-information blockquote {
	text-align: center;
	margin: 0 1em 0.75em 1em;
	color: #666;
	font-weight: normal;
	font-style: italic;
}

#event-log-table {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

.event-log-navigation {
	text-align: center;
}

#event-log-navigation-top {
	margin-bottom: 0.75em;
}

#event-log-navigation-bottom {
	margin-top: 0.75em;
}

.event-log-navigation * {
	padding: 0.25em 0.5em;
	background: #F9F9F9;
	-moz-border-radius: 0 0.5em 2em 0.5em;
	border-radius: 0 0.5em 2em 0.5em;
	cursor: pointer;
}

.event-log-navigation .back {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}

.event-log-navigation .forward {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
}

.event-log-navigation .inactive {
	color: #C9C9C9;
	cursor: default;
	text-decoration: none;
}

#event-log-table tr {
	margin: 0;
	padding: 0;
}

#event-log-table th, #event-log-table td {
	margin: 0;
	padding: 0.25ex 1ex;
	text-align: left;
	vertical-align: top;
}

#event-log-table thead tr {
	background: #F0F0F0;
	border: 1px solid #E6E6E6;
}

#event-log-table td {
	border: 1px solid #F0F0F0;
}

#event-log-table tbody {
	border: 1px solid #E6E6E6;
}

#event-log-table tr.odd {
	background: #F9F9F9;
}

#event-log-table tr.even {
	background: white;
}

#event-log-table td.id {
	text-align: right;
}

#event-log-table th.id {
	text-align: center;
}

#event-log-table th.id a {
	display: block;
	text-decoration: none;
	color: black;
}

#event-log-table th, #event-log-table td.date, #event-log-table td.event {
	white-space: nowrap;
}

#event-log-table th.event, #event-log-table td.event {
	width: 100%;
}

#event-log-table .guest {
	font-style: italic;
}

#event-log-table .removed-account {
	font-style: italic;
}

#event-log-table .filtered, #event-log-table .filtered * {
	text-decoration: underline;
}

#event-log-table .empty {
	font-style: italic;
}

#event-log-table .loading {
	font-style: italic;
	text-align: center;
}

.statistics-section {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.statistics-section h3 {
	margin-bottom: 0.75em;
}

#after-statistics {
	clear: both;
}

.chart, .chart * {
	cursor: default;
}

.chart {
	position: relative;
	width: 720px;
	height: 400px;
	overflow: hidden;
	border: 1px solid #CCC;
	line-height: 1em;
	font-size: 10px;
	color: #666;
	background: #FCFCFC;
	margin: 0 0 1.5em 0;
}

.bar-chart-graph, .ogive-graph {
	position: absolute;
	left: 50px;
	top: 10px;
	width: 660px;
	height: 360px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

.chart-line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 1px dashed #E0E0E0;
}

.chart-labels {
	position: absolute;
	left: 50px;
	bottom: 10px;
	width: 660px;
	margin-left: 1px;
}

.chart-values {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 360px;
}

.chart-value {
	position: absolute;
	right: 0;
	text-align: right;
	margin-bottom: -5px;
}

.chart-label {
	position: absolute;
	bottom: 0;
}

.chart-inner-label {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.bar-chart-column {
	position: absolute;
	bottom: 0;
	height: 100%;
}

.bar-chart-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.bar-chart-inner-bar {
	margin: 0 5%;
	min-width: 1px;
	height: 100%;
	background: #DCDCDC;
	-moz-border-radius: 20% 20% 0 0;
	border-radius: 20% 20% 0 0;
}

.bar-chart-column:hover .bar-chart-inner-bar {
	background: #D6D6D6;
}

.bar-chart-average-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 1px solid #BCBCBC;
	color: #999;
}

.bar-chart-average-container div {
	float: right;
	padding: 2px 5px;
}

.pie-chart-graph {
	position: absolute;
	left: 20px;
	top: 20px;
}

.pie-chart-legend {
	position: absolute;
	right: 20px;
	top: 70px;
	border: 1px solid #ACACAC;
	background: #FEFEFE;
	margin: 0;
	padding: 8px 10px;
	width: 280px;
	white-space: nowrap;
}

.pie-chart-legend dt, .pie-chart-legend dd {
	margin: 0;
	padding: 0;
}

.pie-chart-legend dt {
	float: left;
	width: 21px;
	height: 20px;
}

.pie-chart-legend dt div {
	width: 14px;
	height: 14px;
	border: 1px solid #ACACAC;
	margin: 2px 0 0 0;
}

.pie-chart-legend dd {
	height: 15px;
	padding: 5px 0 0 0;
	text-align: right;
}

.pie-chart-legend dd .label {
	float: left;
	text-align: left;
	width: 180px;
}

.pie-chart-legend dd .value, .pie-chart-legend dd .percentage {
	color: #999;
	width: 35px;
}

.pie-chart-legend dd .value {
	float: left;
	text-align: right;
}

.pie-chart-legend dd .percentage {
	float: right;
}

.ogive .regression-equation {
	color: #999;
}

#tag-cloud-slider-container {
	float: right;
	background: #FBFBFB;
	padding: 1ex;
}

#tag-usage-minimum {
	float: left;
	margin: 0 1ex 0 0;
	font-style: italic;
}

#tag-cloud-slider-container .dynamic-slider-control {
	float: left;
}

.dynamic-slider-control {
	position: relative;
	-moz-user-focus: normal;
	-moz-user-select: none;
	cursor: default;
	width: 150px;
	height: 1.75em;
}

.dynamic-slider-control * {
	font-size: 1px;
}

.dynamic-slider-control input {
	display: none;
}

.dynamic-slider-control .handle {
	position: absolute;
	-moz-user-select: none;
	cursor: default;
	background: #D3D3D3;
	border: 1px solid;
	border-color: #F3F3F3 #B3B3B3 #B3B3B3 #F3F3F3;
	width: 5px;
}

.dynamic-slider-control .line {
	behavior: url("../js/slider/boxsizing.htc");
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	position: absolute;
	overflow: hidden;
	border: 1px solid;
	border-color: #A3A3A3 #E3E3E3 #E3E3E3 #A3A3A3;
	background: #C3C3C3;
	height: 1px;
}

.dynamic-slider-control .line div {
	display: none;
}