Преглед на файлове

! tweak format of css files cuz Ant said so :P

Signed-off-by: Spuds <[email protected]>
Spuds преди 12 години
родител
ревизия
48021d66f6

+ 121 - 230
Themes/default/css/admin.css

@@ -1,115 +1,99 @@
 /* Styles for the admin quick search.
 ------------------------------------------------------- */
 
-#quick_search form, h3.catbg #quick_search form
-{
+h3.catbg #quick_search form {
 	padding: .8em;
 	line-height: 0.9em;
 	font-size: 0.8em !important;
 }
-
-ol.search_results
-{
+h3.catbg #quick_search form select {
+	height: 1.65em;
+	line-height: 0.9em;
+	font-size: 1em;
+	margin: 0 0.2em 0 0;
+}
+ol.search_results {
 	margin-top: 0;
 	padding-top: 0;
 }
-ol.search_results li
-{
+ol.search_results li {
 	padding-top: 1em;
 	border-bottom: 1px solid #ccc;
 }
 
 /* Styles for the core features screen.
 ------------------------------------------------------- */
-.features
-{
+.features {
 	padding: 0 1em !important;
 	overflow: auto;
 }
-.features_image
-{
+.features_image {
 	float: left;
 	margin: 0 2em 0.5em 1em;
 }
-.features_switch
-{
+.features_switch {
 	margin: 0.2em 1em 1em 1em;
 	float: right;
 }
-.features h4
-{
+.features h4 {
 	padding: 1em 0 0.5em 0.5em;
 	margin: 0;
 	font-size: 1.1em;
 }
-.features p
-{
+.features p {
 	padding: 0 1em;
 	margin: 0;
 }
 
 /* Styles for the admin home screen bar.
 ------------------------------------------------------- */
-#admin_main_section
-{
+#admin_main_section {
 	overflow: hidden;
 	margin: 1em 0;
 }
-#admincenter .content
-{
+#admincenter .content {
 	padding: 1em;
 }
 
-#live_news
-{
+#live_news {
 	width: 64%;
 }
-#live_news div.content
-{
+#live_news div.content {
 	padding: 0;
 	font-size: 0.85em;
 }
-#live_news div.content dl
-{
+#live_news div.content dl {
 	padding: 0.5em 0 0 0.5em;
 }
 
-#supportVersionsTable
-{
+#supportVersionsTable {
 	width: 34%;
 }
-#version_details
-{
+#version_details {
 	overflow: auto;
 	height: 9.5em;
 }
-#smfAnnouncements
-{
+#smfAnnouncements {
 	height: 13.5em;
 	padding: 0 0.5em;
 	overflow: auto;
 }
-#smfAnnouncements dt
-{
+#smfAnnouncements dt {
 	border-bottom: 1px dashed #000;
 }
-#smfAnnouncements dd
-{
+#smfAnnouncements dd {
 	padding: 0;
 	margin: 0 0 1em 1.5em;
 }
-#update_section
-{
+#update_section {
 	margin: 0.5em 0 0;
 }
 
-#quick_tasks, #quick_tasks ul
-{
+#quick_tasks, #quick_tasks ul {
 	margin: 0;
 	padding: 0;
 }
-#quick_tasks li
-{
+#quick_tasks li {
 	float: left;
 	list-style-type: none;
 	margin: 0;
@@ -117,120 +101,98 @@ ol.search_results li
 	width: 49.5%;
 	height: 4.5em;
 }
-.quick_task
-{
+.quick_task {
 	display: block;
 	width: 100%;
 	margin: 0 1em;
 	padding: 0;
 }
-.home_image
-{
+.home_image {
 	float: left;
 	margin: 0 1em 1em 1em;
 }
 
 /* Common admin center classes.
 ------------------------------------------------------- */
-hr.hrcolor
-{
+hr.hrcolor {
 	margin: 10px 0;
 }
-h3.titlebg form
-{
+h3.titlebg form {
 	font-size: 80%;
 }
-.windowbg.nopadding
-{
+.windowbg.nopadding {
 	margin: 0.3em 0 0 0;
 	padding: 0;
 }
-.windowbg ol
-{
+.windowbg ol {
 	margin-top: 0;
 	margin-bottom: 0;
 }
 
-.table_caption, tr.table_caption td
-{
+.table_caption, tr.table_caption td {
 	color: #000;
 	font-size: 10px;
 	font-weight: bold;
 }
-.additional_row div.floatleft
-{
+.additional_row div.floatleft {
 	padding: 0 0.8em;
 }
-fieldset
-{
+fieldset {
 	margin-bottom: 0.5em;
 	border: 1px solid #cacdd3;
 	padding: 0.5em;
 }
-fieldset dl
-{
+fieldset dl {
 	margin: 0;
 }
-legend
-{
+legend {
 	font-weight: bold;
 	color: #000;
 }
-.information a
-{
+.information a {
 	font-weight: bold;
 }
 
 /* Styles for the package manager.
 ------------------------------------------------- */
-#package_list .tborder
-{
+#package_list .tborder {
 	margin: .25em 0 .25em 26px;
 }
-#package_list ol, #package_list ol li
-{
+#package_list ol, #package_list ol li {
 	list-style: decimal;
 	margin-left: 50px;
 	border: none;
 }
-#package_list ol ul, #package_list ol ul li
-{
+#package_list ol ul, #package_list ol ul li {
 	margin-left: 0;
 	list-style: none;
 }
-#package_list
-{
+#package_list {
 	list-style-type: none;
 }
-#package_list li
-{
+#package_list li {
 	border: 1px solid #cacdd3;
 	padding: 0.2em;
 	margin: 1px;
 }
-.description
-{
+.description {
 	max-height: 15em;
 	overflow: auto;
 	padding-bottom: .5em;
 }
-.information
-{
+.information {
 	max-height: 15em;
 	overflow: auto;
 	padding-bottom: .5em;
 }
-.package_section
-{
+.package_section {
 	border: 1px solid #cacdd3;
 }
-ul.packages li
-{
+ul.packages li {
 	border: none !important;
-	list-style-type: none;
+	list-style: none;
 }
-code#find_code, code#replace_code
-{
+code#find_code, code#replace_code {
 	display: block;
 	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
 	font-size: x-small;
@@ -242,127 +204,104 @@ code#find_code, code#replace_code
 	/* Show a scrollbar after about 24 lines. */
 	max-height: 24em;
 }
-span.package_server
-{
+span.package_server {
 	padding: 0 3em;
 }
-ul.package_servers
-{
+ul.package_servers {
 	margin: 0;
 	padding: 0;
 }
-ul.package_servers li
-{
+ul.package_servers li {
 	list-style-type: none;
 }
-pre.file_content
-{
+pre.file_content {
 	overflow: auto;
 	width: 100%;
 	padding-bottom: 1em;
 }
-.operation
-{
+.operation {
 	padding: 0 1em;
 }
 
 /* Styles for the file permissions section.
 ------------------------------------------------- */
-.filepermissions
-{
+.filepermissions {
 	font-size: 0.8em;
 	white-space: nowrap;
 }
-.fperm
-{
+.fperm {
 	display: block;
 	width: 35%;
 	text-align: center;
 }
-.perm_read
-{
+.perm_read {
 	background-color: #d1f7bf;
 }
-.perm_write
-{
+.perm_write {
 	background-color: #ffbbbb;
 }
-.perm_execute
-{
+.perm_execute {
 	background-color: #fdd7af;
 }
-.perm_custom
-{
+.perm_custom {
 	background-color: #c2c6c0;
 }
-.perm_nochange
-{
+.perm_nochange {
 	background-color: #eee;
 }
 
 /* Styles for the BBC permissions
 ------------------------------------------------- */
-.list_bbc
-{
+.list_bbc {
 	width: 33%;
 }
 
 /* Styles for the manage boards section.
 ------------------------------------------------- */
-#manage_boards ul
-{
+#manage_boards ul {
 	padding: 0;
 	margin: 0 0 0.6em 0;
 	max-height: 30em;
 	overflow: auto;
 }
-#manage_boards li
-{
+#manage_boards li {
 	list-style-type: none;
 	border: 1px solid #cacdd3;
 	padding: 0.2em;
 	margin: 1px;
 	clear: right;
 }
-#manage_boards li img
-{
+#manage_boards li img {
 	vertical-align: middle;
 	padding-bottom: 3px;
 }
-#manage_boards li#recycle_board
-{
+#manage_boards li#recycle_board {
 	background-color: #dee;
 }
-.move_links
-{
+.move_links {
 	padding: 0 13px 0 0;
 }
-.modify_boards
-{
+.modify_boards {
 	padding: 0 0.5em;
 }
-#manage_boards span.post_group, #manage_boards span.regular_members
-{
+#manage_boards span.post_group, #manage_boards span.regular_members {
 	border-bottom: 1px dotted #000;
 	cursor: help;
 }
 
 /* Styles for the manage members section.
 ------------------------------------------------- */
-.msearch_details
-{
+.msearch_details {
 	display: block;
 	width: 49%;
 }
-dl.right dt
-{
+dl.right dt {
 	padding-right: 10px;
 }
 
 /* Styles for the manage maintenance section.
 ------------------------------------------------- */
-.maintenance_finished, #task_completed
-{
+.maintenance_finished, #task_completed {
 	background:#B7FCA7 url(../images/warning_watch.png) center no-repeat;
 	background-position:8px 50%;
 	text-align:left;
@@ -373,121 +312,98 @@ dl.right dt
 }
 /* Styles for the manage calendar section.
 ------------------------------------------------- */
-dl.settings dt.small_caption
-{
+dl.settings dt.small_caption {
 	width: 20%;
 }
-dl.settings dd.small_caption
-{
+dl.settings dd.small_caption {
 	width: 79%;
 }
 /* Styles for the manage permissions section.
 ------------------------------------------------- */
-dl.admin_permissions dt
-{
+dl.admin_permissions dt {
 	width: 35%;
 }
-dl.admin_permissions dd
-{
+dl.admin_permissions dd {
 	width: 64%;
 }
 
 /* Styles for the manage search section.
 ------------------------------------------------- */
-dl.settings dt.large_caption
-{
+dl.settings dt.large_caption {
 	width: 70%;
 }
-dl.settings dd.large_caption
-{
+dl.settings dd.large_caption {
 	width: 29%;
 }
-span.search_weight
-{
+span.search_weight {
 	width: 40px;
 	padding: 0 0.5em;
 	text-align: right;
 }
-.search_settings
-{
+.search_settings {
 	width: 47%;
 }
 
 /* Styles for the manage bans section.
 ------------------------------------------------- */
-.ban_restriction
-{
+.ban_restriction {
 	margin: 0.2em 0 0.2em 2.2em;
 }
-.ban_settings
-{
+.ban_settings {
 	width: 46%;
 }
-#manage_bans dl
-{
+#manage_bans dl {
 	margin-bottom: 1em;
 }
-#manage_bans fieldset dl.settings
-{
+#manage_bans fieldset dl.settings {
 	margin-bottom: 0;
 }
 
 /* Styles for the manage subscriptions section.
 ------------------------------------------------- */
-#fixed_area
-{
+#fixed_area {
 	width: 97%;
 }
-ul.pending_payments
-{
+ul.pending_payments {
 	margin: 0;
 	padding: 0;
 }
-ul.pending_payments li
-{
+ul.pending_payments li {
 	list-style-type: none;
 }
 
 /* Styles for the manage permissions section.
 ------------------------------------------------- */
-.perm_name, .perm_profile, .perm_board
-{
+.perm_name, .perm_profile, .perm_board {
 	display: block;
 	width: 40%;
 }
-.perm_boards
-{
+.perm_boards {
 	padding: 0;
 	margin: 0 0 0.6em 0;
 }
-.perm_boards li
-{
+.perm_boards li {
 	list-style-type: none;
 	border: 1px solid #cacdd3;
 	padding: 0.2em;
 	margin: 1px;
 }
-.perm_groups
-{
+.perm_groups {
 	background-color: #fff;
 }
-.perm_classic
-{
+.perm_classic {
 	margin: 0.2em;
 }
-.permission_groups
-{
+.permission_groups {
 	padding: 0;
 	margin: 0;
 }
-.permission_groups li
-{
+.permission_groups li {
 	list-style-type: none;
 	padding: 0.2em;
 	margin: 1px;
 }
-.perms
-{
+.perms {
 	width: 20px;
 	display: inline-block;
 	text-align: center;
@@ -495,142 +411,117 @@ ul.pending_payments li
 
 /* Styles for the themes section.
 ------------------------------------------------- */
-ul.theme_options
-{
+ul.theme_options {
 	padding: 0;
 	margin: 0;
 }
-ul.theme_options li
-{
+ul.theme_options li {
 	list-style: none;
 	padding: 0.4em;
 }
-.is_directory
-{
+.is_directory {
 	padding-left: 18px;
 	background: url(../images/admin/boards.png) no-repeat;
 }
-.edit_file
-{
+.edit_file {
 	width: 96%;
 	font-family: monospace;
 	margin-top: 1ex;
 	white-space: pre;
 }
 
-dl.themes_list
-{
+dl.themes_list {
 	margin: 0;
 }
-dl.themes_list dt
-{
+dl.themes_list dt {
 	margin-bottom: 3px;
 }
-dl.themes_list dd
-{
+dl.themes_list dd {
 	font-style: italic;
 	white-space: nowrap;
 }
 
 /* Styles for the registration center.
 ------------------------------------------------- */
-.agreement, .reserved_names
-{
+.agreement, .reserved_names {
 	padding: 0;
 }
-#agreement, #reserved
-{
+#agreement, #reserved {
 	width: 99%;
 }
 
 /* Styles for the moderation center.
 ------------------------------------------------- */
-#modcenter
-{
+#modcenter {
 	display: block;
 	width: 100%;
 }
-.modblock_left
-{
+.modblock_left {
 	width: 49%;
 	float: left;
 	clear: right;
 	margin: 0 0 1em 0;
 }
-.modblock_right
-{
+.modblock_right {
 	width: 49%;
 	float: right;
 	margin: 0 0 1em 0;
 }
 
-.modbox
-{
+.modbox {
 	height: 14em;
 	overflow: auto;
 }
 /* Moderation Notes */
-ul.moderation_notes
-{
+ul.moderation_notes {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	overflow: auto;
 	height: 10.2em;
 }
-ul.moderation_notes li
-{
+ul.moderation_notes li {
 	padding: 0.2em;
 	border-bottom: 1px solid #cccccc;
 }
-.notes
-{
+.notes {
 	margin-top: 0.4em;
 }
-.post_note
-{
+.post_note {
 	width: 85%;
 }
 
 /* Styles for the error log.
 ------------------------------------------------- */
 
-h3.grid_header
-{
+h3.grid_header {
 	height: 25px;
 }
-#error_log
-{
+#error_log {
 	width: 100%;
 }
-#error_log tr.windowbg td, #error_log tr.windowbg2 td
-{
+#error_log tr.windowbg td, #error_log tr.windowbg2 td {
 	padding: 8px;
 	line-height: 160%;
 }
-#error_log td.half_width
-{
+#error_log td.half_width {
 	width: 50%;
 }
-#error_log td.checkbox_column
-{
+#error_log td.checkbox_column {
 	width: 15px;
 	vertical-align: top;
 	text-align: center;
 }
-#error_log td div.marginleft
-{
+#error_log td div.marginleft {
 	margin: 0 0 0 1ex;
 }
-#manage_boards span.botslice, #manage_maintenance span.botslice, #manage_mail span.botslice
-{
+#manage_boards span.botslice, #manage_maintenance span.botslice, #manage_mail span.botslice {
 	margin-bottom: 4px;
 }
 
 /* Styles for the Report generation 
 ------------------------------------------------- */
-#report_buttons
-{
+#report_buttons {
     min-height: 2em;
     padding-left: 0;
 	padding-bottom: 2px;

Файловите разлики са ограничени, защото са твърде много
+ 148 - 296
Themes/default/css/compat.css


+ 4 - 8
Themes/default/css/editor.css

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

+ 6 - 12
Themes/default/css/editor_ie.css

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

+ 38 - 76
Themes/default/css/ie6.css

@@ -1,64 +1,50 @@
-.codeheader, code.bbc_code
-{
+.codeheader, code.bbc_code {
 	width: 96%;
 	margin: 0 auto;
 }
-code.bbc_code
-{
+code.bbc_code {
 	white-space: normal;
 }
-h3.catbg input.input_check
-{
+h3.catbg input.input_check {
 	margin: 0 4px;
 }
-h3.catbg img.icon, h4.titlebg img.icon
-{
+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
-{
+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
-{
+#statistics h4.titlebg span.ie6_header {
 	padding: 0;
 }
-#statistics h4.titlebg span.ie6_header img.icon
-{
+#statistics h4.titlebg span.ie6_header img.icon {
 	padding: 5px 0;
 }
 /* The dropdown menus
 ------------------------------------------------------- */
 
-.dropmenu li
-{
+.dropmenu li {
 	width: 1px;
 }
-.dropmenu li a span
-{
+.dropmenu li a span {
 	white-space: nowrap;
 }
-.dropmenu li a:hover
-{
+.dropmenu li a:hover {
 	text-decoration: none;
 }
-.dropmenu li.iehover
-{
+.dropmenu li.iehover {
 	z-index: 120;
 }
 
 /* the page section */
-.pagesection
-{
+.pagesection {
 	overflow: auto;
 }
 /* the user section needs some attention */
-#main_menu
-{
+#main_menu {
 	width: 98%;
 }
-#top_section
-{
+#top_section {
 	height: 65px;
 }
 
@@ -66,111 +52,91 @@ h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header,
 /* 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
-{
+/*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
-{
+.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
-{
+h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a {
 	display: inline-block;
 }
 
-#upper_section
-{
+#upper_section {
 	display: inline-block;
 }
 
 /* Overrides for the message index template
 ------------------------------------------------------- */
-#messageindex table
-{
+#messageindex table {
 	margin-top: 5px;
 }
-#messageindex table th
-{
+#messageindex table th {
 	border-bottom: 1px solid #fff;
 }
-#topic_icons .description
-{
+#topic_icons .description {
 	padding: 2em 1em 1em 1em;
 	overflow: auto;
 }
 
 /* Overrides for the display template
 ------------------------------------------------------- */
-#forumposts .postarea
-{
+#forumposts .postarea {
 	margin-left: 0;
 	margin-right: 0;
 	float: right;
 }
-.keyinfo
-{
+.keyinfo {
 	padding-bottom: 6px;
 }
-.inner
-{
+.inner {
 	clear: both;
 }
-.post
-{
+.post {
 	word-wrap: break-word;
 }
-.buttonlist ul li
-{
+.buttonlist ul li {
 	width: 1%;
 	white-space: nowrap;
 }
-#forumposts h3.catbg
-{
+#forumposts h3.catbg {
 	clear: both;
 }
-#quickReplyOptions form textarea
-{
+#quickReplyOptions form textarea {
 	width: 98%;
 }
 
 /* Styles for the statistics center.
 ------------------------------------------------- */
-#statistics div.content
-{
+#statistics div.content {
 	height: 210px;
 	overflow: hidden;
 }
-#statistics div.top_row
-{
+#statistics div.top_row {
 	height: 150px;
 }
 
 /* Overrides for the admin template
 ------------------------------------------------------- */
-#main_admsection
-{
+#main_admsection {
 	height: 100%;
 }
-#main_admsection table
-{
+#main_admsection table {
 	width: 99%;
 }
 
 /* Overrides for the profile template
 ------------------------------------------------------- */
-#basicinfo h4
-{
+#basicinfo h4 {
 	word-wrap: break-word;
 }
-.ignoreboards
-{
+.ignoreboards {
 	margin: 0 1%;
 	padding: 0;
 	width: 45%;
@@ -178,8 +144,7 @@ h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
 
 /* Overrides for the personal messages template
 ------------------------------------------------------- */
-#personal_messages .postarea
-{
+#personal_messages .postarea {
 	margin-left: 0;
 	margin-right: 0;
 	float: right;
@@ -187,14 +152,12 @@ h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
 
 /* Overrides for the admin section of the register template
 ------------------------------------------------------- */
-#registration_agreement
-{
+#registration_agreement {
 	width: 99.5%;
 	margin: 0 auto;
 }
 
-#edit_poll ul.poll_main li
-{
+#edit_poll ul.poll_main li {
 	padding-left: 0;
 	margin: 0 -2em;
 }
@@ -202,7 +165,6 @@ h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
 
 /* Overrides for the recent posts template
 ------------------------------------------------------- */
-.list_posts
-{
+.list_posts {
 	word-wrap: break-word;
 }

+ 17 - 34
Themes/default/css/ie7.css

@@ -1,103 +1,86 @@
-code.bbc_code
-{
+code.bbc_code {
 	white-space: normal;
 }
-h3.catbg input.input_check
-{
+h3.catbg input.input_check {
 	margin: 0 4px;
 }
 
 /* The dropdown menus
 ------------------------------------------------------- */
 /* the dropmenu - RTL tweak */
-.dropmenu li ul
-{
+.dropmenu li ul {
 	margin: 0 -50px 0 0;
 }
 /* the hover effects */
-.dropmenu li.iehover
-{
+.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
-{
+/*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
-{
+.table_grid thead th {
 	padding-top: 0 !important;
 	padding-bottom: 0 !important;
 }
 
 /* Overrides for the messageindex template
 ------------------------------------------------------- */
-#messageindex table
-{
+#messageindex table {
 	margin-top: 5px;
 }
-#messageindex table th
-{
+#messageindex table th {
 	border-bottom: 1px solid #fff;
 }
-#topic_icons .description
-{
+#topic_icons .description {
 	padding: 2em 1em 1em 1em;
 	overflow: auto;
 }
 
 /* Overrides for the display template
 ------------------------------------------------------- */
-.post
-{
+.post {
 	padding-top: 1em;
 	float: none;
 	word-wrap: break-word;
 }
-#content_section #forumposts div.cat_bar
-{
+#content_section #forumposts div.cat_bar {
 	margin-top: 8px;
 	clear: both;
 }
-#content_section .pagesection
-{
+#content_section .pagesection {
 	height: 1%;
 }
-#quickReplyOptions form textarea
-{
+#quickReplyOptions form textarea {
 	width: 98%;
 }
 
 /* Overrides for the profile template
 ------------------------------------------------------- */
-#basicinfo h4
-{
+#basicinfo h4 {
 	word-wrap: break-word;
 }
 
 /* Overrides for the calendar template
 ------------------------------------------------- */
-#main_grid table.weeklist h4.titlebg
-{
+#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
-{
+#postmodify dl #pm_to, #postmodify dl #bcc_div2, #postmodify dl #pm_subject {
 	clear:both !important;
 }
 
 /* Overrides for the recent posts template
 ------------------------------------------------------- */
-.list_posts
-{
+.list_posts {
 	word-wrap: break-word;
 }

+ 18 - 36
Themes/default/css/install.css

@@ -1,45 +1,36 @@
-body
-{
+body {
 	width: 90%;
 }
-#top_section
-{
+#top_section {
 	height: 70px;
 	min-height: 65px;
 }
-#upper_section
-{
+#upper_section {
 	margin-bottom: 0;
 	padding: 0;
 }
-#upper_section .user
-{
+#upper_section .user {
 	height: 4em;
 }
-#upper_section .news
-{
+#upper_section .news {
 	height: 80px;
 }
-#main_screen
-{
+#main_screen {
 	padding: 0 40px;
 }
-#main_screen h2
-{
+#main_screen h2 {
 	font-size: 1.5em;
 	border-bottom: 1px solid #d05800;
 	line-height: 1.5em;
 	margin: 0 0 0.5em 0;
 	color: #d05800;
 }
-#main-steps
-{
+#main-steps {
 	float: right;
 	width: 50%;
 	margin-top: -60px;
 }
-#main-steps h2
-{
+#main-steps h2 {
 	font-size: 1.1em;
 	border-bottom: 1px solid #d05800;
 	line-height: 1.1em;
@@ -47,45 +38,36 @@ body
 	color: #d05800;
 	margin-right: 40px;
 }
-#main-steps ul
-{
+#main-steps ul {
 	list-style: none;
 	padding-left: 0;
 	margin: 0;
 }
-#main-steps ul li
-{
+#main-steps ul li {
 	padding: 1px 0;
 	font-size: 0.9em;
 }
-#main-steps ul li.stepdone
-{
+#main-steps ul li.stepdone {
 	color: #aaa;
 }
-#main-steps ul li.stepcurrent
-{
+#main-steps ul li.stepcurrent {
 	color: #000;
 	font-weight: bold;
 }
-#main-steps ul li.stepwaiting
-{
+#main-steps ul li.stepwaiting {
 	color: #666;
 }
-.panel
-{
+.panel {
 	font-weight: normal;
 }
-a:link, a:hover, a:visited
-{
+a:link, a:hover, a:visited {
 	text-decoration: underline;
 }
-.progress
-{
+.progress {
 	position: relative;
 	margin: -16px 3px 0 3px;
 }
-.overall_progress
-{
+.overall_progress {
 	position: relative;
 	margin: -25px 3px 0 3px;
 }

+ 12 - 24
Themes/default/css/report.css

@@ -1,59 +1,47 @@
-body
-{
+body {
 	color: #000;
 	background-color: #fff;
 	zoom: 1;
 }
-body, td, .normaltext
-{
+body, td, .normaltext {
 	font-family: Verdana, arial, helvetica, serif;
 	font-size: small;
 }
-*, a:link, a:visited, a:hover, a:active
-{
+*, a:link, a:visited, a:hover, a:active {
 	color: #000 !important;
 }
-.smalltext, .quoteheader, .codeheader
-{
+.smalltext, .quoteheader, .codeheader {
 	font-size: x-small;
 }
-.largetext
-{
+.largetext {
 	font-size: large;
 }
-hr
-{
+hr {
 	height: 1px;
 	border: 0;
 	color: #000;
 	background-color: #000;
 }
-.catbg
-{
+.catbg {
 	background-color: #d6d6d6;
 	font-weight: bold;
 }
-.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
-{
+.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited {
 	font-style: normal;
 	background-color: #f0f4f7;
 }
-.bordercolor
-{
+.bordercolor {
 	background-color: #333;
 }
-.windowbg
-{
+.windowbg {
 	color: #000;
 	background-color: #fff;
 }
-.windowbg2
-{
+.windowbg2 {
 	color: #000;
 	background-color: #f1f1f1;
 }
-.copyright
-{
+.copyright {
 	font-size: x-small;
 	text-align: center;
 }

Файловите разлики са ограничени, защото са твърде много
+ 207 - 403
Themes/default/css/rtl.css


+ 1 - 2
Themes/default/css/webkit.css

@@ -4,7 +4,6 @@
 	Causes issues in IE browsers, and breaks cached search engines pages.
 */
 
-table.table_list tbody.header td div.cat_bar
-{
+table.table_list tbody.header td div.cat_bar {
 	margin-bottom: -1px;
 }

+ 7 - 14
Themes/default/css/wireless.css

@@ -1,35 +1,28 @@
-.catbg, tr.catbg td
-{
+.catbg, tr.catbg td {
 	background-color: #6d92aa;
 	color: #fff;
 }
-.titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited
-{
+.titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited {
 	background-color: #b6dbff;
 	color: #000;
 	text-decoration: none;
 }
-.windowbg, tr.windowbg td
-{
+.windowbg, tr.windowbg td {
 	background-color: #fff;
 	color: #000;
 }
-.windowbg2, tr.windowbg2 td
-{
+.windowbg2, tr.windowbg2 td {
 	background-color: #c0c0c0;
 	color: #000;
 }
-.new, a:link.new, a:visited.new
-{
+.new, a:link.new, a:visited.new {
 	background-color: #2f2fc0;
 	color: #fff;
 }
-.updated
-{
+.updated {
 	color: red;
 }
 /* Resize our post area as needed */
-#message
-{
+#message {
 	width: 98%;
 }

Някои файлове не бяха показани, защото твърде много файлове са промени