Commit bb7019c0 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove tabulations. Fix bottom toolbar. Clean up.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43843 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7587412a
...@@ -108,7 +108,7 @@ button {\n ...@@ -108,7 +108,7 @@ button {\n
}\n }\n
\n \n
table {\n table {\n
\tborder: 1px solid #ecebe2;\n border: 1px solid #ecebe2;\n
}\n }\n
\n \n
a:link, \n a:link, \n
...@@ -140,11 +140,6 @@ fieldset.hidden_fieldset { \n ...@@ -140,11 +140,6 @@ fieldset.hidden_fieldset { \n
display: none;\n display: none;\n
}\n }\n
\n \n
\n
/* ## XHTML basis elements ########################### end ### */\n
\n
/* ## main elements ################################## start # */\n
\n
#mainwrapper {\n #mainwrapper {\n
min-height: 100%;\n min-height: 100%;\n
width:952px;\n width:952px;\n
...@@ -177,11 +172,11 @@ fieldset.hidden_fieldset { \n ...@@ -177,11 +172,11 @@ fieldset.hidden_fieldset { \n
}\n }\n
\n \n
#wrapper_right{\n #wrapper_right{\n
\tfloat: left;\n float: left;\n
\twidth:22.5%;\n width:22.5%;\n
\tposition:relative;\n position:relative;\n
\tmargin-left: 19px;\n margin-left: 19px;\n
\tpadding-top: 10px;\n padding-top: 10px;\n
}\n }\n
\n \n
\n \n
...@@ -197,8 +192,8 @@ fieldset.hidden_fieldset { \n ...@@ -197,8 +192,8 @@ fieldset.hidden_fieldset { \n
\n \n
#km_left .text,\n #km_left .text,\n
#km_front .text {\n #km_front .text {\n
\tpadding:10px;\n padding:10px;\n
\twidth: auto;\n width: auto;\n
}\n }\n
\n \n
/* Gadget container at bottom */\n /* Gadget container at bottom */\n
...@@ -244,54 +239,49 @@ div#wrapper_headline div.header_title {\n ...@@ -244,54 +239,49 @@ div#wrapper_headline div.header_title {\n
}\n }\n
\n \n
fieldset.left{\n fieldset.left{\n
\toverflow: hidden;\n overflow: hidden;\n
}\n }\n
\n \n
div.input > input {\n div.input > input {\n
max-width:320px;\n max-width:320px;\n
}\n }\n
\n \n
/* ## main elements ################################### end ### */\n /* Top navigation */\n
\n
/* ## navigation ###################################### start # */\n
\n \n
#menu {\n #menu {\n
\twidth:100%;\n width:100%;\n
\theight:40px;\n height:40px;\n
\tmargin:0em;\n margin:0em;\n
\tpadding:0px;\n padding:0px;\n
padding-top: 4px;\n padding-top: 4px;\n
\tborder-style: none;\n border-style: none;\n
\tborder-width:1px 1px 0;\n border-width:1px 1px 0;\n
font-size: 9pt;\n font-size: 9pt;\n
}\n }\n
\n \n
#wrapper_path {\n #wrapper_path {\n
\tfloat:left;\n float:left;\n
\twidth: 100%;\n width: 100%;\n
}\n }\n
\n \n
#menu ul {\n #menu ul {\n
\tfloat:left;\n float:left;\n
\tlist-style-type: none;\n list-style-type: none;\n
\tmargin:0;\n margin:0;\n
\tpadding:0;\n padding:0;\n
}\n }\n
\n \n
#menu .navbar {\n #menu .navbar {\n
\twidth:70%;\n width:70%;\n
}\n }\n
\n \n
#menu ul li {\n #menu ul li {\n
\n margin:0;\n
\tmargin:0;\n padding:0;\n
\tpadding:0;\n float:left;\n
\tfloat:left;\n height:100%;\n
\theight:100%;\n
\n
}\n }\n
\n \n
/* Top menu collapse root element */\n
#menu ul li.collapse-menu{\n #menu ul li.collapse-menu{\n
background: url(km_img/collapse-down-arrow.gif) no-repeat transparent right 10px;\n background: url(km_img/collapse-down-arrow.gif) no-repeat transparent right 10px;\n
padding-right: 0px;\n padding-right: 0px;\n
...@@ -303,42 +293,41 @@ div.input > input {\n ...@@ -303,42 +293,41 @@ div.input > input {\n
}\n }\n
\n \n
#menu .meta {\n #menu .meta {\n
\tfloat:right;\n float:right;\n
\twidth:auto;\n width:auto;\n
\tmargin-right: 10px;\n margin-right: 10px;\n
}\n }\n
\n \n
.tools {\n .tools {\n
\tfloat: left;\n float: left;\n
\tdisplay: block;\n display: block;\n
\tclear: both;\n clear: both;\n
\twidth:100%;\n width:100%;\n
\tpadding: 5px 0;\n padding: 5px 0;\n
height: 20px;\n height: 20px;\n
}\n }\n
\n \n
\n
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {\n #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {\n
\theight:100%;\n height:100%;\n
\tline-height:30px;\n line-height:30px;\n
\tfloat:left;\n float:left;\n
}\n }\n
\n \n
#menu ul li #home-link:link, #menu ul li #home-link:active, #menu ul li #home-link:visited {\n #menu ul li #home-link:link, #menu ul li #home-link:active, #menu ul li #home-link:visited {\n
\ttext-indent: -99999px;\n text-indent: -99999px;\n
\tdisplay:block;\n display:block;\n
\theight:20px;\n height:20px;\n
\twidth:8px;\n width:8px;\n
\tposition: relative;\n position: relative;\n
\ttop: 0px;\n top: 0px;\n
\tmargin:5px 0 5px 5px;\n margin:5px 0 5px 5px;\n
}\n }\n
\n \n
#menu #login-logout-link:link, #menu #login-logout-link:active, #menu #login-logout-link:visited {\n #menu #login-logout-link:link, #menu #login-logout-link:active, #menu #login-logout-link:visited {\n
\theight:20px;\n height:20px;\n
\tposition: relative;\n position: relative;\n
\tline-height: 20px;\n line-height: 20px;\n
\tpadding-left:25px;\n padding-left:25px;\n
}\n }\n
\n \n
/* Login & Logout links */\n /* Login & Logout links */\n
...@@ -347,13 +336,13 @@ div.user-information{\n ...@@ -347,13 +336,13 @@ div.user-information{\n
}\n }\n
\n \n
ul.breadcrumb {\n ul.breadcrumb {\n
\tlist-style-type: none;\n list-style-type: none;\n
\tmargin:0 0 0 5px;\n margin:0 0 0 5px;\n
\tpadding:0;\n padding:0;\n
\twidth:auto;\n width:auto;\n
\theight:100%;\n height:100%;\n
\tfloat: left;\n float: left;\n
\tposition: relative;\n position: relative;\n
}\n }\n
\n \n
ul.breadcrumb li {\n ul.breadcrumb li {\n
...@@ -376,11 +365,11 @@ div.language-selection{\n ...@@ -376,11 +365,11 @@ div.language-selection{\n
\n \n
ul.widget_management_box,\n ul.widget_management_box,\n
ul.language_box{\n ul.language_box{\n
\tfloat:right;\n float:right;\n
\tmargin:0;\n margin:0;\n
\tpadding: 0;\n padding: 0;\n
\tposition: relative;\n position: relative;\n
\tlist-style-type: none!important;\n list-style-type: none!important;\n
}\n }\n
\n \n
ul.widget_management_box li{\n ul.widget_management_box li{\n
...@@ -389,9 +378,8 @@ ul.widget_management_box li{\n ...@@ -389,9 +378,8 @@ ul.widget_management_box li{\n
}\n }\n
\n \n
ul.language_box li {\n ul.language_box li {\n
\tfloat:left;\n float:left;\n
\tmargin: 0 2px;\n margin: 0 2px;\n
\n
}\n }\n
\n \n
ul.language_box{\n ul.language_box{\n
...@@ -434,17 +422,10 @@ ul.widget_management_box a {\n ...@@ -434,17 +422,10 @@ ul.widget_management_box a {\n
float:left;\n float:left;\n
}\n }\n
\n \n
\n
.box {\n .box {\n
width: auto;\n width: auto;\n
}\n }\n
\n \n
/* ## navigation ###################################### end ### */\n
\n
\n
/* ## element "boxes" ################################# start # */\n
\n
\n
div#mainwrapper div#wrapper_right fieldset.widget div.field label:after {content: ":"}\n div#mainwrapper div#wrapper_right fieldset.widget div.field label:after {content: ":"}\n
div#mainwrapper div#wrapper_right div.gadget fieldset.widget{\n div#mainwrapper div#wrapper_right div.gadget fieldset.widget{\n
border:0;\n border:0;\n
...@@ -456,33 +437,30 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n ...@@ -456,33 +437,30 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n
}\n }\n
\n \n
#km_left .document > .content{\n #km_left .document > .content{\n
\tfloat:left;\n float:left;\n
\tmargin: 10px;\n margin: 10px;\n
\tbackground-color: #fff;\n background-color: #fff;\n
\tborder:1px solid #c0bfb3;\n border:1px solid #c0bfb3;\n
}\n }\n
\n \n
/* ## element "boxes" ################################ end ### */\n /* Footer */\n
\n
/* ## element "footer" ############################### start # */\n
\n
#wrapper_footer {\n #wrapper_footer {\n
\tclear:both;\n clear:both;\n
\twidth: 100%;\n width: 100%;\n
\toverflow: hidden;\n overflow: hidden;\n
\tposition: relative;\n position: relative;\n
\tmargin-top: -4.6em;\n margin-top: -4.6em;\n
\tpadding-bottom: 20px;\n padding-bottom: 20px;\n
\tborder-top:1px solid #fcfbfb;\n border-top:1px solid #fcfbfb;\n
\tbackground-color:#9d968d;\n background-color:#9d968d;\n
\tcolor:#eae9df;\n color:#eae9df;\n
font-size:8pt;\n font-size:8pt;\n
}\n }\n
\n \n
#wrapper_footer ul {\n #wrapper_footer ul {\n
\tlist-style-type: none;\n list-style-type: none;\n
\tmargin:0 auto;\n margin:0 auto;\n
\tpadding: 11px 20px;\n padding: 11px 20px;\n
}\n }\n
\n \n
#footer {\n #footer {\n
...@@ -501,10 +479,7 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n ...@@ -501,10 +479,7 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n
text-align: right;\n text-align: right;\n
}\n }\n
\n \n
/* ## element "footer" ############################### end ### */\n /* Forms */\n
\n
/* ## forms ########################################## start # */\n
\n
form p,\n form p,\n
.bottom_actions{\n .bottom_actions{\n
margin:5px 0;\n margin:5px 0;\n
...@@ -526,11 +501,10 @@ form p,\n ...@@ -526,11 +501,10 @@ form p,\n
}\n }\n
\n \n
.meta .search_button {\n .meta .search_button {\n
\twidth: 20px;\n width: 20px;\n
\theight: 20px;\n height: 20px;\n
\tmargin:5px 0 5px 5px;\n margin:5px 0 5px 5px;\n
\tcursor:pointer;\n cursor:pointer;\n
\n
}\n }\n
\n \n
.meta div.input > select {\n .meta div.input > select {\n
...@@ -557,14 +531,14 @@ div.search_text{\n ...@@ -557,14 +531,14 @@ div.search_text{\n
}\n }\n
\n \n
.meta input.search_button {\n .meta input.search_button {\n
\tborder:none;\n border:none;\n
\tmargin:0;\n margin:0;\n
\tpadding:0;\n padding:0;\n
\twidth:20px;\n width:20px;\n
\theight:20px;\n height:20px;\n
\tbackground: url(km_img/bt-qsearch.gif) no-repeat transparent;\n background: url(km_img/bt-qsearch.gif) no-repeat transparent;\n
\tdisplay:block;\n display:block;\n
\ttext-indent:-999999px;\n text-indent:-999999px;\n
}\n }\n
\n \n
#menu .navbar fieldset,\n #menu .navbar fieldset,\n
...@@ -578,33 +552,32 @@ fieldset.right .field {\n ...@@ -578,33 +552,32 @@ fieldset.right .field {\n
float: left;\n float: left;\n
}\n }\n
\n \n
/* ## forms ########################################## end ### */\n
\n \n
/* ## buttons ######################################### start # */\n /* Buttons */\n
\n \n
a.bt-edit:link, \n a.bt-edit:link, \n
a.bt-edit:active, \n a.bt-edit:active, \n
a.bt-edit:visited {\n a.bt-edit:visited {\n
\theight:24px;\n height:24px;\n
\twidth:auto;\n width:auto;\n
\tdisplay:block;\n display:block;\n
\tpadding-left:10px;\n padding-left:10px;\n
\tmargin: 0 0 5px 0;\n margin: 0 0 5px 0;\n
}\n }\n
\n \n
a.bt-edit:link strong, \n a.bt-edit:link strong, \n
a.bt-edit:active strong, \n a.bt-edit:active strong, \n
a.bt-edit:visited strong {\n a.bt-edit:visited strong {\n
\theight:100%;\n height:100%;\n
\twidth:auto;\n width:auto;\n
\tdisplay:block;\n display:block;\n
\tline-height:24px;\n line-height:24px;\n
\twhite-space: nowrap;\n white-space: nowrap;\n
}\n }\n
\n \n
a.bt-edit strong img {\n a.bt-edit strong img {\n
\tposition: relative;\n position: relative;\n
\ttop:2px;\n top:2px;\n
}\n }\n
\n \n
button#bt-clone {\n button#bt-clone {\n
...@@ -612,14 +585,14 @@ button#bt-clone {\n ...@@ -612,14 +585,14 @@ button#bt-clone {\n
}\n }\n
\n \n
button.formbt {\n button.formbt {\n
\twidth: auto;\n width: auto;\n
\theight:35px;\n height:35px;\n
\tcursor: pointer;\n cursor: pointer;\n
\tborder:none;\n border:none;\n
\tpadding: 0 20px 0 0;\n padding: 0 20px 0 0;\n
\tmargin: 0 5px 0 0;\n margin: 0 5px 0 0;\n
\tposition: relative;\n position: relative;\n
\toverflow: visible;\n overflow: visible;\n
}\n }\n
\n \n
button::-moz-focus-inner{\n button::-moz-focus-inner{\n
...@@ -627,15 +600,15 @@ button::-moz-focus-inner{\n ...@@ -627,15 +600,15 @@ button::-moz-focus-inner{\n
}\n }\n
\n \n
button.formbt > span {\n button.formbt > span {\n
\tdisplay:block;\n display:block;\n
\twidth:100%;\n width:100%;\n
\theight:35px;\n height:35px;\n
\tmargin:0;\n margin:0;\n
\tpadding:0 0 0 5px;\n padding:0 0 0 5px;\n
\tline-height:35px;\n line-height:35px;\n
\tposition: relative;\n position: relative;\n
\tleft:-2px;\n left:-2px;\n
\twhite-space: nowrap;\n white-space: nowrap;\n
}\n }\n
\n \n
a.bt-download:link, \n a.bt-download:link, \n
...@@ -644,74 +617,71 @@ a.bt-download:visited,\n ...@@ -644,74 +617,71 @@ a.bt-download:visited,\n
a.bt-rss:link, \n a.bt-rss:link, \n
a.bt-rss:active, \n a.bt-rss:active, \n
a.bt-rss:visited {\n a.bt-rss:visited {\n
\tpadding-right:15px;\n padding-right:15px;\n
\tposition: absolute;\n position: absolute;\n
\tright:10px;\n right:10px;\n
\ttop:10px;\n top:10px;\n
}\n }\n
\n \n
button.bt-med {\n button.bt-med {\n
\twidth: auto;\n width: auto;\n
\theight:24px;\n height:24px;\n
\tcursor: pointer;\n cursor: pointer;\n
\tborder:none;\n border:none;\n
\tpadding: 0 20px 0 0;\n padding: 0 20px 0 0;\n
\tmargin: 0 5px 0 0;\n margin: 0 5px 0 0;\n
\tposition: relative;\n position: relative;\n
\toverflow: visible;\n overflow: visible;\n
}\n }\n
\n \n
button.bt-med span {\n button.bt-med span {\n
\tdisplay:block;\n display:block;\n
\twidth:100%;\n width:100%;\n
\theight:24px;\n height:24px;\n
\tmargin:0;\n margin:0;\n
\tpadding:0 0 0 10px;\n padding:0 0 0 10px;\n
\tline-height:24px;\n line-height:24px;\n
\tposition: relative;\n position: relative;\n
\tleft:-2px;\n left:-2px;\n
\twhite-space: nowrap;\n white-space: nowrap;\n
}\n }\n
\n \n
button.bt-med span img {\n button.bt-med span img {\n
\tdisplay:inline;\n display:inline;\n
\tposition: relative;\n position: relative;\n
\ttop:3px;\n top:3px;\n
\tmargin-right:5px;\n margin-right:5px;\n
}\n }\n
\n \n
.bt-small {\n .bt-small {\n
\tdisplay:block;\n display:block;\n
\twidth: auto;\n width: auto;\n
\theight:18px;\n height:18px;\n
\tcursor: pointer;\n cursor: pointer;\n
\tborder:none;\n border:none;\n
\tpadding: 0 15px 0 0;\n padding: 0 15px 0 0;\n
\tmargin: -2px 2px 0 2px;\n margin: -2px 2px 0 2px;\n
\tposition: relative;\n position: relative;\n
\toverflow: visible;\n overflow: visible;\n
}\n }\n
\n \n
.bt-small span {\n .bt-small span {\n
\tdisplay:block;\n display:block;\n
\twidth:100%;\n width:100%;\n
\theight:18px;\n height:18px;\n
\tmargin:0;\n margin:0;\n
\tpadding:0 0 0 10px;\n padding:0 0 0 10px;\n
\tline-height:18px;\n line-height:18px;\n
\tposition: relative;\n position: relative;\n
\tleft:-2px;\n left:-2px;\n
\twhite-space: nowrap;\n white-space: nowrap;\n
}\n }\n
\n \n
.bt-small span img {\n .bt-small span img {\n
\tdisplay:inline;\n display:inline;\n
\tmargin-right:2px;\n margin-right:2px;\n
}\n }\n
\n \n
/* ## buttons ######################################### end ### */\n
\n
\n
.input input[type=image] {\n .input input[type=image] {\n
width: auto !important;\n width: auto !important;\n
}\n }\n
...@@ -1001,83 +971,76 @@ div.pdf-preview-navigation img.last{\n ...@@ -1001,83 +971,76 @@ div.pdf-preview-navigation img.last{\n
color:#fff;\n color:#fff;\n
}\n }\n
\n \n
\n
\n
/* splash.css */\n
/* ## home banner #################################### start ## */\n
\n
.homebanner {\n .homebanner {\n
\tbackground: url(community_img/homebanner.jpg) no-repeat transparent;\n background: url(community_img/homebanner.jpg) no-repeat transparent;\n
\tcolor:#fff;\n color:#fff;\n
\ttext-shadow: 0 1px 0 #006686;\n text-shadow: 0 1px 0 #006686;\n
}\n }\n
\n \n
.homebanner h2 {\n .homebanner h2 {\n
\ttext-shadow: 0 3px 0 #0d7dab;\n text-shadow: 0 3px 0 #0d7dab;\n
}\n }\n
\n \n
.homebanner ul li {\n .homebanner ul li {\n
\tlist-style-image: none;\n list-style-image: none;\n
\tlist-style-type: none;\n list-style-type: none;\n
\tbackground: url(community_img/bannerbullet.png) no-repeat transparent;\n background: url(community_img/bannerbullet.png) no-repeat transparent;\n
}\n }\n
\n \n
.button-why:link, .button-why:active, .button-why:visited {\n .button-why:link, .button-why:active, .button-why:visited {\n
\tbackground: url(community_img/bannerbuttons.png) no-repeat transparent;\n background: url(community_img/bannerbuttons.png) no-repeat transparent;\n
}\n }\n
.button-why:hover {\n .button-why:hover {\n
\tbackground-position: 0 100%;\n background-position: 0 100%;\n
}\n }\n
\n \n
.button-try:link, .button-try:active, .button-try:visited {\n .button-try:link, .button-try:active, .button-try:visited {\n
\tbackground: url(community_img/bannerbuttons.png) no-repeat transparent;\n background: url(community_img/bannerbuttons.png) no-repeat transparent;\n
\tbackground-position: -158px 0;\n background-position: -158px 0;\n
}\n }\n
.button-try:hover {\n .button-try:hover {\n
\tbackground-position: -158px 100%;\n background-position: -158px 100%;\n
}\n }\n
\n \n
/* ## home banner #################################### start ## */\n
\n
.homebanner {\n .homebanner {\n
\tdisplay: block;\n display: block;\n
\twidth: 924px;\n width: 924px;\n
\theight: 283px;\n height: 283px;\n
margin:10px 14px 10px;\n margin:10px 14px 10px;\n
}\n }\n
\n \n
.homebanner h2 {\n .homebanner h2 {\n
\tpadding:25px;\n padding:25px;\n
\tmargin:0;\n margin:0;\n
}\n }\n
\n \n
.homebanner h4 {\n .homebanner h4 {\n
\tposition: absolute;\n position: absolute;\n
\tbottom: 20px;\n bottom: 20px;\n
\tright:25px;\n right:25px;\n
\tpadding:0;\n padding:0;\n
\tmargin:0;\n margin:0;\n
}\n }\n
\n \n
.homebanner img {\n .homebanner img {\n
\tposition: absolute;\n position: absolute;\n
\ttop: 89px;\n top: 89px;\n
\tright:1px;\n right:1px;\n
}\n }\n
\n \n
.homebanner ul {\n .homebanner ul {\n
\tposition: absolute;\n position: absolute;\n
\ttop:101px;\n top:101px;\n
\tleft:5px;\n left:5px;\n
\tmargin:0;\n margin:0;\n
\tpadding:0 30px;\n padding:0 30px;\n
\twidth: 200px;\n width: 200px;\n
}\n }\n
\n \n
.homebanner ul li {\n .homebanner ul li {\n
\tmargin:0;\n margin:0;\n
\tpadding: 7px 10px 7px 30px;\n padding: 7px 10px 7px 30px;\n
\tdisplay: block;\n display: block;\n
}\n }\n
\n \n
.button-why:link, \n .button-why:link, \n
...@@ -1086,45 +1049,33 @@ div.pdf-preview-navigation img.last{\n ...@@ -1086,45 +1049,33 @@ div.pdf-preview-navigation img.last{\n
.button-try:link, \n .button-try:link, \n
.button-try:active, \n .button-try:active, \n
.button-try:visited {\n .button-try:visited {\n
\twidth:158px;\n width:158px;\n
\theight:47px;\n height:47px;\n
\tdisplay: block;\n display: block;\n
\tposition: absolute;\n position: absolute;\n
\tbottom:0;\n bottom:0;\n
\tleft:25px;\n left:25px;\n
\ttext-indent: -999999px;\n text-indent: -999999px;\n
\n
}\n }\n
\n \n
.button-try:link, .button-try:active, .button-try:visited {\n .button-try:link, .button-try:active, .button-try:visited {\n
\tleft: 180px;\n left: 180px;\n
\n
}\n }\n
\n \n
/* ## home banner ##################################### end ### */\n
\n
/* color.css */\n
\n
\n
\n
::selection {\n ::selection {\n
\tbackground:#aaa;\n background:#aaa;\n
\tcolor:#000;\n color:#000;\n
}\n }\n
\n \n
::-moz-selection{\n ::-moz-selection{\n
\tbackground:#aaa;\n background:#aaa;\n
\tcolor:#000;\n color:#000;\n
}\n }\n
\n \n
/*.breadcrumb_separator {\n
margin-bottom:2px;\n
}*/\n
\n
fieldset.left h4,\n fieldset.left h4,\n
fieldset.center h4,\n fieldset.center h4,\n
fieldset.right h4 {\n fieldset.right h4 {\n
\tbackground-color:#efeee8;\n background-color:#efeee8;\n
}\n }\n
\n \n
.document > .content ul li {\n .document > .content ul li {\n
...@@ -1150,24 +1101,24 @@ table th button {\n ...@@ -1150,24 +1101,24 @@ table th button {\n
}\n }\n
\n \n
table tbody tr td {\n table tbody tr td {\n
\tborder-top: 1px solid #ecebe2;\n border-top: 1px solid #ecebe2;\n
\tbackground-color: #FFFFFF;\n background-color: #FFFFFF;\n
\t-webkit-transition-property: background;\n -webkit-transition-property: background;\n
\t-webkit-transition-duration: 0.2s;\n -webkit-transition-duration: 0.2s;\n
\t-webkit-transition-timing-function: linear;\n -webkit-transition-timing-function: linear;\n
}\n }\n
\n \n
.section {\n .section {\n
\tborder-bottom: 1px solid #e9e9e9;\n border-bottom: 1px solid #e9e9e9;\n
}\n }\n
\n \n
\n \n
/* ## link styling ################################### start # */\n /* ## link styling ################################### start # */\n
\n \n
#header a:link, #header a:active, #header a:visited {\n #header a:link, #header a:active, #header a:visited {\n
\tcolor:#fff;\n color:#fff;\n
\tfont-weight:bold;\n font-weight:bold;\n
\ttext-shadow: 0 1px 0 #a8a799;\n text-shadow: 0 1px 0 #a8a799;\n
}\n }\n
\n \n
#header .meta div a:link, #header .meta div a:active, #header .meta div a:visited {\n #header .meta div a:link, #header .meta div a:active, #header .meta div a:visited {\n
...@@ -1179,11 +1130,11 @@ table tbody tr td {\n ...@@ -1179,11 +1130,11 @@ table tbody tr td {\n
}\n }\n
\n \n
#header ul.breadcrumb li a:link, #header ul.breadcrumb li a:active, #header ul.breadcrumb li a:visited {\n #header ul.breadcrumb li a:link, #header ul.breadcrumb li a:active, #header ul.breadcrumb li a:visited {\n
\tcolor:#686868;\n color:#686868;\n
}\n }\n
\n \n
#header ul.breadcrumb li a:hover {\n #header ul.breadcrumb li a:hover {\n
\tcolor:#FFF;\n color:#FFF;\n
}\n }\n
\n \n
#footer a:link, #footer a:active, #footer a:visited,\n #footer a:link, #footer a:active, #footer a:visited,\n
...@@ -1194,16 +1145,15 @@ table tbody tr td {\n ...@@ -1194,16 +1145,15 @@ table tbody tr td {\n
\n \n
#footer a:hover, #footer ul li a:hover { color:#fff; }\n #footer a:hover, #footer ul li a:hover { color:#fff; }\n
\n \n
/* ## link styling ################################### end ### */\n /* Top menu */\n
\n
#menu ul li #home-link:link, \n #menu ul li #home-link:link, \n
#menu ul li #home-link:active, \n #menu ul li #home-link:active, \n
#menu ul li #home-link:visited {\n #menu ul li #home-link:visited {\n
\tbackground: url(km_img/home.gif) no-repeat transparent;\n background: url(km_img/home.gif) no-repeat transparent;\n
}\n }\n
\n \n
#menu ul li #home-link:hover {\n #menu ul li #home-link:hover {\n
\tbackground-position: 0 100%;\n background-position: 0 100%;\n
}\n }\n
\n \n
#menu #login-logout-link:link, #menu #login-logout-link:active, #menu #login-logout-link:visited {\n #menu #login-logout-link:link, #menu #login-logout-link:active, #menu #login-logout-link:visited {\n
...@@ -1212,27 +1162,25 @@ table tbody tr td {\n ...@@ -1212,27 +1162,25 @@ table tbody tr td {\n
}\n }\n
\n \n
#menu #login-logout-link:hover {\n #menu #login-logout-link:hover {\n
\tbackground-position: 0 -23px;\n background-position: 0 -23px;\n
}\n }\n
\n \n
/* ## navigation ###################################### end ### */\n
\n \n
/* Buttons */\n
a.bt-download:link, a.bt-download:active, a.bt-download:visited {\n a.bt-download:link, a.bt-download:active, a.bt-download:visited {\n
\tbackground: url(km_img/icon-save.png) no-repeat transparent;\n background: url(km_img/icon-save.png) no-repeat transparent;\n
}\n }\n
\n \n
a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited {\n a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited {\n
\tbackground: url(km_img/icon-rss.png) no-repeat transparent;\n background: url(km_img/icon-rss.png) no-repeat transparent;\n
}\n }\n
\n \n
a.bt-download:link, a.bt-download:active, a.bt-download:visited,\n a.bt-download:link, a.bt-download:active, a.bt-download:visited,\n
a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited {\n a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited {\n
\tbackground-position: 100% 50%;\n background-position: 100% 50%;\n
\tcolor:#000;\n color:#000;\n
}\n }\n
\n \n
/* ## buttons ######################################### start # */\n
\n
a.block-refresh { background-position: 0 0; }\n a.block-refresh { background-position: 0 0; }\n
\n \n
a.block-minimize { background-position: -17px 0 !important; }\n a.block-minimize { background-position: -17px 0 !important; }\n
...@@ -1250,23 +1198,23 @@ a.block-remove:hover { background-position: -34px 100% !important; }\n ...@@ -1250,23 +1198,23 @@ a.block-remove:hover { background-position: -34px 100% !important; }\n
a.block-edit-form:hover { background-position: -51px 100% !important; }\n a.block-edit-form:hover { background-position: -51px 100% !important; }\n
\n \n
a.bt-edit:link, a.bt-edit:active, a.bt-edit:visited {\n a.bt-edit:link, a.bt-edit:active, a.bt-edit:visited {\n
\tbackground: url(km_img/bt-edit.png) no-repeat transparent;\n background: url(km_img/bt-edit.png) no-repeat transparent;\n
}\n }\n
\n \n
a.bt-edit:link strong, a.bt-edit:active strong,\n a.bt-edit:link strong, a.bt-edit:active strong,\n
a.bt-edit:visited strong {\n a.bt-edit:visited strong {\n
\tbackground: url(km_img/bt-edit.png) no-repeat transparent;\n background: url(km_img/bt-edit.png) no-repeat transparent;\n
\tbackground-position: 100% 0;\n background-position: 100% 0;\n
\tcolor:#828282;\n color:#828282;\n
}\n }\n
\n \n
a.bt-edit:hover {\n a.bt-edit:hover {\n
\tbackground-position: 0 100%;\n background-position: 0 100%;\n
}\n }\n
\n \n
a.bt-edit:hover strong {\n a.bt-edit:hover strong {\n
\tcolor:#4f4f4f;\n color:#4f4f4f;\n
\tbackground-position: 100% 100%;\n background-position: 100% 100%;\n
}\n }\n
\n \n
button.formbt, button.bt-med span, .bt-small span { color:#828282; }\n button.formbt, button.bt-med span, .bt-small span { color:#828282; }\n
...@@ -1299,18 +1247,13 @@ button#input-save-view span.image {\n ...@@ -1299,18 +1247,13 @@ button#input-save-view span.image {\n
height: 18px;\n height: 18px;\n
}\n }\n
\n \n
/* ## buttons ######################################### end ### */\n
\n
\n \n
/* ## form styling #################################### start # */\n /* Form styling */\n
.meta input.search_button:hover,\n .meta input.search_button:hover,\n
.search_button:hover {\n .search_button:hover {\n
\tbackground-position: 0 100%;\n \tbackground-position: 0 100%;\n
}\n }\n
\n \n
\n
/* ## form styling #################################### end ### */\n
\n
/* Search pop up styling */\n /* Search pop up styling */\n
div.popup_row .reference{\n div.popup_row .reference{\n
color: inherit;\n color: inherit;\n
...@@ -1364,51 +1307,40 @@ div.searchDetails a.modification-date-link{\n ...@@ -1364,51 +1307,40 @@ div.searchDetails a.modification-date-link{\n
}\n }\n
\n \n
\n \n
/* pulldown.css */\n /* Collapse down navigation */\n
\n
#menu ul.nav li{\n #menu ul.nav li{\n
z-index:110;\n z-index:110;\n
}\n }\n
\n \n
#menu ul.nav li a, #menu ul.nav li a:visited {\n #menu ul.nav li a, #menu ul.nav li a:visited {\n
\n
display:block;\n display:block;\n
text-decoration:none;\n text-decoration:none;\n
text-align:center;\n text-align:center;\n
padding: 0 8px;\n padding: 0 8px;\n
}\n }\n
\n \n
\n
#menu ul.nav {\n #menu ul.nav {\n
\n
padding:0;\n padding:0;\n
margin:0;\n margin:0;\n
list-style: none;\n list-style: none;\n
}\n }\n
\n \n
#menu ul.nav li {\n #menu ul.nav li {\n
\n
float:left;\n float:left;\n
position:relative;\n position:relative;\n
\n
}\n }\n
\n \n
#menu ul.nav li ul {\n #menu ul.nav li ul {\n
\n
display: none;\n display: none;\n
\n
}\n }\n
\n \n
#menu ul.nav li:hover a {\n #menu ul.nav li:hover a {\n
\n
background-color: #a8a799;\n background-color: #a8a799;\n
color:#fff;\n color:#fff;\n
text-shadow: 0 1px 0 #7a7964;\n text-shadow: 0 1px 0 #7a7964;\n
\n
}\n }\n
\n \n
#menu ul.nav li:hover ul {\n #menu ul.nav li:hover ul {\n
\n
display:block;\n display:block;\n
position:absolute;\n position:absolute;\n
top:0;\n top:0;\n
...@@ -1416,11 +1348,9 @@ div.searchDetails a.modification-date-link{\n ...@@ -1416,11 +1348,9 @@ div.searchDetails a.modification-date-link{\n
left:0;\n left:0;\n
width:205px;\n width:205px;\n
opacity: <tal:block tal:replace="menu_opacity">0.80</tal:block>;\n opacity: <tal:block tal:replace="menu_opacity">0.80</tal:block>;\n
\n
}\n }\n
\n \n
#menu ul.nav li:hover ul li a {\n #menu ul.nav li:hover ul li a {\n
\n
text-align:left;\n text-align:left;\n
display:block;\n display:block;\n
background:#818363;\n background:#818363;\n
...@@ -1432,14 +1362,12 @@ div.searchDetails a.modification-date-link{\n ...@@ -1432,14 +1362,12 @@ div.searchDetails a.modification-date-link{\n
-webkit-transition-property: background;\n -webkit-transition-property: background;\n
-webkit-transition-duration: 0.1s;\n -webkit-transition-duration: 0.1s;\n
-webkit-transition-timing-function: ease-in;\n -webkit-transition-timing-function: ease-in;\n
\n
}\n }\n
\n \n
#menu ul.nav li:hover ul li a:hover { background:#37391e; }\n #menu ul.nav li:hover ul li a:hover { background:#37391e; }\n
#menu ul.nav li:hover ul li a.workflow_title:hover { background:#818363; }\n #menu ul.nav li:hover ul li a.workflow_title:hover { background:#818363; }\n
\n \n
#menu ul.nav li:hover ul li:hover ul {\n #menu ul.nav li:hover ul li:hover ul {\n
\n
display:block;\n display:block;\n
position:absolute;\n position:absolute;\n
left:<tal:block tal:replace="menu_indent">155px</tal:block>;\n left:<tal:block tal:replace="menu_indent">155px</tal:block>;\n
...@@ -1447,7 +1375,6 @@ div.searchDetails a.modification-date-link{\n ...@@ -1447,7 +1375,6 @@ div.searchDetails a.modification-date-link{\n
margin:0;\n margin:0;\n
padding:0;\n padding:0;\n
opacity: <tal:block tal:replace="menu_opacity">0.80</tal:block>;\n opacity: <tal:block tal:replace="menu_opacity">0.80</tal:block>;\n
\n
}\n }\n
\n \n
#menu ul.nav li:hover ul li:hover ul.left { left:-105px; }\n #menu ul.nav li:hover ul li:hover ul.left { left:-105px; }\n
...@@ -1478,11 +1405,10 @@ div.collapse-menu-root{\n ...@@ -1478,11 +1405,10 @@ div.collapse-menu-root{\n
z-index:111;\n z-index:111;\n
}\n }\n
\n \n
/* type.css */\n table tr td, \n
table tr td, table tr th, table tr th button {\n table tr th, \n
\n table tr th button {\n
\tfont-size:9pt;\n font-size:9pt;\n
\n
}\n }\n
\n \n
.saveView, .saveEdit { text-indent:15px; font-size:10pt; }\n .saveView, .saveEdit { text-indent:15px; font-size:10pt; }\n
...@@ -1498,9 +1424,6 @@ a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited { font-weight: normal; font-siz ...@@ -1498,9 +1424,6 @@ a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited { font-weight: normal; font-siz
\n \n
.bt-small { font-weight:normal; font-size:7pt; }\n .bt-small { font-weight:normal; font-size:7pt; }\n
\n \n
/* ## link styling ################################### end ### */\n
\n
\n
\n \n
div#wrapper_headline span.header_title {\n div#wrapper_headline span.header_title {\n
font-size:1.2em;\n font-size:1.2em;\n
...@@ -1513,6 +1436,10 @@ a.history-link{\n ...@@ -1513,6 +1436,10 @@ a.history-link{\n
margin-left: 5px;\n margin-left: 5px;\n
}\n }\n
\n \n
/* Bottom toolbar */\n
li.toolboxSection > div{\n
bottom:0px;\n
}\n
</tal:block> </tal:block>
]]></unicode> </value> ]]></unicode> </value>
......
1762 1769
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment