Revision: 2323
http://xims.svn.sourceforge.net/xims/?rev=2323&view=rev
Author: susannetober
Date: 2009-11-20 13:56:21 +0000 (Fri, 20 Nov 2009)
Log Message:
-----------
new organization of css-stylesheets (minimzed combination of them will follow)
Added Paths:
-----------
trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/common.css
trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/content.css
trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/menu.css
trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/sprites.css
Added: trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/common.css
===================================================================
--- trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/common.css (rev 0)
+++ trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/common.css 2009-11-20 13:56:21 UTC (rev 2323)
@@ -0,0 +1,353 @@
+html {
+ color: #000;
+ background: #FFF;
+}
+
+body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
+ margin: 0;
+ padding: 0;
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+fieldset, img, table {
+ border: 0;
+}
+
+address, caption, cite, code, dfn, em, strong, th, var {
+ font-style: normal;
+ font-weight: normal;
+}
+
+li {
+ list-style: none;
+}
+
+caption, th {
+ text-align: left;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-size: 100%;
+ font-weight: normal;
+}
+
+q:before, q:after {
+ content: '';
+}
+
+abbr, acronym {
+ border: 0;
+ font-variant: normal;
+}
+
+sup {
+ vertical-align: text-top;
+}
+
+sub {
+ vertical-align: text-bottom;
+}
+
+input, textarea, select {
+ font-family: inherit;
+ font-size: inherit;
+ font-weight: inherit;
+}
+
+input, textarea, select {
+ font-size:100%;
+}
+
+legend {
+ color: #000;
+}
+
+del, ins {
+ text-decoration: none;
+}
+
+body {
+ background-color: #fff;
+ color: black;
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 0;
+ font-family: verdana, helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+address {
+ margin-top: 0;
+ margin-bottom: 0;
+ padding: 0;
+ font-size: 10pt;
+}
+big {
+ margin-left: 0;
+ margin-right: 0;
+ margin-bottom: 12px;
+ page-break-after: avoid;
+ font-size: 12pt;
+ font-weight: bold;
+}
+blockquote {
+ padding-left: 20px;
+ padding-right: 20px;
+ font-size: 10pt;
+ text-align: justify;
+}
+h1, h2, h3, h4, h5, h6 {
+ margin-left: 0;
+ margin-right: 0;
+ page-break-after: avoid;
+ font-weight: bold;
+}
+h1 {
+ line-height: 130%;
+ margin-bottom: 18px;
+ font-size: 18pt;
+ font-weight: bold;
+}
+h2 {
+ line-height: 105%;
+ margin-bottom: 14px;
+ font-size: 16pt;
+}
+h3 {
+ margin-bottom: 12px;
+ font-size: 14pt;
+}
+h4 {
+ margin-bottom: 12px;
+ font-size: 12pt;
+}
+h5 {
+ margin-bottom: 10px;
+ font-size: 10pt;
+}
+h6 {
+ margin-bottom: 10px;
+ font-size: 10pt;
+}
+p {
+ margin-top: 0;
+ margin-bottom: 10px;
+ padding: 0;
+ font-size: 10pt;
+}
+pre {
+ margin: 0;
+ font-size: 10pt;
+ font-family: "Courier New";
+}
+small {
+ margin-left: 0;
+ margin-right: 0;
+ margin-bottom: 12px;
+ page-break-after: avoid;
+ font-size: 8pt;
+}
+
+a:link {
+ color: #123853;
+}
+a:visited {
+ color: #123853;
+}
+a:hover {
+ color: #222;
+}
+
+span.pseudolink {
+ color: #123853;
+ text-decoration: underline;
+}
+
+caption {
+ page-break-after: avoid;
+ font-size: 10pt;
+ font-family: helvetica, arial, sans-serif;
+ font-weight: bold;
+}
+
+th {
+ font-size: 10pt;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+td {
+ font-size: 10pt;
+}
+
+thead {
+ background-color: #ced3d6;
+ font-size: 10pt;
+ font-weight: bold;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+tfoot {
+ page-break-after: avoid;
+ font-size: 10pt;
+ font-style: italic;
+}
+
+tt {
+ font-family: courier;
+}
+strong {
+ font-weight: bold;
+}
+
+em {
+ font-style: italic;
+ font-weight: bold;
+}
+
+h1.bluebg {
+ background-color: #123853;
+ color: #fff;
+ font-size: 12pt;
+}
+h1.redbg {
+ background-color: maroon;
+ color: #fff;
+ font-size: 12pt;
+}
+h1.small-headings{
+ font-size: 12pt;
+}
+h2.small-headings{
+ font-size: 11pt;
+}
+h2.small-headings{
+ font-size: 10pt;
+}
+
+.hidden-content {
+ position: absolute;
+ top: 0;
+ left: -9999px;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+}
+
+.hidden {
+ visibility: hidden;
+}
+
+.radio-button{
+ margin: 0 5px 0 5px;
+}
+.checkbox{
+ margin: 0 5px 0 5px;
+}
+.select{
+ margin: 0 5px 0 5px;
+}
+.input{
+ margin: 0 5px 0 5px;
+}
+input.readonlytext {
+ background-color: #ccc;
+}
+input:focus {
+ background-color: #ffc;
+ border: 1px solid Maroon;
+}
+textarea.text, input.text, input.readonlytext {
+ border: #333 solid 1px;
+ font-size: 10pt;
+ font-family: verdana, helvetica, sans-serif;
+}
+
+
+/* highligtening */
+
+.pathinfo {
+ height: 20px;
+ background-color: #eee;
+ padding-left: 10px;
+}
+.error_msg {
+ background-color: maroon;
+ color: white;
+ border: 1px solid;
+ padding: 5px 1px 1px 1px;
+ margin-top: 0;
+}
+.warning_msg {
+ background-color: yellow;
+ color: black;
+ border: 1px solid;
+ padding: 5px 1px 1px 1px;
+ margin-top: 0;
+}
+.message {
+ background-color: green;
+ color: white;
+ border: 0 solid;
+ padding: 5px 1px 1px 1px;
+ margin-top: 0;
+ line-height: 160%;
+}
+.error_details pre {
+ border: 1px solid black;
+ background: #eee;
+ margin: 0 5px 2px 5px;
+ padding: 5px;
+}
+.compulsory {
+ color: maroon;
+}
+.highlighted {
+ background-color: yellow;
+}
+.important {
+ color: #dd6e6e;
+}
+.warning {
+ font-weight: bold;
+ color: black;
+ background-color: yellow;
+ padding: 10px;
+ margin: 10px;
+}
+.action {
+ background-color: #ced3d6;
+ border: #000 1px solid;
+ padding: 10px;
+ margin: 10px;
+}
+span.cboxitem {
+ border-color: silver;
+ border-width: 1px 1px 1px 1px;
+ border-style: solid;
+ width: 100px;
+ float: left;
+ padding: 2px;
+ margin: 2px;
+}
+#toggle_highlight {
+ margin-top: 5px;
+ margin-bottom: 5px;
+ margin-left: 9px;
+ font-weight: bold;
+ border: 0 solid black;
+}
+#toggle_highlight form {
+ margin: 0;
+}
+#toggle_highlight input {
+ font-size: 9pt;
+ background: #CED3D7;
+ border: 1px solid #A2A6AA;
+ color: #103852;
+}
Added: trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/content.css
===================================================================
--- trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/content.css (rev 0)
+++ trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/content.css 2009-11-20 13:56:21 UTC (rev 2323)
@@ -0,0 +1,521 @@
+
+/* main content */
+
+#main-content, div.edit {
+ background-color: #808080;
+ width: 100%;
+ clear: both;
+ padding-bottom: 10px;
+}
+
+#tab-container {
+ background-color:#FFFFFF;
+ clear:both;
+ float:left;
+ height:40px;
+ margin:10px 10px 0;
+ white-space:nowrap;
+}
+
+div.edit #tab-container{
+ background-color: #CED3D6 !important;
+}
+
+#content-container {
+ background-color: #FFFFFF;
+ clear:both;
+ padding:12px;
+ margin: 0px 10px 10px 10px;
+}
+div.edit #content-container {
+ background-color: #CED3D6 !important;
+}
+#content-container h2, #content-container h3{
+ border-bottom:1px solid #EEEEEE;
+ text-align:justify;
+}
+
+#create-title, #edit-title, #move-title{
+ margin-top: 15px;
+ margin-left: 5px;
+ margin-right: 5px;
+}
+#edit-title h1, #create-title h1, #move-title h1{
+ font-weight: bold;
+ font-size: 10pt !important;
+ margin: 0px !important;
+}
+
+.cancel-save{
+ height: 40px;
+}
+.cancelsave-form{
+ display:inline;
+ float: right;
+ margin: 10px 10px 0 0;
+}
+.cancelsave-form button{
+ margin-left: 10px;
+}
+
+.doclink{
+ text-decoration: none;
+}
+
+/* object view */
+#docbody{
+ border: 1px solid #C0C0C0;
+ padding: 2px;
+}
+#metadata-options {
+ margin-top: 5px;
+ border:thin solid #C1C1C1;
+ background: #F9F9F9;
+ padding:2px;
+ clear: both;
+}
+#docbody > div{
+ clear:both;
+}
+.newslead {
+ font-weight: bold;
+}
+img.news-image{
+ float:left;
+ margin-right:5px;
+ margin-bottom:5px;
+}
+#user-metadata-create {
+ float: left;
+}
+#user-metadata-publish {
+ float: right;
+}
+#document-options {
+ clear: both;
+}
+div.toc {
+ background-color: #efefef;
+ border: 1px solid #ccc;
+ margin: 1px 0 1px 0;
+ padding: 2px 0 3px 20px;
+}
+div.toc-item {
+ font-size: 12px;
+ margin: 0 0 2px 25px;
+}
+
+/* end object view */
+
+/* table */
+#obj-table {
+ clear: both;
+ width: 100%;
+ border: none;
+ padding: 0px;
+}
+#obj-table th {
+ border: thin solid #C1C1C1;
+ white-space: nowrap;
+ background-color: #ced3d6;
+}
+#obj-table td, #obj-table th {
+ /*white-space: nowrap;*/
+ height: 20px !important;
+}
+/*
+tr.objrow, tr.objrow td {
+ height: 20px !important;
+}*/
+#th-size {
+ text-align: right;
+ width: 75px;
+}
+#th-pos {
+ width: 55px;
+}
+#th-titel-icon {
+ width: 51px;
+}
+#th-status {
+ width: 86px;
+}
+#th-title {
+ width: 100%;
+}
+#th-lastmod {
+ width: 124px;
+}
+#th-options {
+ width: 180px;
+}
+#th-topic{
+}
+#th-created{
+ width:120px;
+}
+#th-author{
+ width:134px;
+}
+#th-replies{
+ width:50px;
+}
+#th-lastreply{
+ width:134px;
+}
+.th-icon-right {
+ clear: left;
+ padding: 2px 2px 2px 2px;
+ text-decoration: none !important;
+ cursor: pointer;
+ position: relative;
+ text-align: left;
+ display:inline-block;
+ padding-right: 2.1em !important;
+}
+.th-icon-right .ui-icon {
+ position: absolute;
+ top: 50%;
+ margin-top: -8px;
+ left: 50%;
+ margin-left: -8px;
+ left: auto;
+ right: .2em;
+ margin-left: 0;
+}
+tr.objrow:hover, tr.objrow:focus {
+ background-color: #ffff80 !important;
+}
+tr.objrow:hover td, tr.objrow:focus td{
+ background-color: #ffff80 !important;
+}
+.cttobject_options {
+ padding-left: 10px;
+ display: table-cell;
+ vertical-align: middle;
+}
+.ctt_status {
+ padding-left: 2px;
+ white-space: nowrap;
+}
+.ctt_position {
+ text-align: center;
+ white-space: nowrap;
+}
+.ctt_df {
+ background-color: #eeeeee;
+}
+.ctt_lm {
+ white-space: nowrap;
+ padding-left: 10px;
+}
+.ctt_cl {
+ text-align: right;
+ padding-right: 10px;
+}
+.ctt_options {
+ text-align: left;
+ white-space: nowrap;
+}
+.ctt_loctitle {
+ background-color: #eeeeee;
+}
+.ctt_loctitledel {
+ background-color: #eeeeee;
+}
+.ctt_loctitleindex {
+ background-color: #eeeeee;
+ border-bottom: 1px solid #800000 !important;
+}
+.ctt_df, .ctt_loctitle, .ctt_loctitledel, .ctt_loctitleindex, .ctt_lm{
+ border-bottom: 1px solid #C0C0C0;
+}
+#obj-table .location_path {
+ font-size: 9pt;
+ color: #000;
+ padding-left: 10px;
+}
+
+#obj-table .abstract {
+ font-size: 9pt;
+ color: #808080;
+ padding-left: 10px;
+}
+
+/* end table */
+
+
+/* pagination */
+.pagenav {
+ background-color: #CED3D6;
+ border: 1px solid #C0C0C0;
+ margin-top: 5px;
+}
+
+/* user- and admin-pages */
+.objlastmod{
+ display: inline-block;
+ margin-right: 10px;
+}
+#button-forms form{
+ display: inline;
+}
+#bookmarklist, #settinglist, #adminlist {
+ padding: 0;
+ margin: 0 0 5px 10px;
+ list-style-type: none;
+}
+#bookmarklist li, #settinglist li, #adminlist li {
+ display: block !important;
+}
+#op_create{
+ float: left;
+}
+#op_webdav{
+ float: right;
+}
+
+/* edit- and create-forms */
+#editor_selector{
+ display: inline;
+ padding: 0 10px 0 10px;
+}
+#xims_wysiwygeditor{
+ font-size: 9px;
+ background-color: #eeeeee;
+}
+#create-edit-form > div{
+ margin-top: 10px;
+}
+#create-edit-form h1{
+ font-size: 12pt;
+ font-weight: bold;
+}
+#create-edit-form h2{
+ font-size: 10pt;
+ font-weight: bold;
+}
+#tr-createportlet-button{
+ text-align:right;
+}
+#input-add_portlet{
+ margin-top:5px;
+}
+
+.div-row{
+ clear:both;
+}
+.div-row > div{
+ float: left;
+ margin-right: 25px;
+}
+.div-row > div > div{
+ width:150px;
+ display:inline;
+ float: left;
+}
+#label-created_by_fullname, #label-creation_timestamp, #label-last_modified_by_fullname, #label-last_modification_timestamp,
+#label-last_publication_timestamp, #label-valid_from_timestamp, #label-valid_to_timestamp, #label-owned_by_fullname,
+#label-marked_new, #label-status, #label-attributes, #label-col_abstract, #label-col_image_id, #label-col_body
+{
+ width:210px;
+ display:inline;
+ float: left;
+}
+#tr-created_by_fullname, #tr-creation_timestamp, #tr-last_modified_by_fullname, #tr-last_modification_timestamp,
+#tr-last_publication_timestamp, #tr-valid_from_timestamp, #tr-valid_to_timestamp, #tr-owned_by_fullname, #tr-marked_new,
+#tr-status, #tr-attributes, #tr-col_abstract, #tr-col_image_id, #tr-col_body
+{
+ float:left;
+ margin-right: 25px;
+}
+
+#label-location, #label-title, #label-tan-number,#label-keywords,#label-abstract, #label-lead, #label-description, #label-notes,
+#label-grantowneronly,#label-trytobal,#label-validfrom,#label-validto,#label-unzip,#label-file,#label-replace, #label-comment,
+#label-bodyfromfile,#label-target,#label-stylesheet, #label-css, #label-javascript, #label-image, #label-rssfeed,
+#label-image, #label-image-title, #label-image-description, #label-image-target,#label-schema,#label-bxeedit, #label-bxeconfig,
+#label-bxexpath, #label-sfeedit,#label-qu-comment,#label-skeys, #label-dbdsn, #label-dbpwd, #label-dbuser,#label-empty,
+#label-intro, #label-exit{
+ width:150px;
+ display:inline;
+ float: left;
+}
+#label-pagerowlimit, #label-pagesize,#label-overwrite{
+ width:250px;
+ display:inline;
+ float: left;
+}
+#label-defaultsorting,#label-depth,#label-sfeedit-attr,#label-add-doclinks, #label-autoindex, #label-marknew{
+ /*width:150px;*/
+ display:inline;
+ float: left;
+}
+#label-filter-markednew, #label-filter-published, #label-filter-latest-sortkey, #label-filter-latest{
+ width:220px;
+ display:inline;
+ float: left;
+}
+#label-createportlet, .deptportlets-item{
+ width:200px;
+ display:inline;
+ float: left;
+}
+
+#input-abstract, #input-lead, #input-image-description, #input-description,#input-abstract,#input-notes, #input-intro, #input-exit{
+ /*font-family: 'Courier New','Verdana'; */
+ font-size: 10pt;
+ border:#333333 solid 1px;
+}
+#input-validfrom, #input-validto{
+ color:#000 !important;
+ border:0 !important;
+ background:#CED3D6 !important;
+ width: 200px;
+}
+
+#buttonBrTarget{
+ display: inline;
+ float: none !important;
+}
+
+#tr-filter-published{
+ clear: both;
+}
+
+hr {
+ left: auto;
+ color: #eeeeee;
+ height: 1px;
+}
+#label-oldpwd, #label-newpwd, #label-confirmpwd{
+ width: 150px;
+ display: inline-block;
+}
+#input-oldpwd, #input-newpwd, #input-confirmpwd{
+ display: inline-block;
+}
+.input-label-acc{
+ width: 160px;
+ display: inline-block;
+}
+#table-syspriv th{
+ vertical-align: top;
+}
+#table-syspriv span.cboxitem{
+ width: 160px !important;
+}
+#op_webdav span.cboxitem{
+ width: 160px !important;
+}
+#deptportlets{
+ margin-bottom:20px;
+ margin-top:5px;
+ border: 1px solid;
+ border-color: black;
+ padding: 5px;
+ width: 580px;
+}
+
+.forumhead {
+ background-color: #ced3d6;
+ margin-bottom: 10px;
+}
+.forumcontent {
+ width: 150px;
+ display: inline;
+ float: left;
+}
+.foruminput {
+ border:#333333 solid 1px;
+ margin-bottom: 10px;
+}
+.forumbox{
+ border: 1px #888888 solid;
+ padding: 10px;
+}
+
+/* end edit- and create-forms */
+\xB4
+
+/* user interaction (like publish, acl, ...) */
+.publish-dialog .checkbox{
+ float: right;
+ text-align: right;
+}
+.publish-dialog label{
+ text-align: left;
+ float: left;
+}
+.publish-dialog > div{
+ clear: both;
+ padding-bottom: 10px;
+}
+/* end user interaction */
+
+/*needed if data-tables will be reactivated*/
+/*
+#obj-table_length {
+ float: left;
+}
+#obj-table_filter {
+ float: right;
+}
+#obj-table_info {
+ float: right;
+ text-align: right;
+}
+#obj-table_paginate {
+ float: left;
+ text-align: left;
+}
+#obj-table_wrapper .thetable {
+ clear: both;
+ width: 100%;
+}
+#obj-table_wrapper .bottom {
+ float: none;
+ width: 100%;
+ overflow: hidden;
+ display: table;
+ margin-left: 5px;
+ margin-top: 10px;
+ padding: 3px;
+ border: thin solid #C1C1C1;
+ background: #F9F9F9;
+}
+#obj-table_wrapper .top {
+ float: none;
+ width: 100%;
+ overflow: hidden;
+ display: table;
+ margin-left: 5px;
+ margin-top: 10px;
+ padding: 3px;
+ border: thin solid #C1C1C1;
+ background: #F9F9F9;
+}
+.paginate_button {
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #123853;
+ text-decoration: underline;
+ cursor: pointer;
+}
+.paginate_active {
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #123853;
+ text-decoration: underline;
+ font-weight: bold;
+ cursor: pointer;
+}
+.paginate_button:hover, .paginate_button:focus {
+ color: #222;
+}
+#obj-table_last {
+ display: none;
+}
+#obj-table_first {
+ display: none;
+}
+*/
Added: trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/menu.css
===================================================================
--- trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/menu.css (rev 0)
+++ trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/menu.css 2009-11-20 13:56:21 UTC (rev 2323)
@@ -0,0 +1,287 @@
+
+/* fg-menu and fg-buttons */
+
+.fg-button-icon-left .text{
+ margin-left: 20px;
+}
+
+.fg-button {
+ padding: .4em 1em;
+ font-size: 8pt !important;
+ text-decoration: none !important;
+ cursor: pointer;
+ position: relative;
+ text-align: left;
+ display: inline-block;
+}
+
+.fg-button .ui-icon {
+ position: absolute;
+ top: 50%;
+ margin-top: -8px;
+ left: 50%;
+ margin-left: -8px;
+}
+
+a.fg-button {
+ float: left;
+}
+
+button.fg-button, input.fg-button {
+ width: auto;
+ overflow: visible;
+ padding: 2px !important;
+}
+
+.fg-button:focus, .fg-button:hover, .fg-button:active{
+ border: 1px solid #999999;
+ background-color: #dadada;
+ font-weight: normal;
+ color: #212121;
+ outline: none;
+}
+.fg-button:focus ui-icon, .fg-button:hover ui-icon, .fg-button:active ui-icon{
+ background-image: url("/ximsroot/jquery/themes/smoothness/images/ui-icons_454545_256x240.png");
+}
+
+/* removes extra button width in IE */
+.fg-button-icon-left {
+ padding-left: 2.1em;
+}
+.fg-button-icon-right {
+ padding-right: 2.1em;
+}
+.fg-button-icon-left .ui-icon {
+ right: auto;
+ left: .2em;
+ margin-left: 0;
+}
+.fg-button-icon-right .ui-icon {
+ left: auto;
+ right: .2em;
+ margin-left: 0;
+}
+.fg-button-icon-solo {
+ display: block;
+ width: 8px;
+ text-indent: -9999px;
+}
+
+/* make drop-down-menu scrollable*/
+/*.fg-menu-container{
+ max-height:250px;
+ overflow-y:scroll;
+}*/
+ul.ui-widget-content{
+ max-height:250px;
+ overflow-y: auto;
+}
+
+/* solo icon buttons must have block properties for the text-indent to work */
+.fg-button.ui-state-loading .ui-icon {
+ background: url("/ximsroot/jquery/fg-menu/spinner_bar.gif") no-repeat 0 0;
+}
+
+/* common header */
+/*#titlelogo, #header-logo, #subheader{*/
+#menu-bar, #header-logo{
+ background: url(/ximsroot/skins/default/images/sprite.gif);
+}
+#path-logo{
+ height: 40px;
+ background-color: #eee;
+}
+
+#locbar {
+ float: left;
+ white-space:nowrap;
+ font-size: 8pt;
+ margin-top:20px;
+ margin-left:10px;
+}
+
+#header-logo{
+ background-repeat: no-repeat;
+ background-position: 0 -521px;
+ width: 50px;
+ margin-right:10px;
+ float:right;
+ display: inline-block;
+ height: 40px;
+ position: relative;
+ z-index: 24;
+}
+#header-logo a span{
+ position: absolute;
+ top: 0;
+ left: -9999em;
+}
+
+#menu-bar {
+ background-repeat: repeat-x;
+ background-position: 0 -902px;
+ height: 42px;
+ width: 100%;
+ border-top: 1px solid #C0C0C0;
+}
+
+#navup, #navfwd, #navback{
+ display: inline-block;
+ float:left;
+ height: 100%;
+ white-space: nowrap;
+}
+#navback img, #navup img, #navfwd img {
+ margin-top: 7px;
+}
+#navback {
+ width: 57px;
+ text-align: center;
+}
+#navup {
+ width: 41px;
+ text-align: left;
+}
+#navfwd {
+ width: 59px;
+ text-align: left;
+}
+
+.ui-widget{
+ font-size:8pt !important;
+}
+
+#help-widget, #menu-widget{
+ font-size:8pt;
+ position: relative;
+ margin-top: 5px;
+ margin-right: 20px;
+ /*for noscript-compatibility*/
+ display:none;
+ float: left;
+ z-index: 30;
+}
+#menu-types {
+ position: relative;
+ z-index: 30;
+ display: inline-block;
+}
+#help-types {
+ position: relative;
+ z-index: 30;
+ display: inline-block;
+}
+
+#menu-search {
+ font-size: 8pt !important;
+ padding: 5px !important;
+ margin-top: 3px;
+ display: inline;
+ float:right;
+}
+
+#menu-search button span.ui-icon{
+ left:0 !important;
+}
+
+/*
+.qsearch .search {
+ background-color: #eee;
+}
+
+.qsearch label {
+ padding: 0 5px 0 0;
+}
+
+#subheader {
+ background-repeat: repeat-x;
+ background-position: 0 -860px;
+ height: 42px;
+ clear: both;
+ width: 100%;
+}
+
+#menu-bar .empty-div-cell{
+ display: inline;
+ float:left;
+ white-space:nowrap;
+ text-align:left;
+ height: 100%;
+ vertical-align:middle;
+}
+
+
+#subheader-tr{
+ display:block;
+ width: 100%;
+ height: 100%;
+}
+*/
+
+
+/* accessible menu-list */
+#accesslist li {
+ display: inline;
+ font-size: small;
+ padding-left: 10px;
+ position: absolute;
+ left: -2500px;
+ width: 1px;
+ overflow: hidden;
+}
+
+#accesslist li a:focus, #accesslist li a:active {
+ position: absolute;
+ top: 44px;
+ left: 79px;
+ left: 2379px;
+ width: 966px;
+ opacity: 0.9999;
+ font-weight: bold;
+ padding: 2px;
+ color: #000;
+ background: #ff9;
+ border: 2px solid #000;
+ z-index: 999;
+}
+
+/* object-menu */
+
+#options-menu-bar {
+ background-color: #FFFFFF;
+ float: left;
+ height: 40px;
+ margin: 10px 10px 0px 10px;
+ clear: both;
+ white-space: nowrap;
+}
+
+
+#options {
+ display: inline-block;
+ float: left;
+ white-space: nowrap;
+ margin-top: 15px;
+}
+#options #object-title{
+ font-weight: bold;
+ padding-right: 20px;
+}
+
+#create-widget{
+ padding-right: 12px;
+ position: relative;
+ z-index: 10;
+ display: inline;
+ float: left;
+ /*height: 40px; */
+ margin-top:10px;
+ white-space: nowrap;
+ vertical-align:middle;
+ z-index: 29;
+}
+#object-types {
+ position: relative;
+ z-index: 20;
+ display: inline-block;
+}
Added: trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/sprites.css
===================================================================
--- trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/sprites.css (rev 0)
+++ trunk/xims/www/ximsroot/skins/2punkt0/stylesheets/sprites.css 2009-11-20 13:56:21 UTC (rev 2323)
@@ -0,0 +1,252 @@
+.sprite, .sprite-spacer, .sprite-status-spacer, .sprite-del-spacer, .sprite-status_pub, .sprite-status_pub_async, .sprite-new, .sprite-list{
+ background: url(/ximsroot/skins/default/images/sprite.gif);
+}
+
+.sprite-list {
+ background-repeat: no-repeat;
+ padding: 1px 0 0 20px;
+ margin-left: 12px;
+}
+
+.sprite-list span {
+ display: none;
+}
+
+.sprite{
+ background-repeat: no-repeat;
+ padding: 0 0 0 20px;
+ text-decoration: none;
+ display:inline-block;
+ position: relative;
+}
+
+.sprite:focus, .sprite:hover {
+ z-index: 25;
+ cursor: pointer;
+}
+
+.sprite span{
+ /*display: none; */
+ position: absolute;
+ top: 0;
+ left: -9999em;
+}
+
+.sprite:focus span, .sprite:hover span{
+ display: block;
+ position: absolute;
+ top: 2em;
+ left: -4em;
+ border: 1px solid #000;
+ color: #000;
+ background-color: #ffffe0;
+ text-align: center;
+ font-weight: normal;
+ font-size: smaller;
+ padding: 3px;
+}
+
+/*
+.sprite-navback {
+ background: url(/ximsroot/skins/default/images/navigate-back.png);
+ background-repeat: no-repeat top left;
+ background-position: 0 -780;
+ padding: 0 5px 0 20px;
+ text-decoration:none;
+ position:relative;
+}
+
+.sprite-navup {
+ background: url(/ximsroot/skins/default/images/navigate-up.png) no-repeat top left;
+ background-position: 0 0;
+ height: 28px;
+ width: 28px;
+ padding: 0 5px 0 20px;
+ text-decoration: none;
+ position: relative;
+ z-index: 24;
+}
+
+.sprite-navfwd {
+ background: url(/ximsroot/skins/default/images/navigate-forward.png) no-repeat top left;
+ background-position: 0 0;
+ height: 28px;
+ width: 28px;
+ padding: 0 5px 0 20px;
+ text-decoration: none;
+ position: relative;
+ z-index: 24;
+}
+*/
+
+/* from now on only positions */
+.sprite-spacer {
+ background-repeat: no-repeat;
+ padding: 0 0 0 20px;
+}
+.sprite-ui-icon-spacer{
+ background-repeat: no-repeat;
+ padding: 0 0 0 16px;
+}
+.sprite-status-spacer {
+ background-repeat: no-repeat;
+ padding: 0 0 0 22px;
+}
+.sprite-del-spacer {
+ background-repeat: no-repeat;
+ padding: 0 0 0 28px;
+}
+.sprite-status_pub {
+ background-position: 0 -782px;
+ padding: 0 0 0 22px !important;
+}
+.sprite-status_pub_async {
+ background-position: 0 -762px;
+ padding: 0 0 0 22px !important;
+}
+.sprite-new {
+ background-position: 0 -580px;
+ padding: 0 5px 0 20px !important;
+}
+.sprite-locked {
+ background-position: 0 -800px;
+}
+.sprite-option_purge {
+ background-position: 0 -620px;
+}
+.sprite-option_delete {
+ background-position: 0 -700px;
+}
+.sprite-option_edit {
+ background-position: 0 -680px;
+}
+.sprite-option_copy {
+ background-position: 0 -720px;
+}
+.sprite-option_move {
+ background-position: 0 -660px;
+}
+.sprite-option_acl {
+ background-position: 0 -740px;
+}
+.sprite-option_undelete {
+ background-position: 0 -600px;
+}
+.sprite-option_pub {
+ background-position: 0 -640px;
+}
+
+.sprite-list_AnonDiscussionForum {
+ background-position: -37px -306px;
+}
+.sprite-list_arrow {
+ background-position: -37px -288px;
+}
+.sprite-list_AXPML {
+ background-position: -37px -504px;
+}
+.sprite-list_Binary {
+ background-position: -37px -270px;
+}
+.sprite-list_bullet {
+ background-position: -37px -252px;
+}
+.sprite-list_Container {
+ background-position: -37px -234px;
+}
+.sprite-list_CSS {
+ background-position: -37px -216px;
+}
+.sprite-list_DepartmentRoot {
+ background-position: -37px -198px;
+}
+.sprite-list_DocBookXML {
+ background-position: -37px -162px;
+}
+.sprite-list_DOC {
+ background-position: -37px -486px;
+}
+.sprite-list_ECMA {
+ background-position: -37px -468px;
+}
+.sprite-list_Email {
+ background-position: -37px -450px;
+}
+.sprite-list_GIF {
+ background-position: -37px -0px;
+}
+.sprite-list_GNU-Zip {
+ background-position: -37px -36px;
+}
+.sprite-list_HTML {
+ background-position: -37px -216px;
+}
+.sprite-list_Icon {
+ background-position: -37px -432px;
+}
+.sprite-list_JPEG {
+ background-position: -37px -0px;
+}
+.sprite-list_PDF {
+ background-position: -37px -18px;
+}
+.sprite-list_PJPEG {
+ background-position: -37px -0px;
+}
+.sprite-list_PNG {
+ background-position: -37px -0px;
+}
+.sprite-list_Portlet {
+ background-position: -37px -378px;
+}
+.sprite-list_PPT {
+ background-position: -37px -414px;
+}
+.sprite-list_Questionnaire {
+ background-position: -37px -396px;
+}
+.sprite-list_ReferenceLibrary {
+ background-position: -37px -180px;
+}
+.sprite-list_sDocBookXML {
+ background-position: -37px -162px;
+}
+.sprite-list_SimpleDB {
+ background-position: -37px -144px;
+}
+.sprite-list_SiteRoot {
+ background-position: -37px -126px;
+}
+.sprite-list_SymbolicLink {
+ background-position: -37px -378px;
+}
+.sprite-list_TAN_List {
+ background-position: -37px -108px;
+}
+.sprite-list_Text {
+ background-position: -37px -90px;
+}
+.sprite-list_TIFF {
+ background-position: -37px -0px;
+}
+.sprite-list_URL {
+ background-position: -37px -360px;
+}
+.sprite-list_VLibrary {
+ background-position: -37px -180px;
+}
+.sprite-list_XLS {
+ background-position: -37px -342px;
+}
+.sprite-list_XML {
+ background-position: -37px -72px;
+}
+.sprite-list_XSLT {
+ background-position: -37px -324px;
+}
+.sprite-list_XSP {
+ background-position: -37px -54px;
+}
+.sprite-list_ZIP {
+ background-position: -37px -36px;
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|