svn: /web/doc-editor/trunk/ scripts/utils/compress.sh themes/main.css themes/style.css

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sun, 27 Dec 2009 11:37:12 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292689

Log:
Move style.css => main.css

Changed paths:
    U   web/doc-editor/trunk/scripts/utils/compress.sh
    A + web/doc-editor/trunk/themes/main.css
        (from web/doc-editor/trunk/themes/style.css:r292688)
    D   web/doc-editor/trunk/themes/style.css
svn-diffs-292689.txt (text/x-diff, 23.8 KB)
Modified: web/doc-editor/trunk/scripts/utils/compress.sh
===================================================================
--- web/doc-editor/trunk/scripts/utils/compress.sh	2009-12-27 11:33:53 UTC (rev 292688)
+++ web/doc-editor/trunk/scripts/utils/compress.sh	2009-12-27 11:37:12 UTC (rev 292689)
@@ -29,7 +29,7 @@
 cat themes/flags.css \
     js/ux/extjsPowered/*.css \
     js/ux/others/main_specific/*.css \
-    themes/style.css \
+    themes/main.css \
     | java -jar scripts/utils/yuicompressor.jar --type css --verbose -o themes/main-all.css

 popd

Copied: web/doc-editor/trunk/themes/main.css (from rev 292688, web/doc-editor/trunk/themes/style.css)
===================================================================
--- web/doc-editor/trunk/themes/main.css	                        (rev 0)
+++ web/doc-editor/trunk/themes/main.css	2009-12-27 11:37:12 UTC (rev 292689)
@@ -0,0 +1,370 @@
+.grid-search {
+    background-image: url(./img/zoom.png) !important;
+}
+
+.MainInfoTabPanel {
+    margin: 0 5px 0 5px !important;
+    padding: 0 !important;
+}
+
+ #phd-oe-about {
+    text-align: center;
+    margin: 70px 0px 50px 0;
+} #phd-oe-about-info {
+    font-size: 10px;
+    text-align: center;
+    color: #849090;
+} #phd-oe-credit ul {
+    list-style: disc url(./img/arrow_right2.png) inside;
+} #phd-oe-credit li {
+    margin: 10px;
+    padding: 0;
+} .phd-oe-credit-info {
+    margin-left: 30px;
+    padding-top: 7px;
+    color: #849090;
+}
+
+.closeOthersTabs {
+    background-image: url(./img/tab_delete.png) !important;
+}
+
+.x-tree-node .modified a span {
+    color: red;
+}
+
+.x-grid3-col-GridBugTitle {
+    padding-left: 5px !important;
+}
+
+.x-grid3-td-GridBugTitle .topic {
+    background: transparent url(./img/post.gif) no-repeat scroll 0 -1px !important;
+    padding-left: 20px !important;
+}
+
+.x-grid3-row-body p {
+    margin:5px 20px 10px 25px !important;
+    color:#555;
+}
+
+.NotInEn {
+    background-image: url(./img/delete.png) !important;
+}
+
+#wizard-step-1, #wizard-step-2, #wizard-step-3 {
+    margin-top: 5px;
+    padding-left: 20px;
+} .wizard-step-before {
+    background: transparent url(./img/arrow_right.png) no-repeat 0 0;
+    opacity: 0.5;
+    padding-bottom: 5px;
+} .wizard-step-working {
+    background: transparent url(./img/loading.gif) no-repeat 0 0;
+    padding-bottom: 5px;
+} .wizard-wait {
+    display: none;
+} .wizard-show {
+    margin-top: 5px;
+    margin-left: 10px;
+    display: block;
+} .wizard-step-done {
+    background: transparent url(./img/accept.png) no-repeat 0 0;
+    font-weight: bold;
+    padding-bottom: 5px;
+} #home-panel {
+    margin: 10px;
+} #home-panel table {
+    width: 100%;
+    vertical-align: top;
+} #home-panel table tr {
+    vertical-align: top;
+} .home-summary-title, .home-bugs-title {
+    background-position: 0 6px !important;
+} .home-graphic-title {
+    background: transparent url(./img/chart_pie.png) no-repeat 0 5px !important;
+} .home-mailing-title {
+    background: transparent url(./img/email_open_image.png) no-repeat 0 5px !important;
+} .FilesNeedTranslate {
+    background: transparent url(./img/page_add.png) no-repeat 0 0;
+} .FilesNeedUpdate {
+    background: transparent url(./img/arrow_refresh.png) no-repeat 0 0;
+} .FilesNeedReviewed {
+    background: transparent url(./img/page_edit.png) no-repeat 0 0;
+} .iconCheckDoc {
+    background-image: url(./img/lightbulb_add.png) !important;
+} .BuildStatus {
+    background-image: url(./img/error_delete.png) !important;
+} .AllFiles {
+    background: transparent url(./img/application_side_tree.png) no-repeat 0 0;
+} .PendingCommit {
+    background: transparent url(./img/arrow_down.png) no-repeat 0 0;
+} .PendingPatch {
+    background: transparent url(./img/arrow_switch.png) no-repeat 0 0;
+} .MainMenu {
+    background-image: url(./img/application_home.png) !important;
+    background-position: 0 1px !important;
+} .FilesError {
+    background: transparent url(./img/error_delete.png) no-repeat 0 0;
+} .iconBugs {
+    background-image: url(./img/bug.png) !important;
+} .iconBook {
+    background-image: url(./img/book.png) !important;
+} .iconIndent {
+    background-image: url(./img/text_indent.png) !important;
+} .iconUndo {
+    background-image: url(./img/arrow_undo.png) !important;
+} .iconRedo {
+    background-image: url(./img/arrow_redo.png) !important;
+}
+
+.iconInfo {
+    background-image: url(./img/information.gif) !important;
+}
+.iconError {
+    background-image: url(./img/exclamation.gif) !important;
+}
+
+ .saveFile {
+    background-image: url(./img/disk.png) !important;
+} .saveAsFile {
+    background-image: url(./img/table_save.png) !important;
+} .patchAlert {
+    background-image: url(./img/bell.png) !important;
+} .iconConf {
+    background-image: url(./img/wrench_orange.png) !important;
+} .refresh {
+    background-image: url(./img/arrow_refresh.png) !important;
+}
+ .iconCheckEntities {
+    background-image: url(./img/link_break.png) !important;
+}
+ .checkBuild {
+    background-image: url(./img/bug_delete.png) !important;
+} .startRefresh {
+    background-image: url(./img/hourglass_go.png) !important;
+} .finishRefresh {
+    background-image: url(./img/accept.png) !important;
+} .openInTab {
+    background-image: url(./img/tab_go.png) !important;
+} .iconErasePersonalData {
+    background-image: url(./img/layout_delete.png) !important;
+} .iconTranslator {
+    background-image: url(./img/group.png) !important;
+} .iconLogOut {
+    background-image: url(./img/door_in.png) !important;
+} .iconTabLink {
+    background-image: url(./img/page_link.png) !important;
+} .iconTabNeedTranslate {
+    background-image: url(./img/page_add.png) !important;
+}
+ .iconFiles {
+    background-image: url(./img/page.png) !important;
+}
+ .iconTabView {
+    background-image: url(./img/eye.png) !important;
+} .iconTabNeedUpdate {
+    background-image: url(./img/arrow_refresh.png) !important;
+} .iconDelete {
+    background-image: url(./img/delete.png) !important;
+} .iconView {
+    background-image: url(./img/eye.png) !important;
+} .iconFolderOpen {
+    background-image: url(./img/folder-open.gif) !important;
+} .iconFolderClose {
+    background-image: url(./img/folder.gif) !important;
+} .iconTabNeedReviewed {
+    background-image: url(./img/page_edit.png) !important;
+} .iconTabError {
+    background-image: url(./img/error_delete.png) !important;
+} .iconUpdateFileVcs {
+    background-image: url(./img/database_refresh.png) !important;
+} .iconCommitFileVcs {
+    background-image: url(./img/database_go.png) !important;
+} .iconViewDiff {
+    background-image: url(./img/chart_organisation.png) !important;
+} .iconPageDelete {
+    background-image: url(./img/page_delete.png) !important;
+} .iconHelp {
+    background-image: url(./img/help.png) !important;
+} .iconSendEmail {
+    background-image: url(./img/email_edit.png) !important;
+} .iconSummary {
+    background-image: url(./img/details.gif) !important;
+} .iconInsertCode {
+    background-image: url(./img/page_code.png) !important;
+} .confStatusBar {
+    background: transparent url(./img/help.png) no-repeat 0 2px;
+    padding-left: 20px !important;
+} .winManageLog {
+    background-image: url(./img/page_white_gear.png) !important;
+} #main-panel .x-layout-collapsed-west {
+    background-image: url(./img/vcs_log.png);
+    background-repeat: no-repeat;
+    background-position: center;
+} #main-panel .x-layout-collapsed-east {
+    background-image: url(./img/en_version.png);
+    background-repeat: no-repeat;
+    background-position: center;
+} #main-panel .x-layout-collapsed-north {
+    background-image: url(./img/diff_vcs.png);
+    background-repeat: no-repeat;
+    background-position: center;
+} .x-layout-collapsed-east-error-desc {
+    background-image: url(./img/error_description.png) !important;
+    background-repeat: no-repeat;
+    background-position: center;
+} .x-layout-collapsed-east-patch-desc {
+    background-image: url(./img/patch.png) !important;
+    background-repeat: no-repeat;
+    background-position: center;
+} .file-need-commit {
+    color: red !important;
+    font-weight: bold !important;
+} .summary_1 {
+    color: black !important;
+    font-weight: bold !important;
+    background-color: #68D888 !important;
+} .summary_2 {
+    color: black !important;
+    font-weight: bold !important;
+    background-color: #FF6347 !important;
+} .summary_3 {
+    color: black !important;
+    font-weight: bold !important;
+    background-color: #EEE8AA !important;
+} .summary_4 {
+    color: black !important;
+    font-weight: bold !important;
+    background-color: #DCDCDC !important;
+} .diff-content table.code {
+    border: 1px solid #ddd;
+    border-spacing: 0;
+    border-top: 0;
+    empty-cells: show;
+    font-size: 12px;
+    line-height: 110%;
+    padding: 0;
+    margin: 0;
+    width: 100%;
+} .diff-content table.code th {
+    background: #eed;
+    color: #886;
+    font-weight: normal;
+    padding: 0 .5em;
+    text-align: right;
+    border-right: 1px solid #d7d7d7;
+    border-top: 1px solid #998;
+    font-size: 11px;
+    width: 35px;
+} .diff-content table.code td {
+    background: #fff;
+    font: normal 11px monospace;
+    overflow: auto;
+    padding: 1px 2px;
+} .diff-content table.code td.del {
+    background-color: #FDD;
+    border-left: 1px solid #C00;
+    border-right: 1px solid #C00;
+} .diff-content table.code td.del.first {
+    border-top: 1px solid #C00;
+} .diff-content table.code td.ins {
+    background-color: #DFD;
+    border-left: 1px solid #0A0;
+    border-right: 1px solid #0A0;
+} .diff-content table.code td.ins.first {
+    border-top: 1px solid #0A0;
+} .diff-content table.code td.del_end {
+    border-top: 1px solid #C00;
+} .diff-content table.code td.ins_end {
+    border-top: 1px solid #0A0;
+} .diff-content table.code td.truncated {
+    background-color: #f7f7f7;
+} .diff-content table.code td.line {
+    background: #eed url(./img/help.png) no-repeat 0 0;
+    padding-left: 20px;
+    color: #886;
+    border: 1px solid #d7d7d7;
+} .check-build-content {
+    margin: 5px 5px;
+    font-family: tahoma, arial, helvetica, sans-serif;
+    font-size: 11px;
+
+} #confMenu {
+    background: white;
+    font: 11px Arial, Helvetica, sans-serif;
+} #confMenu .thumb {
+    padding: 3px;
+} #confMenu .thumb-wrap {
+    float: left;
+    margin: 5px;
+    padding: 5px;
+    width: 153px;
+    text-align: center;
+    cursor: pointer;
+} #confMenu .thumb-wrap span {
+    display: block;
+    overflow: hidden;
+    text-align: center;
+} #confMenu .x-view-over {
+    border: 1px solid #dddddd;
+    background-color: #efefef;
+    padding: 4px;
+} #confMenu .x-view-selected {
+    background: #DFEDFF;
+    border: 1px solid #6593cf;
+    padding: 4px;
+} #confMenu .x-view-selected .thumb {
+    background: transparent;
+} #confMenu .x-view-selected span {
+    color: #1A4D8F;
+    font-weight: bold;
+} .res-block {
+    background: transparent url(./img/block-top.gif) no-repeat scroll 0 0;
+    margin: 10px 0 0 5px;
+    padding-top: 5px;
+    width: 280px;
+} .res-block-inner {
+    background: transparent url(./img/block-bottom.gif) no-repeat scroll left bottom;
+    padding: 3px 11px;
+} .res-block h3 {
+    background: transparent url(./img/user.png) no-repeat 0 1px;
+    padding-left: 20px;
+    padding-top: 3px;
+    -x-system-font: none;
+    color: #555555;
+    font-family: tahoma, arial, sans-serif;
+    font-size: 12px;
+    font-size-adjust: none;
+    font-stretch: normal;
+    font-style: normal;
+    font-variant: normal;
+    line-height: normal;
+    font-weight: normal;
+    margin-bottom: 8px;
+} .res-block em {
+    font-weight: bold;
+} .ux-grid3-row-action-cell .x-grid3-cell-inner {
+    padding: 1px 0 0 0;
+} .ux-grid3-row-action-cell .x-grid3-cell-inner div {
+    background-repeat: no-repeat;
+    width: 16px;
+    height: 16px;
+    cursor: pointer;
+} .check_doc_cell {
+    background-color: #DEDEDE;
+    text-align: right;
+}
+
+.file-needcommit-update {
+    background-image: url(./img/arrow_refresh.png) !important;
+    background-repeat: no-repeat !important;
+
+}
+.file-needcommit-delete {
+    background-image: url(./img/delete.png) !important;
+    background-repeat: no-repeat !important;
+}
+.file-needcommit-new {
+    background-image: url(./img/lightbulb_add.png) !important;
+    background-repeat: no-repeat !important;
+}

Deleted: web/doc-editor/trunk/themes/style.css
===================================================================
--- web/doc-editor/trunk/themes/style.css	2009-12-27 11:33:53 UTC (rev 292688)
+++ web/doc-editor/trunk/themes/style.css	2009-12-27 11:37:12 UTC (rev 292689)
@@ -1,370 +0,0 @@
-.grid-search {
-    background-image: url(./img/zoom.png) !important;
-}
-
-.MainInfoTabPanel {
-    margin: 0 5px 0 5px !important;
-    padding: 0 !important;
-}
-
- #phd-oe-about {
-    text-align: center;
-    margin: 70px 0px 50px 0;
-} #phd-oe-about-info {
-    font-size: 10px;
-    text-align: center;
-    color: #849090;
-} #phd-oe-credit ul {
-    list-style: disc url(./img/arrow_right2.png) inside;
-} #phd-oe-credit li {
-    margin: 10px;
-    padding: 0;
-} .phd-oe-credit-info {
-    margin-left: 30px;
-    padding-top: 7px;
-    color: #849090;
-}
-
-.closeOthersTabs {
-    background-image: url(./img/tab_delete.png) !important;
-}
-
-.x-tree-node .modified a span {
-    color: red;
-}
-
-.x-grid3-col-GridBugTitle {
-    padding-left: 5px !important;
-}
-
-.x-grid3-td-GridBugTitle .topic {
-    background: transparent url(./img/post.gif) no-repeat scroll 0 -1px !important;
-    padding-left: 20px !important;
-}
-
-.x-grid3-row-body p {
-    margin:5px 20px 10px 25px !important;
-    color:#555;
-}
-
-.NotInEn {
-    background-image: url(./img/delete.png) !important;
-}
-
-#wizard-step-1, #wizard-step-2, #wizard-step-3 {
-    margin-top: 5px;
-    padding-left: 20px;
-} .wizard-step-before {
-    background: transparent url(./img/arrow_right.png) no-repeat 0 0;
-    opacity: 0.5;
-    padding-bottom: 5px;
-} .wizard-step-working {
-    background: transparent url(./img/loading.gif) no-repeat 0 0;
-    padding-bottom: 5px;
-} .wizard-wait {
-    display: none;
-} .wizard-show {
-    margin-top: 5px;
-    margin-left: 10px;
-    display: block;
-} .wizard-step-done {
-    background: transparent url(./img/accept.png) no-repeat 0 0;
-    font-weight: bold;
-    padding-bottom: 5px;
-} #home-panel {
-    margin: 10px;
-} #home-panel table {
-    width: 100%;
-    vertical-align: top;
-} #home-panel table tr {
-    vertical-align: top;
-} .home-summary-title, .home-bugs-title {
-    background-position: 0 6px !important;
-} .home-graphic-title {
-    background: transparent url(./img/chart_pie.png) no-repeat 0 5px !important;
-} .home-mailing-title {
-    background: transparent url(./img/email_open_image.png) no-repeat 0 5px !important;
-} .FilesNeedTranslate {
-    background: transparent url(./img/page_add.png) no-repeat 0 0;
-} .FilesNeedUpdate {
-    background: transparent url(./img/arrow_refresh.png) no-repeat 0 0;
-} .FilesNeedReviewed {
-    background: transparent url(./img/page_edit.png) no-repeat 0 0;
-} .iconCheckDoc {
-    background-image: url(./img/lightbulb_add.png) !important;
-} .BuildStatus {
-    background-image: url(./img/error_delete.png) !important;
-} .AllFiles {
-    background: transparent url(./img/application_side_tree.png) no-repeat 0 0;
-} .PendingCommit {
-    background: transparent url(./img/arrow_down.png) no-repeat 0 0;
-} .PendingPatch {
-    background: transparent url(./img/arrow_switch.png) no-repeat 0 0;
-} .MainMenu {
-    background-image: url(./img/application_home.png) !important;
-    background-position: 0 1px !important;
-} .FilesError {
-    background: transparent url(./img/error_delete.png) no-repeat 0 0;
-} .iconBugs {
-    background-image: url(./img/bug.png) !important;
-} .iconBook {
-    background-image: url(./img/book.png) !important;
-} .iconIndent {
-    background-image: url(./img/text_indent.png) !important;
-} .iconUndo {
-    background-image: url(./img/arrow_undo.png) !important;
-} .iconRedo {
-    background-image: url(./img/arrow_redo.png) !important;
-}
-
-.iconInfo {
-    background-image: url(./img/information.gif) !important;
-}
-.iconError {
-    background-image: url(./img/exclamation.gif) !important;
-}
-
- .saveFile {
-    background-image: url(./img/disk.png) !important;
-} .saveAsFile {
-    background-image: url(./img/table_save.png) !important;
-} .patchAlert {
-    background-image: url(./img/bell.png) !important;
-} .iconConf {
-    background-image: url(./img/wrench_orange.png) !important;
-} .refresh {
-    background-image: url(./img/arrow_refresh.png) !important;
-}
- .iconCheckEntities {
-    background-image: url(./img/link_break.png) !important;
-}
- .checkBuild {
-    background-image: url(./img/bug_delete.png) !important;
-} .startRefresh {
-    background-image: url(./img/hourglass_go.png) !important;
-} .finishRefresh {
-    background-image: url(./img/accept.png) !important;
-} .openInTab {
-    background-image: url(./img/tab_go.png) !important;
-} .iconErasePersonalData {
-    background-image: url(./img/layout_delete.png) !important;
-} .iconTranslator {
-    background-image: url(./img/group.png) !important;
-} .iconLogOut {
-    background-image: url(./img/door_in.png) !important;
-} .iconTabLink {
-    background-image: url(./img/page_link.png) !important;
-} .iconTabNeedTranslate {
-    background-image: url(./img/page_add.png) !important;
-}
- .iconFiles {
-    background-image: url(./img/page.png) !important;
-}
- .iconTabView {
-    background-image: url(./img/eye.png) !important;
-} .iconTabNeedUpdate {
-    background-image: url(./img/arrow_refresh.png) !important;
-} .iconDelete {
-    background-image: url(./img/delete.png) !important;
-} .iconView {
-    background-image: url(./img/eye.png) !important;
-} .iconFolderOpen {
-    background-image: url(./img/folder-open.gif) !important;
-} .iconFolderClose {
-    background-image: url(./img/folder.gif) !important;
-} .iconTabNeedReviewed {
-    background-image: url(./img/page_edit.png) !important;
-} .iconTabError {
-    background-image: url(./img/error_delete.png) !important;
-} .iconUpdateFileVcs {
-    background-image: url(./img/database_refresh.png) !important;
-} .iconCommitFileVcs {
-    background-image: url(./img/database_go.png) !important;
-} .iconViewDiff {
-    background-image: url(./img/chart_organisation.png) !important;
-} .iconPageDelete {
-    background-image: url(./img/page_delete.png) !important;
-} .iconHelp {
-    background-image: url(./img/help.png) !important;
-} .iconSendEmail {
-    background-image: url(./img/email_edit.png) !important;
-} .iconSummary {
-    background-image: url(./img/details.gif) !important;
-} .iconInsertCode {
-    background-image: url(./img/page_code.png) !important;
-} .confStatusBar {
-    background: transparent url(./img/help.png) no-repeat 0 2px;
-    padding-left: 20px !important;
-} .winManageLog {
-    background-image: url(./img/page_white_gear.png) !important;
-} #main-panel .x-layout-collapsed-west {
-    background-image: url(./img/vcs_log.png);
-    background-repeat: no-repeat;
-    background-position: center;
-} #main-panel .x-layout-collapsed-east {
-    background-image: url(./img/en_version.png);
-    background-repeat: no-repeat;
-    background-position: center;
-} #main-panel .x-layout-collapsed-north {
-    background-image: url(./img/diff_vcs.png);
-    background-repeat: no-repeat;
-    background-position: center;
-} .x-layout-collapsed-east-error-desc {
-    background-image: url(./img/error_description.png) !important;
-    background-repeat: no-repeat;
-    background-position: center;
-} .x-layout-collapsed-east-patch-desc {
-    background-image: url(./img/patch.png) !important;
-    background-repeat: no-repeat;
-    background-position: center;
-} .file-need-commit {
-    color: red !important;
-    font-weight: bold !important;
-} .summary_1 {
-    color: black !important;
-    font-weight: bold !important;
-    background-color: #68D888 !important;
-} .summary_2 {
-    color: black !important;
-    font-weight: bold !important;
-    background-color: #FF6347 !important;
-} .summary_3 {
-    color: black !important;
-    font-weight: bold !important;
-    background-color: #EEE8AA !important;
-} .summary_4 {
-    color: black !important;
-    font-weight: bold !important;
-    background-color: #DCDCDC !important;
-} .diff-content table.code {
-    border: 1px solid #ddd;
-    border-spacing: 0;
-    border-top: 0;
-    empty-cells: show;
-    font-size: 12px;
-    line-height: 110%;
-    padding: 0;
-    margin: 0;
-    width: 100%;
-} .diff-content table.code th {
-    background: #eed;
-    color: #886;
-    font-weight: normal;
-    padding: 0 .5em;
-    text-align: right;
-    border-right: 1px solid #d7d7d7;
-    border-top: 1px solid #998;
-    font-size: 11px;
-    width: 35px;
-} .diff-content table.code td {
-    background: #fff;
-    font: normal 11px monospace;
-    overflow: auto;
-    padding: 1px 2px;
-} .diff-content table.code td.del {
-    background-color: #FDD;
-    border-left: 1px solid #C00;
-    border-right: 1px solid #C00;
-} .diff-content table.code td.del.first {
-    border-top: 1px solid #C00;
-} .diff-content table.code td.ins {
-    background-color: #DFD;
-    border-left: 1px solid #0A0;
-    border-right: 1px solid #0A0;
-} .diff-content table.code td.ins.first {
-    border-top: 1px solid #0A0;
-} .diff-content table.code td.del_end {
-    border-top: 1px solid #C00;
-} .diff-content table.code td.ins_end {
-    border-top: 1px solid #0A0;
-} .diff-content table.code td.truncated {
-    background-color: #f7f7f7;
-} .diff-content table.code td.line {
-    background: #eed url(./img/help.png) no-repeat 0 0;
-    padding-left: 20px;
-    color: #886;
-    border: 1px solid #d7d7d7;
-} .check-build-content {
-    margin: 5px 5px;
-    font-family: tahoma, arial, helvetica, sans-serif;
-    font-size: 11px;
-
-} #confMenu {
-    background: white;
-    font: 11px Arial, Helvetica, sans-serif;
-} #confMenu .thumb {
-    padding: 3px;
-} #confMenu .thumb-wrap {
-    float: left;
-    margin: 5px;
-    padding: 5px;
-    width: 153px;
-    text-align: center;
-    cursor: pointer;
-} #confMenu .thumb-wrap span {
-    display: block;
-    overflow: hidden;
-    text-align: center;
-} #confMenu .x-view-over {
-    border: 1px solid #dddddd;
-    background-color: #efefef;
-    padding: 4px;
-} #confMenu .x-view-selected {
-    background: #DFEDFF;
-    border: 1px solid #6593cf;
-    padding: 4px;
-} #confMenu .x-view-selected .thumb {
-    background: transparent;
-} #confMenu .x-view-selected span {
-    color: #1A4D8F;
-    font-weight: bold;
-} .res-block {
-    background: transparent url(./img/block-top.gif) no-repeat scroll 0 0;
-    margin: 10px 0 0 5px;
-    padding-top: 5px;
-    width: 280px;
-} .res-block-inner {
-    background: transparent url(./img/block-bottom.gif) no-repeat scroll left bottom;
-    padding: 3px 11px;
-} .res-block h3 {
-    background: transparent url(./img/user.png) no-repeat 0 1px;
-    padding-left: 20px;
-    padding-top: 3px;
-    -x-system-font: none;
-    color: #555555;
-    font-family: tahoma, arial, sans-serif;
-    font-size: 12px;
-    font-size-adjust: none;
-    font-stretch: normal;
-    font-style: normal;
-    font-variant: normal;
-    line-height: normal;
-    font-weight: normal;
-    margin-bottom: 8px;
-} .res-block em {
-    font-weight: bold;
-} .ux-grid3-row-action-cell .x-grid3-cell-inner {
-    padding: 1px 0 0 0;
-} .ux-grid3-row-action-cell .x-grid3-cell-inner div {
-    background-repeat: no-repeat;
-    width: 16px;
-    height: 16px;
-    cursor: pointer;
-} .check_doc_cell {
-    background-color: #DEDEDE;
-    text-align: right;
-}
-
-.file-needcommit-update {
-    background-image: url(./img/arrow_refresh.png) !important;
-    background-repeat: no-repeat !important;
-
-}
-.file-needcommit-delete {
-    background-image: url(./img/delete.png) !important;
-    background-repeat: no-repeat !important;
-}
-.file-needcommit-new {
-    background-image: url(./img/lightbulb_add.png) !important;
-    background-repeat: no-repeat !important;
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.