Browse Source

! Some old css files no longer needed in the new theme

Signed-off-by: Spuds <[email protected]>
Spuds 12 years ago
parent
commit
9250aa7799

+ 0 - 29
Themes/default/css/editor.css

@@ -1,29 +0,0 @@
-/* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */
-.editor {
-	width: 100%;
-	max-width: 100%;
-	min-width: 100%;
-}
-
-.editor, .rich_editor_frame {
-	border: 1px solid #808080;
-	padding: 2px !important;
-	margin: 0;
-}
-
-.rich_editor_frame {
-	background: #fff;
-}
-
-/* The resize handle. */
-.richedit_resize {
-	height: 5px;
-	font-size: 0;
-	background: #eee url(../images/bbc/resize-handle.png) no-repeat 50% 1px;
-	border: 1px solid #ddd;
-	border-top-width: 0;
-	cursor: s-resize;
-	width: 100%;
-	padding: 0 2px;
-}
-div#message_resizer, div.richedit_resize {display: none;}

+ 0 - 40
Themes/default/css/editor_ie.css

@@ -1,40 +0,0 @@
-/* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */
-.editor {
-	width: 635px;
-	max-width: 100%;
-	min-width: 100%;
-}
-
-/* This is the IFRAME that holds the editor. */
-.rich_editor_frame {
-	border: 1px solid #808080;
-}
-
-/* This is the WYSIWYG editor */
-.rich_editor {
-	background-color: #fff;
-	color: #000;
-	font-family: verdana;
-	font-size: x-small;
-	border: none;
-}
-
-.rich_editor p {
-	margin: 0;
-}
-
-.rich_editor a img {
-	border: 0;
-}
-
-/* The resize handle. */
-.richedit_resize {
-	height: 5px;
-	font-size: 0;
-	background: #eee url(../images/bbc/resize-handle.png) no-repeat 50% 1px;
-	border: 1px solid #ddd;
-	border-top-width: 0;
-	cursor: s-resize;
-	width: 100%;
-}
-div#message_resizer, div.richedit_resize {display: visible;}

+ 0 - 170
Themes/default/css/ie6.css

@@ -1,170 +0,0 @@
-.codeheader, code.bbc_code {
-	width: 96%;
-	margin: 0 auto;
-}
-code.bbc_code {
-	white-space: normal;
-}
-h3.catbg input.input_check {
-	margin: 0 4px;
-}
-h3.catbg img.icon, h4.titlebg img.icon {
-	margin: 1px 3px 0 0;
-}
-h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header, h4.titlebg span.ie6_header {
-	padding: 10px 0;
-}
-#statistics h4.titlebg span.ie6_header {
-	padding: 0;
-}
-#statistics h4.titlebg span.ie6_header img.icon {
-	padding: 5px 0;
-}
-/* The dropdown menus
-------------------------------------------------------- */
-
-.dropmenu li {
-	width: 1px;
-}
-.dropmenu li a span {
-	white-space: nowrap;
-}
-.dropmenu li a:hover {
-	text-decoration: none;
-}
-.dropmenu li.iehover {
-	z-index: 120;
-}
-
-/* the page section */
-.pagesection {
-	overflow: auto;
-}
-/* the user section needs some attention */
-#main_menu {
-	width: 98%;
-}
-#top_section {
-	height: 65px;
-}
-
-/* the tabled definition lists */
-/* I commented the following out. Not sure why it was there. 
-/* Changing float: left; to float: right; sorts the settings dd class in index.css*/
-/* All the others seem fine too.*/
-/*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd {
-	float: none !important;
-	width: auto;
-}*/
-/* generic lists header */
-/* Side paddings must NOT be defined here.*/
-.table_grid thead th {
-	padding-top: 0 !important;
-	padding-bottom: 0 !important;
-}
-
-/* overflow: hidden doesn't help in IE6. */
-h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a {
-	display: inline-block;
-}
-
-#upper_section {
-	display: inline-block;
-}
-
-/* Overrides for the message index template
-------------------------------------------------------- */
-#messageindex table {
-	margin-top: 5px;
-}
-#messageindex table th {
-	border-bottom: 1px solid #fff;
-}
-#topic_icons .description {
-	padding: 2em 1em 1em 1em;
-	overflow: auto;
-}
-
-/* Overrides for the display template
-------------------------------------------------------- */
-#forumposts .postarea {
-	margin-left: 0;
-	margin-right: 0;
-	float: right;
-}
-.keyinfo {
-	padding-bottom: 6px;
-}
-.inner {
-	clear: both;
-}
-.post {
-	word-wrap: break-word;
-}
-.buttonlist ul li {
-	width: 1%;
-	white-space: nowrap;
-}
-#forumposts h3.catbg {
-	clear: both;
-}
-#quickReplyOptions form textarea {
-	width: 98%;
-}
-
-/* Styles for the statistics center.
-------------------------------------------------- */
-#statistics div.content {
-	height: 210px;
-	overflow: hidden;
-}
-#statistics div.top_row {
-	height: 150px;
-}
-
-/* Overrides for the admin template
-------------------------------------------------------- */
-#main_admsection {
-	height: 100%;
-}
-#main_admsection table {
-	width: 99%;
-}
-
-/* Overrides for the profile template
-------------------------------------------------------- */
-#basicinfo h4 {
-	word-wrap: break-word;
-}
-.ignoreboards {
-	margin: 0 1%;
-	padding: 0;
-	width: 45%;
-}
-
-/* Overrides for the personal messages template
-------------------------------------------------------- */
-#personal_messages .postarea {
-	margin-left: 0;
-	margin-right: 0;
-	float: right;
-}
-
-/* Overrides for the admin section of the register template
-------------------------------------------------------- */
-#registration_agreement {
-	width: 99.5%;
-	margin: 0 auto;
-}
-
-#edit_poll ul.poll_main li {
-	padding-left: 0;
-	margin: 0 -2em;
-}
-#postmodify div.roundframe { margin-right: 0;}
-
-/* Overrides for the recent posts template
-------------------------------------------------------- */
-.list_posts {
-	word-wrap: break-word;
-}

