Warning: Cannot modify header information - headers already sent by (output started at /home4/phutruon/public_html/dev/templates/standard/css/style_main.php:7) in /home4/phutruon/public_html/dev/templates/standard/css/style_main.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at /home4/phutruon/public_html/dev/templates/standard/css/style_main.php:7) in /home4/phutruon/public_html/dev/templates/standard/css/style_main.php on line 10

Warning: Cannot modify header information - headers already sent by (output started at /home4/phutruon/public_html/dev/templates/standard/css/style_main.php:7) in /home4/phutruon/public_html/dev/templates/standard/css/style_main.php on line 15
/* ## Visional Arts CSS Framework 1.1 static ## Author & Copyright: Marcus Fröhner ## URL: http://www.visional-arts.de */ @import url("style_form.css"); /* ## Basic-XHTML-Elements ################################ */ html, body { margin: 0; padding: 0; height: 100%; font-family: Arial, helvetica, sans-serif; font-size: 13px; } body { color:#424242; /*background:#2d6e98 url(../images/main-bg.jpg) repeat-x 0 0;*/ background:#424242; background-attachment: fixed; } body a, body a:visited { text-decoration:none; outline: none; color:#6D7F93; } body a:hover { text-decoration: none; } .hidden { visibility:hidden; } .visible { visibility:visible; } .clear_both { clear:both; } .clear_both_b { clear:both; height:15px; } img { border: none; } ::selection { background: #001e40 ; color: #fff; } ::-moz-selection { background: #001e40; color: #fff; } ul { margin: 0; padding: 0; list-style-type: none; } td.message ul { padding: 0 0 0 5px; margin: 0 0 0 10px; list-style-type: disc; } .error_message { color:red; } /* ## Basic-XHTML-Elements ############### END ############## */ /* ## LOGIN-Elements ################################ */ .login { width: 460px; position: absolute; top: 10%; left: 50%; margin-left: -230px; } .login-in, .login-alert { width: 100%; background: url(../images/bg-Login.png) no-repeat; text-align: center; padding: 20px 0 20px 0; /* -moz-border-radius: 2px; -webkit-border-radius: 2px; */ } .login-alert { margin: 3px 0 0 0; padding: 5px 0 5px 0; background-image: url(../images/login-alert.png); font-weight: bold; color: #fac3b7; } /* Add Line and something by PTT */ .break-line{ background: url(../images/break-line.png) no-repeat center; display:block; width:295px; height:1px; margin:0 auto } .login .logo-name { width:100%; text-align: center; } .login .logo-name a{ text-decoration:none; color:#AAA; } .logo-name h1 { color: #fff; margin: 0; height: auto; line-height: normal; font-size:40px; } .logo-name h2 { font-size: 15px; color: #CCC; margin: 8px 0 18px 0; } /* ## LOGIN-Elements ############## END ############# */ #sitebody { display: block; min-width: 980px; min-height: 100%; margin: 0 auto; } #header-wrapper { width:100%; height: 70px; /*background: url(../images/color-a.png) repeat 0 0;*/ background:#222222; } #header { width: 980px; margin: 0 auto 0 auto; } .header-in { padding: 11px 0 0 0; height: 70px; } #header .left { float: left; width: 742px; height: 70px; margin-right: 18px; overflow: hidden; } #header .right { float: left; width: 202px; padding-left: 18px; } #header .logo { float: left; } #header .logo img { float: left; } #header .logo h1 span.title { color: #fff; font-size: 26px; font-weight: bold; position: relative; top: 20px; left: -5px; display:block; float:left; } #header .logo h1 span.subtitle { color: #6ab0c5; } /* ## MAIN-MENUE ######################################## */ #mainmenue { padding: 8px 0 0 0; position: relative; } #mainmenue li { float: left; width: 32px; height: 32px; margin-right: 6px; } #mainmenue li a { display: block; float: left; width: 32px; height: 32px; } #mainmenue li.desktop a { background: url(../images/main-desk.png) no-repeat 0 0; } #mainmenue li.profil-male a { background: url(../images/main-prof-male.png) no-repeat 0 0; } #mainmenue li.profil-female a { background: url(../images/main-prof-female.png) no-repeat 0 0; } #mainmenue li.admin a { background: url(../images/main-settings.png) no-repeat 0 0; } #mainmenue li.logout a { background: url(../images/main-logout.png) no-repeat 0 0; } #mainmenue li a span { display: none; } #mainmenue .submen { position: absolute; top: 40px; left: -6px; padding: 25px 0 0 0; float:left; z-index: 6; display: none; } #mainmenue .submen ul { width: auto; /*background: url(../images/color-a.png) repeat 0 0;*/ background:#424242; padding: 0 0 6px 6px; float: left; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; } #mainmenue .submen li { margin: -6px 6px 0 0; } #mainmenue li:hover .submen { display: block; } #mainmenue .submen li.project-settings a { background: url(../images/main-admin-a.png) no-repeat 0 0; } #mainmenue .submen li.user-settings a { background: url(../images/main-admin-b.png) no-repeat 0 0; } #mainmenue .submen li.system-settings a { background: url(../images/main-admin-c.png) no-repeat 0 0; } #mainmenue li:hover a, #mainmenue li a.active, #mainmenue .submen li:hover a { background-position: 0 -32px; } #mainmenue li a:hover span { display: block; width: 200px; position: absolute; top: 18px; left: -222px; color: #6d7f93; font-size: 12px; font-weight: bold; text-align: right; white-space: nowrap; } #mainmenue li .submen a:hover span { top: -16px; left: -216px; } #mainmenue li:hover a .submenarrow { display: block; position: relative; top: 32px; left: 0; width: 32px; height: 7px; padding: 0; background: url(../images/main-submen.png) no-repeat center 0; } /* ## CONTENT ######################################## */ #contentwrapper { width: 980px; margin: 0 auto -26px auto; /* same as footer-height (for IE 7) */ } #content-left { width: 742px; min-height: 100px; /*background: #fff;*/ background:#191919; margin: 0 18px 10px 0; float: left; } #content-left-in { margin: 18px 18px 0 18px; } #content-left h1 { padding: 0 0 15px 2px; width: 100%; overflow: hidden; } #content-left h1 span { font-size: 15px; } #content-left h1.second { line-height: 34px; margin: -5px 0 10px 0; position: relative; left: -8px; } #content-left h1 img { float: left; } .content-spacer { clear: both; width: 100%; height: 27px; } .content-spacer-b { clear: both; width: 100%; height: 13px; margin: 13px 0 0 0; /*border-top: 1px dotted #000;*/ border-top: 1px solid #4E4E4E; } #content-right { width: 220px; min-height: 20px; /*background: url(../images/color-a.png) repeat 0 0;*/ background:#191919; margin: 0 0 0 0; padding: 0 0 23px 0; float: left; color: #6d7f93; } .content-right-in { width: 184px; margin: 23px 0 0 18px; } .content-right-in .cloud { /* Tag Cloud */ width: 184px; overflow: hidden; } .content-right-in a { color: #6d7f93; } .content-right-in a:hover { color: #9daab7; } #content-right h2 { font-size: 14px; margin: 0; line-height: 12px; } #content-right h2 a.win-up, #content-right h2 a.win-down { display: block; width: 100%; height: 16px; background: url(../images/win-up-side.png) no-repeat right 1px; margin: 0 0 5px 0; } #content-right h2 a.win-down { background: url(../images/win-down-side.png) no-repeat right 1px; } #content-right h2 a.win-up:hover, #content-right h2 a.win-down:hover { background-position: right -15px; } /* ## CHAT ############################################# */ .chat { background: url(../images/color-a.png) repeat 0 0; padding: 11px; color: #6d7f93; float: left; height: 100%; } .chat .row .text { float: left; width: 217px; height: 19px; padding: 4px 6px 0 6px; border:none; font-size: 12px; background: url(../images/input-bg-a.png) repeat-x 0 0; color: #0a182f; font-weight: bold; margin-right: 3px; } .chat .chattext { height: 200px; width: 300px; padding: 5px; overflow: auto; margin: 0 0 10px 0; float: left; background: #fff; color: #0a182f; } .chat button:hover { background: #6d7f93; color: #0a182f; } .chat button[disabled]:hover { background: #384e67; color: #fff; } /* ## SEARCH MODAL ################################### */ .search-modal { width: 202px; min-height: 20px; background: url(../images/color-a.png) repeat 0 0; margin: 0 0 0 0; padding: 12px 0px 23px 18px; float: left; color: #6d7f93; -moz-border-radius: 6px; -webkit-border-radius: 6px; } /* ## WINTOOLS ######################################## */ .wintools { float: right; height: 26px; position: relative; top: -28px; margin: 0 37px -30px 0; z-index: 9; } .wintools a { background: url(../images/win-tools.png) 0 0; } .wintools a.close { background-position: 0 0; } .wintools a.close:hover { background-position: 0 -31px; } .wintools a.edit { background-position: -23px 0; } .wintools a.edit:hover { background-position: -23px -31px; } .wintools a.del { background-position: -46px 0; } .wintools a.del:hover { background-position: -46px -31px; } .wintools a.filter { background-position: -69px 0; } .wintools a.filter:hover, .wintools a.filter-active { background-position: -69px -31px; } .wintools a.add, .wintools a.add-active { background-position: right 0; margin-left: 9px; } .wintools a.add:hover, .wintools a.add-active { background-position: right -31px; } /* ## EXPORT-MAIN ##################################### */ .export-main, .add-main { float: right; width: 30px; height: 26px; position: relative; left: 0; top: -41px; margin: 0 9px -26px 0; background-repeat: no-repeat; background-position: right 0; z-index: 9; } .add-main { width: 19px; } .wintools .export-main { position: relative; top: 0; z-index: 1; margin: 0; float: left; } .export-main a span, .wintools a span, .add-main a span { display: none; white-space: nowrap; } .export-main a:hover span, .export-main .export-in a:hover span, .wintools a:hover span, .add-main a:hover span { display: block; height: 21px; line-height: 21px; position: absolute; top: -34px; right: 0; z-index: 9; color: #001e40; font-size: 12px; background: #fff; padding: 0 7px 0 7px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; } .wintools .export-main a:hover span, .wintools .export-main .export-in a:hover span, .wintools a:hover span { top: -28px; color: #fff; font-weight: bold; } .export-main .export-in a:hover span { right: -30px; } .export-main:hover, .add-main:hover { cursor: pointer; background-position: right -31px; } .export-in { display: none; position: absolute; top: 0; z-index: 8; right: 30px; height: 100%; float: left; } .export-main:hover .export-in { display: block; } .export-main a, .wintools a, .add-main a { float: left; display: block; width: 19px; height: 100%; margin-left: 4px; background-repeat: no-repeat; background-position: 0 0; } .toolwrapper { float: left; height: 100%; margin-left: 5px; } .projects .export-main, .projects .export-main a { background-image: url(../images/export-tasks.png); } .projects .wintools .export-main, .projects .wintools .export-main a { background-image: url(../images/export-headline.png); } .projects .wintools .export-main a:hover span, .projects .wintools a:hover span { background: #3f7174; } .tasks .export-main, .tasks .export-main a { background-image: url(../images/export-tasks.png); } .tasks .wintools .export-main, .tasks .wintools .export-main a { background-image: url(../images/export-headline.png); } .tasks .wintools .export-main a:hover span, .tasks .wintools a:hover span, .wintools a:hover span { background: #808080; } .msgs .export-main, .msgs .export-main a { background-image: url(../images/export-msgs.png); } .msgs .wintools .export-main, .msgs .wintools .export-main a { background-image: url(../images/export-headline.png); } .msgs .wintools .export-main a:hover span, .msgs .wintools a:hover span { background: #65635e; } .user .export-main, .user .export-main a { background-image: url(../images/export-vcard.png); } .user .wintools .export-main, .user .wintools .export-main a { background-image: url(../images/export-headline.png); } .user .wintools .export-main a:hover span, .user .wintools a:hover span { background: #576d5a; } .timetrack .wintools .export-main, .timetrack .wintools .export-main a { background-image: url(../images/export-headline.png); } .timetrack .wintools .export-main a:hover span, .timetrack .wintools a:hover span { background: #8f5f45; } .miles .wintools .export-main, .miles .wintools .export-main a { background-image: url(../images/export-headline.png); } .miles .wintools .export-main a:hover span, .miles .wintools a:hover span { background: #824e48; } .neutral .wintools .export-main, .neutral .wintools .export-main a { background-image: url(../images/export-headline.png); } .neutral .wintools .export-main a:hover span, .neutral .wintools a:hover span { background: #6f6d6e; } .files .wintools .addmen .export-main, .files .wintools .addmen .export-main a { background-image: url(../images/add-files.png); } .files .wintools .export-main, .files .wintools .export-main a { background-image: url(../images/export-headline.png); } .files .wintools .export-main a:hover span, .files .wintools a:hover span { background: #484f64; } .export-main a.export, .wintools .export-main a.export, .files .wintools .addmen .export-main a.export { background: none; width: 30px; margin: 0; } .add-main a.add, .add-main a.add-active { background-image: url(../images/adds.png); margin: 0; } .add-main a.add:hover, .add-main a.add-active { background-position: 0 -31px; } .export-main a.ical { background-position: 0 0; } .export-main a.ical:hover { background-position: 0 -31px; } .export-main a.pdf { background-position: -23px 0; } .export-main a.pdf:hover { background-position: -23px -31px; } .export-main a.rss { background-position: -46px 0; } .export-main a.rss:hover { background-position: -46px -31px; } .export-main a.excel { background-position: -69px 0; } .export-main a.excel:hover { background-position: -69px -31px; } .export-main a.vcardmale { width: 28px; background-position: -32px 0; } .export-main a.vcardmale:hover { background-position: -32px -31px; } .export-main a.vcardfemale { width: 28px; background-position: 0 0; } .export-main a.vcardfemale:hover { background-position: 0 -31px; } .export-main a.addfile { background-position: -31px 0; } .export-main a.addfile:hover, .export-main a.addfile-active { background-position: -31px -31px; } .export-main a.addfolder { width: 27px; background-position: 0 0; } .export-main a.addfolder:hover, .export-main a.addfolder-active { width: 27px; background-position: 0 -31px; } /* ## IN-MENUES ######################################## */ .inwrapper { float: left; width: 100%; margin: 6px 0 6px 0; font-size: 12px; } .inwrapper li { float: left; width: 92px; margin: 0 1px 6px 0; padding: 4px 0 0 0; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .inwrapper img { float: left; } .itemwrapper { /* in this are all the li */ } .itemwrapper table { width: 100%; } .inwrapper span.name a:hover { text-decoration: underline; } .inwrapper li td.thumb a { display: block; width: 32px; max-height: 32px; overflow: hidden; padding: 0; margin: 0; border: none; } .inwrapper li td.thumb { width: 32px; height: 32px; } .inwrapper li td.thumb a img { float: none; margin: 0; } .inwrapper span.name { display: block; clear: both; width: 100%; margin: 5px 0 0 0; height: 18px; line-height: 18px; text-align: center; overflow: hidden; } .inwrapper li .rightmen, .inwrapper li .leftmen { width: 30px; } .inmenue { height: 32px; } .inmenue a { display: none; width: 14px; height: 14px; background: url(../images/inmenue-tools.png) no-repeat; margin: 0 0 3px 8px; } .itemwrapper:hover .inmenue a { display: block; } .inmenue a.more { background-position: 1px 1px; } .inmenue a.more:hover { background-position: 1px -13px; } .inmenue a.export { background-position: -13px 1px; } .inmenue a.export:hover { background-position: -13px -13px; } .inmenue a.edit { background-position: -27px 1px; } .inmenue a.edit:hover { background-position: -27px -13px; } .inmenue a.del { background-position: -41px 1px; } .inmenue a.del:hover { background-position: -41px -13px; } .moreinfo-wrapper { position: relative; clear: both; } .moreinfo { position: absolute; left: 0; bottom: 0px; padding: 5px 5px 0 5px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 82px; z-index: 11; } .moreinfo img { float: left; } .moreinfo img:hover { cursor: pointer; } .user .moreinfo a, .projects .moreinfo a, .tasks .morinfo a { color: #fff; } /* ## CALENDAR ############## Sidebar / Datepicker ################# */ .cal { width: 184px; } .cal tr { height: 23px; } .cal td { padding: 0; background: url(../images/color-d.png) repeat 0 0; text-align: center; font-size: 11px; } .cal tr.head, .cal tr.weekday { font-weight: bold; } .cal tr.head td { background: url(../images/color-d.png) repeat 0 0; } .cal tr.weekday td { background: url(../images/color-c.png) repeat 0 0; } .cal td.back, .cal td.next { /*background: url(../images/autocomplete-bg-a.png) repeat-x 0 0;*/ } .cal td.back a, .cal td.next a { display: block; width: 100%; height: 23px; background: url(../images/back-side.png) no-repeat center 7px; } .cal td.next a { background-image: url(../images/next-side.png); } .cal td.back a:hover, .cal td.next a:hover { background-position: center -16px; } .cal td.wrong { color: #3c556f; background: url(../images/color-c.png) repeat 0 0; } .cal td.today { color: #52a454; background: url(../images/color-c-green.png) repeat 0 0; } .cal td.red { color: #be4c43; background: url(../images/color-c-red.png) repeat 0 0; } .cal td.cyan { color: #529ba4; background: url(../images/color-c-cyan.png) repeat 0 0; } /* ## BIG CALENDAR ###################################### */ .block .bigcal table.thecal { border-collapse: separate; display: inline-table; table-layout: fixed; } .block .bigcal table.thecal thead { /*background: #fff;*/ font-size: 14px; color:#6D7F93; } .block .bigcal table.thecal th { height: 37px; line-height: 37px; border: none; padding: 0; background:#303030; } .block .bigcal table.thecal .dayhead th { height: 27px; line-height: 27px; padding: 0 6px 0 6px; background:#252525; } .block .bigcal tbody.content td { border: none; width: 100px; /*background: #fff;*/ background:#303030; padding: 6px; line-height: normal; } .block .bigcal table.thecal td.today { /*background: #eaf6e3;*/ background:#29422A; } .block .bigcal table.thecal td.today a{ color:#52A454; } .block .bigcal table.thecal td.second { color:#6D7F93; } #thecal a:visted{ color:#6D7F93!important; } .block .bigcal table.thecal td.othermonth { background:#252525; } .block .bigcal .calcontent { } .bigcal .scroll_left, .bigcal .scroll_right { display: block; /*width: 100%; height: 100%; background: url(../images/scroll_left_miles.png) no-repeat center 15px;*/ width:30px; height:23px; background: url(../images/back-side.png) no-repeat center 7px; float:left; margin-left:30px; } .bigcal .scroll_right { background-image: url(../images/next-side.png); } .bigcal .scroll_left:hover, .bigcal .scroll_right:hover { background-position: center -16px; } .calinmenue { position: absolute; height: 0px; z-index: 1666; } .calinmenue ul { position: relative; left: 0; top: 0; padding: 6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .calinmenue ul li a { display: block; height: 22px; line-height: 22px; margin: 0 0 1px 0; padding: 0 8px 0 8px; white-space: nowrap; color: #fff; font-size: 11px; font-weight: bold; } .calinmenue ul li a:hover { text-decoration: none; } .closewin a { display: block; background: url(../images/closewin.png) no-repeat right 1px; } .closewin a:hover { background-position: right -19px; } .calinmenue ul li.closewin a { height: 14px; line-height: normal; padding: 0 0 0 4px; margin: 0 0 4px 0; } /* ## DATEPICKER ######################################## */ .datepick { clear:both; position: absolute; z-index: 1000000000; } .datepick .picker { position: relative; left: 152px; top: -210px; padding: 6px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .datepick .picker a { } .datepick .cal { background: #fff; } .block .datepick table, .datepick table { border-collapse: separate; border: none; } .block .datepick table td, .datepick table td { padding: 0 6px 0 6px; min-width: 12px; border: none; height: 23px; line-height: 23px; } .projects .datepick td.today, .tasks .datepick td.today, .miles .datepick td.today, .timetrack .datepick td.today, .neutral .datepick td.today { color: #009359; background: url(../images/color-c-green.png) repeat 0 0; } .projects .datepick td.red, .tasks .datepick td.red, .miles .datepick td.red, .timetrack .datepick td.red, .neutral .datepick td.red { color: #be4c43; background: url(../images/color-c-red.png) repeat 0 0; } .datepick td.normalday:hover, .datepick td.today:hover, .datepick td.red:hover { cursor: pointer; background: #fff; } .projects .datepick td.next a { background-image: url(../images/next-side-projects.png); } .projects .datepick td.back a { background-image: url(../images/back-side-projects.png); } .tasks .datepick td.next a { background-image: url(../images/next-side-tasks.png); } .tasks .datepick td.back a { background-image: url(../images/back-side-tasks.png); } .timetrack .datepick td.next a { background-image: url(../images/next-side-timetrack.png); } .timetrack .datepick td.back a { background-image: url(../images/back-side-timetrack.png); } .user .datepick td.next a { background-image: url(../images/next-side-user.png); } .user .datepick td.back a { background-image: url(../images/back-side-user.png); } .miles .datepick td.next a { background-image: url(../images/next-side-miles.png); } .miles .datepick td.back a { background-image: url(../images/back-side-miles.png); } .files .datepick td.next a { background-image: url(../images/next-side-files.png); } .files .datepick td.back a { background-image: url(../images/back-side-files.png); } .neutral .datepick td.next a { background-image: url(../images/next-side-neutral.png); } .neutral .datepick td.back a { background-image: url(../images/back-side-neutral.png); } /* ## ONLINELISTE ######################################## */ #onlinelist ul { border-bottom: 1px solid #3c5570; float: left; position: relative; } #onlinelist li { width: 184px; clear: both; border-top: 1px solid #3c5570; } #onlinelist li a div { display: none; } #onlinelist li a div img { margin: 5px 5px 5px 5px; float: right; } #onlinelist a.user, #onlinelist a.chat, .chat-user { display: block; float: left; width: 167px; height: 23px; line-height: 23px; color: #6d7f93; padding-left: 1px; } #onlinelist a.user:hover, .chat-user { color: #9daab7; /*background: url(../images/onlinelist-hover.png) repeat 0 0; */ } #onlinelist a.chat, .chat-user { width: 16px; padding: 0; background: url(../images/chat.png) no-repeat right -23px; } #onlinelist a.chat:hover { background-position: right -46px; } .chat-user { background-position: right 0; } #onlinelist li a:hover div { display:block; position: absolute; top: 0; left: -119px; width: 100px; z-index: 8; background: url(../images/color-b.png) repeat 0 0; } /* ## HEADLINES ##################################### */ .headline, .headline_lone { width: 100%; height: 35px; margin: 0 0 0 0; position: relative; } .headline h2 { position: absolute; height: 100%; line-height: 35px; top: 0; left: 0; } .headline_lone { height: 100%; line-height: 35px; } .headline_lone h2 { height: 32px; line-height: 33px; margin: -15px 0 10px 2px; } .headline h2, .headline h2 a { /*color: #fff;*/ color:#869CAD; } .headline img, .headline_lone img { float:left; margin: 0 7px 0 2px; } .headline_lone h2 img { margin: 0 0px 0 -4px; } h2 a:hover { text-decoration: none; } #content-left h2 a:hover { text-decoration: none; border-bottom: 1px dotted #fff; } /* ## Block-headline - Aufklappfunktion ## start ## */ a.win_block { display: block; width: 100%; height: 100%; background: url(../images/win-up.png) no-repeat 678px 8px; } a.win_block:hover { background-position: 678px -23px; } a.win_none { display:block; width:100%; height: 100%; background: url(../images/win-up.png) no-repeat 678px -54px; } a.win_none:hover { background-position: 678px -85px; } /* ## BUTTON ####################################### */ a.butn_link, a.butn_link_active { display: block; float: left; height: 23px; line-height: 23px; padding: 0px 8px 0 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 11px; font-weight: bold; margin: 0 1px 0 0; } .tablemenue a.butn_link, .tablemenue a.butn_link_active { -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; } body a.butn_link, body a.butn_link_active { color: #fff; } /* ## AVATARE / MESSAGES ########################### */ .avatar, .avatar-profile { float: left; min-height: 1px; } .msgs .avatar { width: 92px; } .user .avatar-profile { width: 122px; } .user .avatar-profile img,.msgs .avatar img, .avatar img { float: left; } .message { float: left; overflow: hidden; } .message .block { /* Block for Userdetails in Profil*/ margin: 0; } .msgs .message { width: 562px; margin: 0; padding: 0; } .user .message { width: 567px; } .message-in { width: 562px; overflow-x: auto; } .message-in img { height: auto; } .message img { float: left; margin: 0 6px 6px 0; max-width: 100%; height: auto; } .message p { margin: 0 0 12px 0; } p.tags-miles { clear: both; border-top: 1px dotted #000; margin: 12px 0 0 0; padding: 12px 0 0 0; } .message ul.files { margin: 12px 0 0 0; } .message ul.files table { margin: 0 0 1px 0; } .message ul.files table img { margin: 0; } .message ul.files table td { height: 30px; line-height: 30px; padding: 0; } .message ul.files table td.filepic { width: 35px; } .message ul.files table td.filelink { width: 502px; } .message ul.files table td.tools { width: 23px; } .message .toggle-content { border-right: none; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 12px 0 12px 6px; } /* ## Blind Toggles ################################### */ .blinded { overflow: hidden; clear: both; } /* ## Breadcrumbs #################################### */ .breadcrumb { width: 100%; height: 22px; line-height: 22px; margin: 0px 0 15px 0; position: relative; left: -3px; overflow: hidden; } .breadcrumb span { display: block; float: left; opacity: 0.4; /*filter:alpha(opacity=40);*/ -moz-opacity: 0.4; } .breadcrumb a { float: left; opacity: 0.4; /*filter:alpha(opacity=40);*/ -moz-opacity: 0.4; } .breadcrumb a:hover { opacity: 1; /*filter:alpha(opacity=100);*/ -moz-opacity: 1; text-decoration: underline; } .breadcrumb img { float: left; height: 22px; } /* ## TAB-MENUES ################################### */ .tabswrapper { height: 45px; width: 100%; padding: 15px 0 0 0; } ul.tabs { position: relative; float: left; } ul.tabs li { float: left; width: 57px; height: 45px; margin: 0 1px 0 0; } ul.tabs li a { display: block; width: 100%; height: 100%; background-position: 0 0; background-repeat: no-repeat; } ul.tabs li a:hover, ul.tabs li a.active { background-position: 0 -45px; } ul.tabs li a:hover span { position: absolute; right: -258px; top: 25px; display: block; width: 250px; color: #6d7f93; font-size: 12px; font-weight: bold; } ul.tabs li span { display: none; } ul.tabs li.desk a { background-image: url(../images/symbols/tab-desk.png); } ul.tabs li.projects a { background-image: url(../images/symbols/tab-projects.png); } ul.tabs li.tasks a { background-image: url(../images/symbols/tab-tasklist.png); } ul.tabs li.msgs a { background-image: url(../images/symbols/tab-msgs.png); } ul.tabs li.user-male a { background-image: url(../images/symbols/tab-userprofil-male.png); } ul.tabs li.edit-male a { background-image: url(../images/symbols/tab-settings.png); } ul.tabs li.user-female a { background-image: url(../images/symbols/tab-userprofil-female.png); } ul.tabs li.edit-female a { background-image: url(../images/symbols/tab-settings.png); } ul.tabs li.edit a { background-image: url(../images/symbols/tab-edit.png); } ul.tabs li.miles a { background-image: url(../images/symbols/tab-miles.png); } ul.tabs li.files a { background-image: url(../images/symbols/tab-files.png); } ul.tabs li.user a { background-image: url(../images/symbols/tab-userlist.png); } ul.tabs li.timetrack a { background-image: url(../images/symbols/tab-timetracking.png); } ul.tabs li.system-settings a { background-image: url(../images/symbols/tab-system-settings.png); } /* ## MODALs ######################################## */ #modal_container { overflow: auto; color: #001e40; background: none; text-align: left; } #modal_container.tasksmodal, #modal_container.milesmodal { background: #203d56; color: #808080; min-height: 150px; width: 500px; padding: 6px 12px 12px 12px; -moz-border-radius: 6px; -webkit-border-radius: 6px; margin: -50px 0 0 -126px; } #modal_container.milesmodal { background: #62332e; color: #824e48; } #modal_container.pics { background: none; margin: -50px 0 0 -126px; } #modal_container.pics img { margin: 0 0 -3px 0; border: none; padding: 0; } #modal_overlay { background-color: #001e40; } #modal_overlay.useroverlay { background: #bbcbbb; } #modal_overlay.tasksoverlay { background: #869cad; } #modal_overlay.milesoverlay { background: #b49591; } #modal_container .inmodal { background: #fff; -moz-border-radius: 1px; -webkit-border-radius: 1px; padding: 8px; min-height: 100px; max-height: 450px; overflow: auto; } #modal_container .inmodal h2 span { font-size: 12px; } .acc_modal { width: 100%; } .acc_modal .m_a { width: 24px; } .acc_modal .m_b { } .acc_modal .m_c { width: 150px; } .acc_modal .icon { padding: 0; } .acc_modal .icon img { width: 24px; height: auto; float: left; } .acc_modal .content_in { padding: 6px 6px 6px 31px; border-top: 1px solid #fff; } #modal_container .inmodal img { max-width: 430px; height: auto; } .modaltitle { display: block; height: 38px; line-height: 38px; color: #fff; font-size: 14px; font-weight: bold; position: relative; } .modaltitle img { float: left; } .modaltitle a.winclose { display: block; width: 19px; height: 19px; background: url(../images/closemodalwin.png) no-repeat 0 0; float: right; position: absolute; right: 0; top: 8px; } .modaltitle a.winclose:hover { background-position: 0 -37px; } /* ## STATUS ############ Statusbar Project ############# */ .statuswrapper { width: 100%; } .statuswrapper ul { float: left; list-style-type: none; margin: 0; padding: 0; } .statuswrapper li { margin: 0 2px 0 0; height: 23px; line-height: 23px; float: left; } .statuswrapper li.link:hover { cursor: pointer; } .statuswrapper a { display: block; height: 100%; padding: 0 6px 0 6px; float: left; } .statuswrapper a.close, .statuswrapper a.closed { width: 19px; background: url(../images/butn-check.png) no-repeat center 4px; } .statuswrapper a.reply, .statuswrapper a.reply-active { width: 19px; background: url(../images/butn-reply.png) no-repeat center 4px; } .statuswrapper a.edit, .statuswrapper a.edit-active { width: 19px; background: url(../images/butn-edit.png) no-repeat center 4px; } .statuswrapper a.del { width: 19px; background: url(../images/butn-del.png) no-repeat center 4px; } .statuswrapper a:hover, .statuswrapper a.closed, .statuswrapper a.edit-active, .statuswrapper a.reply-active { background-position: center -22px; } .statuswrapper a.closed:hover { background-position: center 4px; } .statuswrapper a.desc, .statuswrapper a.desc_active { padding: 0 12px 0 6px; margin: 0 6px 0 0; background: url(../images/acc-open.png) no-repeat right 9px; } .statuswrapper a.desc:hover { background-position: right -16px; } .statuswrapper a.desc_active { background-position: right -41px; } .statuswrapper a.desc_active:hover { background-position: right -66px; } .status { width: 130px; height: 56px; position: relative; right: 0; top: -47px; margin: 0 0 -56px 0; float: right; text-align: center; font-size: 40px; font-weight: bold; } .statusbar, .statusbar_b { width: 128px; height: 12px; background: url(../images/statusbar_incomplete_b.jpg) repeat-x 0 0; border: 1px solid #000; margin: 6px 0 0 0; } .statusbar_b { float:left; height: 8px; background: url(../images/statusbar_incomplete_b.jpg) repeat-x 0 -1px; margin: 9px 12px 0 0; } .statusbar .complete, .statusbar_b .complete { height: 12px; background: url(../images/statusbar_complete_b.jpg) repeat-x 0 0; } .statusbar_b .complete { height: 8px; background: url(../images/statusbar_complete_b.jpg) repeat-x 0 -1px; } /* ## CONTENT ########### without table ################ */ .contenttitle { width: 100%; height: 37px; line-height: 37px; font-size: 12px; } .contenttitle_menue { float: left; width: 33px; height: 25px; padding: 12px 7px 0 6px; } .contenttitle_in { float: left; width: 652px; height: 37px; font-weight: bold; overflow: hidden; } .contenttitle_in a:hover { text-decoration: underline; } .content_in_wrapper { float: left; width: 100%; padding: 0 0 6px 0; margin: 1px 0 1px 0; } .content_in_wrapper_in { padding: 0 14px 0 14px; } .staterow { width: 100%; height: 23px; line-height: 23px; clear: both; font-size: 12px; } .staterowin { width: 352px; height: 23px; overflow: hidden; margin: 0 0 0 48px; } .staterowin_right { width:50px; height: 23px; overflow: hidden; margin: -22px 0 0 650px; float:left; } /* ## FILES ################ Specials ################## */ a.dir_up_butn { display: block; width: 28px; height: 12px; background: url(../images/root-arrow.png) no-repeat 2px 0; } a.dir_up_butn:hover { background-position: 2px -31px; } /* ## HEADLINES ############# Specials ############### */ #content-left-in h1 a:hover { border-bottom: 1px dotted #000; } /* ## DESCRIPTION ############# Specials ############### */ .descript { clear: both; width: 100%; overflow: hidden; } .msgs .descript .avatar { width: 98px; } .msgs .descript .message { width: 608px; overflow: hidden; } .msgs .descript .message img { max-width: 608px; height: auto; } .descript a:hover { text-decoration: underline; } /* ## TABLES ######################################## */ .blockwrapper { /* in projectfiles */ margin: 1px 0 0 0; } .block { margin: 1px 0 0 0; } .block a:hover { text-decoration: underline; } .block a.butn_link:hover, .block a.butn_link_active:hover, .block .inwrapper a:hover { text-decoration: none; } .block table { width: 100%; text-align: left; border-collapse: collapse; margin-left:2px; /*display: inline-table;*/ } .block table tfoot td { display: none; } .block table td { height: 27px; line-height: 27px; /*border-right: 1px solid #fff;*/ border-bottom: 1px solid #4E4E4E; padding: 0 0 0 6px; } .block table.log td { height: auto; line-height: normal; padding: 6px 0 6px 6px; } .block table tbody.paging td { height: 27px; line-height: 27px; padding: 0 0 0 6px; } .block table td.finished, .block table td.finished a { } .block table td.symbols img { float: left; } .block table thead { background-repeat: repeat-x; } .message .block table thead { display: none; } .block table thead th { height: 37px; line-height: 37px; padding: 0 0 0 6px; /* border-right: 1px solid #fff;*/ border-bottom: 1px solid #4E4E4E; } .block table.second-thead td { height: 27px; line-height: 27px; font-weight: bold; /*border-top: 1px solid #fff;*/ border-top:1px solid #4E4E4E; } .block table.second-thead:hover { cursor: pointer; } .toggleblock { /*border-top: 1px solid #fff;*/ } .doneblock .toggleblock td, .block .dones td { text-decoration: line-through; opacity: 0.6; /* filter:alpha(opacity=60); */ -moz-opacity: 0.6; } .doneblock .toggleblocks td a, .block .dones td a { text-decoration: line-through; } .doneblock table tr.acc td, .block .dones td.info, .block .dones td.info a { text-decoration: none; } .block table td.tools, .block table th.tools, .message .block table td.right { border-right: none; padding: 0 0 0 9px; } .message .block table td.right { padding: 0 0 0 6px; } .block table tr.acc td { height: 0px; } .block table tr.acc td .accordion_toggle { display: none; } .block table tr.acc td { padding: 0; border: none; overflow: hidden; } .block table tr.acc td .accordion_content { overflow: hidden; display: none; } .block table tr.acc td .accordion_content .acc-in { border-top: 1px solid #fff; padding: 12px 9px 18px 45px; line-height: normal; overflow: hidden; } .smooth { opacity:.6; /*filter:alpha(opacity=60);*/ -moz-opacity:.6; } .tablemenue { clear: both; height: auto; /*border-top: 1px solid #000; margin: 1px 0 0 0;*/ } .tablemenue-in { height: 21px; padding: 0 0 0 38px; } #block_files .tablemenue-in{ border-top:1px solid #4E4E4E; } .block .addmenue, .blockwrapper .addmenue, .addmenue { margin: 0 0 1px 0; overflow: hidden; clear: both; width: 100%; } .block_in_wrapper { padding: 10px 0 10px 44px; } /* ## TABLES - COLS ########### ges. 706px ############# */ th.a, td.a { width: 31px; } th.a img, td.a img { float: left; } th.b, td.b { width: 216px; } th.ba, td.ba { width: 216px; } th.bb, td.bb { width: 92px; } th.c, td.c { width: 190px; } th.d, td.d { width: 190px; } th.cd, td.cd { } th.ce, td.ce { width: 121px; } th.de, td.de { width: 121px; } th.cf, td.cf { width: 91px; } th.e, td.e { } th.tools, td.tools { width: 42px; } .user .message col.a { width: 180px; } .user .message col.b { width: 372px; } /* ## TABLES ################ Block - Colors ############# */ .projects .headline, .projects a.butn_link,.projects a.butn_link_active:hover, .projects .inmenue a span, .projects .moreinfo { /*background: url(../images/tables-projects-head.png);*/ background:#191919; } .projects button,.tablemenue button{ border:1px solid #FFF; background:none; } .projects a.butn_link{ margin-right:10px; } .projects thead { /*background: url(../images/tables-projects-thead.png);*/ } .projects .second-thead, .projects .second-thead:hover td, .projects .block_in_wrapper, .projects .inwrapper li:hover, .projects .tableend, .projects .statuswrapper li.link:hover { /*background: url(../images/tables-projects-sechead.png);*/ } .projects .color-a, .projects .statuswrapper li, .projects .datepick table td, .projects .datepick tr.head td { /*background: url(../images/tables-projects-bg-a.png);*/ background:#303030; } .projects .color-b, .projects .datepick td.wrong, .projects .datepick tr.weekday td { /*background: url(../images/tables-projects-bg-b.png);*/ } .projects .block, .projects a, .projects h1, .projects .block .tablemenue, .projects .block .addmenue, .projects p.tags-miles { /*border-color: #3f7174;*/ /*color: #3f7174;*/ color:#FFF; } .projects, .projects .block td.finished, .projects .block td.finished a, .projects .datepick .cal, .projects .block_in_wrapper h2 { /*color: #3f7174;*/ color:#FFF; } .projects h1 span, .projects h1 span a, .projects .status, .projects .statusbar, .projects .statusbar_b { color: #8caaac; /*border-color: #8caaac;*/ } .projects .datepick td.wrong { color: #8caaac; } .projects h1 span a { /*border-color: #3f7174; } .projects form, .projects form input, .projects form select, .projects form textarea, .projects form .row .editor, .projects .statuswrapper li { /*border-color: #8caaac;*/ color: #3f7174; } .projects a.butn_link:hover, .projects button:hover, .projects form .fileinput:hover button, .projects a.butn_link_active, .projects .datepick .picker { /*background: #275154;*/ background:#424242; } /* TASKS COLORS #####################################*/ .tasks .headline,.tasks button, .tasks a.butn_link_active:hover, .tasks .inmenue a span, .tasks .moreinfo { /*background: url(../images/tables-tasks-head.png);*/ background:#191919; border:solid 1px #4E4E4E; } .tasks a.butn_link{ border:solid 1px #4E4E4E; border-top:none; margin-right:10px; } .tasks thead { /*background: url(../images/tables-tasks-thead.png);*/ } .tasks .second-thead, .tasks .second-thead:hover td, .tasks .block_in_wrapper, .tasks .statuswrapper li.link:hover { /*background: url(../images/tables-tasks-sechead.png);*/ } .tasks .color-a, .tasks .datepick table td, .tasks .datepick tr.head td, .tasks .statuswrapper li { /*background: url(../images/tables-tasks-bg-a.png);*/ } .tasks .color-b, .tasks .datepick td.wrong, .tasks .datepick tr.weekday td { /*background: url(../images/tables-tasks-bg-b.png);*/ } .tasks, .tasks a, .tasks h1, .tasks .headline_lone h2 , .tasks .block .tablemenue, .tasks .block .addmenue, .tasks p.tags-miles { border-color: #808080; color: #808080; } .tasks .block td.finished, .tasks .block td.finished a, .tasks .datepick .cal, .tasks .block_in_wrapper h2 { /*color: #808080;*/ color:#A3A19E; } .tasks h1 span, .tasks h1 span a, .tasks .datepick td.wrong { color: #869cad; } .task h1 span a { border-color: #808080; } .tasks form, .tasks form input, .tasks form select, .tasks form textarea, .tasks form .row .editor, .tasks .statuswrapper li { border-color: #869cad; color: #808080; } .tasks a.butn_link:hover, .tasks button:hover, .tasks form .fileinput:hover button, .tasks a.butn_link_active, .tasks .datepick .picker { /*background: #203d56;*/ background:#424242; } .tasks a.butn_link_active{ margin-right:10px; } /* MESSAGES COLORS #################################*/ .msgs .headline, .msgs a.butn_link, .msgs button, .msgs a.butn_link_active:hover, .msgs .moreinfo, .msgs .inmenue a span, .msgs .moreinfo { /*background: url(../images/tables-msgs-head.png);*/ background:#191919; border:solid 1px #4E4E4E; } .msgs a.butn_link{ border-top:none; } .msgs thead { /*background: url(../images/tables-msgs-thead.png);*/ } .msgs .second-thead, .msgs .second-thead:hover td, .msgs .block_in_wrapper, .msgs .inwrapper li:hover, .msgs .statuswrapper li.link:hover { /*background: url(../images/tables-msgs-sechead.png);*/ } .msgs .color-a, .msgs .statuswrapper li { /*background: url(../images/tables-msgs-bg-a.png);*/ } .msgs .color-b { */background: url(../images/tables-msgs-bg-b.png);*/ } .msgs .color-a ul.files table, .msgs .color-b ul.files table { /*background: url(../images/tables-msgs-bg-c.png);*/ } .msgs, .msgs .block, .msgs a, .msgs h1, .msgs .block .tablemenue, .msgs .block .addmenue, .msgs p.tags-miles { border-color: #65635e; /*color: #65635e;*/ color:#808080; } .msgs h1 span, .msgs h1 span a, .msgs .block_in_wrapper h2 { color: #a3a19e; } .msgs h1 span a { border-color: #65635e; } .msgs form, .msgs form input, .msgs form select, .msgs form textarea, .msgs form .row .editor, .msgs .statuswrapper li { border-color: #a3a19e; /*color: #65635e;*/ color:#808080; } .msgs a.butn_link:hover, .msgs button:hover, .msgs form .fileinput:hover button, .msgs a.butn_link_active { /*background: #464440;*/ background:#424242; } /* USER COLORS #################################*/ .user .headline, .user button, .user a.butn_link_active:hover, .user .inmenue a span, .user .moreinfo { /*background: url(../images/tables-user-head.png);*/ border:1px solid #4E4E4E; background:#191919; } .user a.butn_link{ border:1px solid #4E4E4E; border-top:none; } .user thead, .user .contenttitle { /*background: url(../images/tables-user-thead.png);*/ } .user .second-thead, .user .second-thead:hover td, .user .block_in_wrapper, .user .inwrapper li:hover, .user .tableend { /*background: url(../images/tables-user-sechead.png);*/ } .user .color-a, .user .staterow { /*background: url(../images/tables-user-bg-a.png); border-bottom:1px solid #4E4E4E;*/ } .userwrapper .main table td{ border:none!important; } .user .color-b, .user .content_in_wrapper { /*background: url(../images/tables-user-bg-b.png);*/ } .user .color-a ul.files table, .user .color-b ul.files table { /*background: url(../images/tables-user-bg-c.png);*/ } .user .block, .user .blockwrapper, .user a, .user h1, .user .tablemenue, .user .addmenue, .user p.tags-miles, .user .userwrapper, .user .block_in_wrapper h2 { border-color: #576d5a; /*color: #576d5a;*/ color:#808080; } .user h1 span, .user h1 span a, .user .inmenue a span { color: #bbcbbb; } .user h1 span a { border-color: #576d5a; } .user form, .user form input, .user form select, .user form textarea, .user form .row .editor { border-color: #bbcbbb; /*color: #576d5a;*/ color:#808080; } .user a.butn_link:hover, .user button:hover, .user form .fileinput:hover button, .user a.butn_link_active { /*background: #3d573f;*/ background:#424242; } /* USER PROFILE */ .user .export-main { background-image: url(../images/export-vcard.png); } .userwrapper { float: left; /*border-top: 1px solid; border-bottom: 1px solid;*/ padding: 1px 0 1px 0; } .userwrapper td.avatarcell { /*background: url(../images/tables-user-bg-a.png); border-right: 1px solid #fff;*/ padding: 8px 8px 0 8px; } /* NEUTRAL COLORS #################################*/ .neutral .headline, .neutral button, .neutral a.butn_link_active:hover { /*background: url(../images/tables-neutral-head.png);*/ background:#191919; border:1px solid #4E4E4E } .neutral a.butn_link{ border:none; border-top:1px solid #4E4E4E } .neutral thead, .neutral .contenttitle { /*background: url(../images/tables-neutral-thead.png);*/ } .neutral .second-thead, .neutral .second-thead:hover td, .neutral .block_in_wrapper, .neutral .inwrapper li:hover, .neutral .tableend, .neutral .paging { /*background: url(../images/tables-neutral-sechead.png);*/ } .neutral .color-a, .neutral .staterow { /*background: url(../images/tables-neutral-bg-a.png);*/ } .neutral .color-b, .neutral .content_in_wrapper { /*background: url(../images/tables-neutral-bg-b.png);*/ } .neutral .color-a ul.files table, .neutral .color-b ul.files table { /*background: url(../images/tables-neutral-bg-c.png);*/ } .neutral .block, .neutral a, .neutral h1, .neutral .block .tablemenue, .neutral .block .addmenue, .neutral p.tags-miles, .neutral .block_in_wrapper h2 { border-color: #6f6d6e; /*color: #6f6d6e;*/ color:#808080; } .neutral h1 span, .neutral h1 span a { color: #a9a7a8; } .neutral h1 span a { border-color: #6f6d6e; } .neutral form, .neutral form input, .neutral form select, .neutral form textarea, .neutral form .row .editor { border-color: #a9a7a8; color: #6f6d6e; } .neutral a.butn_link:hover, .neutral button:hover, .neutral form .fileinput:hover button, .neutral a.butn_link_active, .neutral .datepick .picker { background: #4f4e4e; } /* TIMETRACKING COLORS #################################*/ .timetrack .headline, .timetrack button, .timetrack a.butn_link_active:hover { /*background: url(../images/tables-timetracking-head.png);*/ background:#191919; border:1px solid #4E4E4E; } .timetrack a.butn_link{ border:1px solid #4E4E4E; border-top:none; } .timetrack thead { /*background: url(../images/tables-timetracking-thead.png);*/ } .timetrack .second-thead, .timetrack .second-thead:hover td, .timetrack .block_in_wrapper, .timetrack .inwrapper li:hover, .timetrack .tableend { /*background: url(../images/tables-timetracking-sechead.png);*/ } .timetrack .color-a, .timetrack .datepick table td, .timetrack .datepick tr.head td { /*background: url(../images/tables-timetracking-bg-a.png);*/ } .timetrack .color-b, .timetrack .datepick td.wrong, .timetrack .datepick tr.weekday td { /*background: url(../images/tables-timetracking-bg-b.png);*/ } .timetrack .color-a ul.files table, .timetrack .color-b ul.files table { /*background: url(../images/tables-timetracking-bg-c.png);*/ } .timetrack .block, .timetrack a, .timetrack h1, .timetrack .block .tablemenue, .timetrack .block .addmenue, .timetrack p.tags-miles { border-color: #8f5f45; /*color: #8f5f45;*/ color:#808080; } .timetrack .datepick .cal, .timetrack .block_in_wrapper h2 { /*color: #8f5f45;*/ color:#A3A19E; } .timetrack h1 span, .timerack h1 span a, .timetrack .datepick td.wrong { color: #bc9f8f; } .timetrack h1 span a { border-color: #8f5f45; } .timetrack form, .timetrack form input, .timetrack form select, .timetrack form textarea, .timetrack form .row .editor { border-color: #bc9f8f; /*color: #8f5f45;*/ color:#808080; } .timetrack a.butn_link:hover, .timetrack button:hover, .timetrack form .fileinput:hover button, .timetrack a.butn_link_active, .timetrack .datepick .picker { /*background: #6f412c;*/ background:#4E4E4E; } /* MILESTONES COLORS #################################*/ .miles .headline,.miles button, .miles a.butn_link_active:hover, .miles .calinmenue ul { /*background: url(../images/tables-miles-head.png);*/ background:#191919; border:solid 1px #4E4E4E; } .miles a.butn_link{ margin-right:10px; border:1px solid #4E4E4E; border-top:none; } .miles thead, .miles .calhead th { /*background: url(../images/tables-miles-thead.png);*/ } .miles .second-thead, .miles .block_in_wrapper, .miles .inwrapper li:hover, .miles .tableend, .miles .thecal, .miles .second-thead:hover td, .miles .statuswrapper li.link:hover { /*background: url(../images/tables-miles-sechead.png);*/ } .miles .color-a, .miles table.thecal .dayhead th, .miles .calinmenue ul li.link a, .miles .datepick table td, .miles .datepick tr.head td, .miles .statuswrapper li { /*background: url(../images/tables-miles-bg-a.png);*/ } .miles .color-b, .miles .calinmenue ul li.link a:hover, .miles .datepick td.wrong, .miles .datepick tr.weekday td, .miles .content_in_wrapper { /*background: url(../images/tables-miles-bg-b.png);*/ } .miles .color-a ul.files table, .miles .color-b ul.files table { /*background: url(../images/tables-miles-bg-c.png);*/ } .miles, .miles a, .miles h1, .miles .block .tablemenue, .miles .block .addmenue, .miles p.tags-miles,{ /*border-color: #824e48;*/ /*color: #824e48;*/ color:#808080; } .miles .block td.finished, .miles .block td.finished a, .miles .datepick .cal, .miles .block_in_wrapper h2 { /*color: #824e48;*/ color:#A3A19E; } .miles h1 span, .miles h1 span a, .miles .block td.othermonth a, .miles .block td.othermonth, .miles .datepick td.wrong { /*color: #b49591;*/ color:#3C556F; } .miles h1 span a, .miles .content-spacer-b { border-color: #824e48; } .miles form, .miles form input, .miles form select, .miles form textarea, .miles form .row .editor, .miles .statuswrapper li { border-color: #b49591; /*color: #824e48;*/ colorl:#808080; } .miles a.butn_link:hover, .miles button:hover, .miles form .fileinput:hover button, .miles a.butn_link_active, .miles .datepick .picker { /*background: #62332e;*/ background:#424242; } .miles a.butn_link_active{ background:#191919; border:1px solid #4E4E4E; margin-right:10px; border-top:none; } /* FILES COLORS #####################################*/ .files .headline, .files a.butn_link, .files button, .files a.butn_link_active:hover, .files .inmenue a span, .files .moreinfo { /*background: url(../images/tables-files-head.png);*/ border:solid 1px #4E4E4E; background:#191919; } .files thead, .files .contenttitle { /*background: url(../images/tables-files-thead.png);*/ } .files .second-thead, .files .second-thead:hover td, .files .block_in_wrapper, .files .inwrapper li:hover { /*background: url(../images/tables-files-sechead.png);*/ } .files .color-a, .files .datepick table td, .files .datepick tr.head td, .files .staterow { /*background: url(../images/tables-files-bg-a.png);*/ border-top:1px solid #4E4E4E; } .files .color-b, .files .datepick td.wrong, .files .datepick tr.weekday td, .files .content_in_wrapper { /*background: url(../images/tables-files-bg-b.png);*/ } .files .block, .files .blockwrapper, .files a, .files h1, .files .tablemenue, .files .addmenue, .files p.tags-miles { border-color: #484f64; /*color: #484f64;*/ color:#808080; } .files .block td.finished, .files .block td.finished a, .files .datepick .cal, .files .block_in_wrapper h2 { /*color: #484f64;*/ color:#A3A19E; } .files h1 span, .files h1 span a, .files .datepick td.wrong { color: #9195a2; } .files h1 span a { border-color: #484f64; } .files form, .files form input, .files form select, .files form textarea, .files form .row .editor { border-color: #9195a2; /*color: #484f64;*/ color:#808080; } .files a.butn_link:hover, .files button:hover, .files form .fileinput:hover button, .files a.butn_link_active, .files .datepick .picker { /*background: #2e3345;*/ background:#424242; } /* ## ACCORDION ################ Toggle ############### */ span.acc-toggle, span.acc-toggle-active, .second-thead span.acc-toggle, .second-thead span.acc-toggle-active { display: block; width: 97%; height: 100%; background: url(../images/acc-open.png) no-repeat right 10px; cursor: pointer; } .second-thead span.acc-toggle, .second-thead span.acc-toggle-active { /* for darker backgrounds */ background-image: url(../images/acc-open-b.png); } span.acc-toggle:hover, .second-thead:hover span.acc-toggle { background-position: right -15px; } span.acc-toggle-active, .second-thead span.acc-toggle-active { background-position: right -40px; } span.acc-toggle-active:hover, .second-thead:hover span.acc-toggle-active { background-position: right -65px; } .toggle-in { position: relative; width: 100%; height: 100%; } .toggle-in a, .toggle-in.acc-toggle-active a { display: block; height: 27px; position: absolute; top: 0; left: 0; z-index: 1; } /* ## ACCORDION ################ Tools ############### */ a.butn_check, a.butn_checked, a.butn_reply { display: block; width: 100%; height: 100%; background: url(../images/butn-check.png) no-repeat 4px 6px; } a.butn_check:hover, a.butn_checked, a.butn_reply:hover { background-position: 4px -20px; } a.butn_checked:hover { background-position: 4px 6px; } a.butn_reply { background-image: url(../images/butn-reply.png); } a.tool_edit, a.tool_del { display: block; width: 14px; height: 23px; float: left; margin-right: 4px; background: url(../images/butn-edit.png) no-repeat 0 4px; } a.tool_del { background-image: url(../images/butn-del.png); margin: 0; } a.tool_edit:hover, a.tool_del:hover { background-position: 0 -22px; } /* ## ACCORDION ############### Marker ############## */ .marker-late, .marker-late a { color: #be4c43; } .marker-today, .marker-today a { color: #009359; } .green, .green a { color: #009359; border-color: #009359; /*background-color:#e0f1db;*/ } .red, .red a { color: #be4c43; border-color: #be4c43; /*background-color:#e7dcda;*/ } .red,.green{ border:solid 1px; } /* ## Headlines ## start ## */ h1 { font-size: 21px; margin:0 0 0px 0px; height: 25px; line-height: 21px; } #content-left h1 { width: 669px; overflow: hidden; color:#FFF; } h1.head { font-size: 24pt; margin: 0 0 0px 0; color: white; height: 35px; } h1 span { font-size:11pt; margin-left:6px; } h2 { font-size:11pt; margin:0 0 10px 0; } h2.head { font-size:11pt; margin:0 0 10px 0; color:white; font-weight:normal; } /* ## Infos ## start ## */ span.info { font-size: 12px; } .infowin_left { position: relative; top: -72px; right: 0; height: 40px; margin: 0 0 -40px 0; font-size: 12px; font-weight: bold; float: right; } .infowin_left img { float:left; position: relative; top: -8px; margin: 0 0 -12px 0; } .info_in_red, .info_in_green, .info_in_yellow { padding: 10px 10px 8px 4px; border: 1px solid #fff; float: right; color: #fff; background: url(../images/infowin_red.png) repeat; line-height: 22px; -moz-border-radius: 6px; -webkit-border-radius: 6px; } .info_in_green { background: url(../images/infowin_green.png) repeat; } .info_in_yellow { background: url(../images/infowin_yellow.png) repeat; } /* ## Footer ## start ## */ #footer-wrapper { clear: both; width: 100%; min-width: 980px; height: 26px; font-size: 9pt; margin-top: -26px; } .footer { width: 980px; margin: 0 auto 0 auto; } .footer-in { padding: 7px 0 0 2px; color: #6ab0c5; } .footer a { color: #6ab0c5; } /* ## Footer ## end ## */ .projects .headline,.timetrack .headline,.files .headline,.msgs .headline,.user .headline,.tasks .headline,.neutral .headline{ border:none; border-bottom:1px solid #4E4E4E; } .miles .headline{ border:none; } .butn_link{ border:1px solid #4E4E4E; border-top:none; margin-left:-1px; } .export-main a span, .wintools a span, .add-main a span{ background:#191919 none repeat scroll 0 0 !important; border:1px solid #4E4E4E; color:#FFFFFF !important; } #addtasklists span{ background:none!important; color:#FFFFFF !important; font-weight:bold; left:-100px !important; top:0 !important; } .miles h1 span{ color:#869CAD; } .tasks{ color:#808080; } .bigcal tbody.content td{ color:#6D7F93; } .bigcal tbody.content a:visited{ color:#6D7F93!important; } .descript h2{ border-top:1px solid #4E4E4E; } #sm_replies .acc-in{ border-bottom:1px solid #424242; } #sm_replies .acc-in .avatar{ float:left; } #sm_replies .acc-in .message{ float:none!important; overflow:visible!important; }