+ 0 - 86
Themes/default/css/ie7.css

@@ -1,86 +0,0 @@
-code.bbc_code {
-	white-space: normal;
-}
-h3.catbg input.input_check {
-	margin: 0 4px;
-}
-
-/* The dropdown menus
-------------------------------------------------------- */
-/* the dropmenu - RTL tweak */
-.dropmenu li ul {
-	margin: 0 -50px 0 0;
-}
-/* the hover effects */
-.dropmenu li.iehover {
-	z-index: 120;
-}
-/* the tabled definition lists
-/* I commented the following out. Not sure why it was there. 
-/* Changing float: left; to float: right; sorts the settings dd class in index.css*/
-/* All the others seem fine too.*/
-/*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd {
-	float: none !important;
-	width: auto;
-}*/
-/* generic lists header */
-/* Side paddings must NOT be defined here.*/
-.table_grid thead th {
-	padding-top: 0 !important;
-	padding-bottom: 0 !important;
-}
-
-/* Overrides for the messageindex template
-------------------------------------------------------- */
-#messageindex table {
-	margin-top: 5px;
-}
-#messageindex table th {
-	border-bottom: 1px solid #fff;
-}
-#topic_icons .description {
-	padding: 2em 1em 1em 1em;
-	overflow: auto;
-}
-
-/* Overrides for the display template
-------------------------------------------------------- */
-.post {
-	padding-top: 1em;
-	float: none;
-	word-wrap: break-word;
-}
-#content_section #forumposts div.cat_bar {
-	margin-top: 8px;
-	clear: both;
-}
-#content_section .pagesection {
-	height: 1%;
-}
-#quickReplyOptions form textarea {
-	width: 98%;
-}
-
-/* Overrides for the profile template
-------------------------------------------------------- */
-#basicinfo h4 {
-	word-wrap: break-word;
-}
-
-/* Overrides for the calendar template
-------------------------------------------------- */
-#main_grid table.weeklist h4.titlebg {
-	margin: 2px 0 -4px 0;
-}
-
-/* Overrides for the personal messages template
-------------------------------------------------------- */
-#postmodify dl #pm_to, #postmodify dl #bcc_div2, #postmodify dl #pm_subject {
-	clear:both !important;
-}
-
-/* Overrides for the recent posts template
-------------------------------------------------------- */
-.list_posts {
-	word-wrap: break-word;
-}