X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=c14bfbd0531e1c9e9645493a97dc3b79bef96220;hb=3b9c2119792ae678e9368a0141d7f8646fd6ef42;hp=4cd3644e9668e41f0511a48a8df765b0e35e5edd;hpb=67079598f8f98a12e12a8acddc3afbf12bb58c5d;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 4cd3644e9..c14bfbd05 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -91,23 +91,26 @@ th { font-weight: bold; } /* login and admin */ -.login a, .login a:visited, .login a:hover { +a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover { text-decoration: none !important; background-color:transparent !important; border:none; } -.login a:hover { +a.no-underlined-links:hover { background: none; } body.login { background-color: #FFFFE0; color: #000000; } -h1.login { +.login h1 { + text-align: center; + font-size: 20px; } table.login { background-color: #FFFFE0; padding: 20px; + width: 500px; } td.login { text-align: center; @@ -115,9 +118,9 @@ td.login { th.login { text-align: right; } -body.admin { - background-color: #FFFFE0; - color: #000000; +.admin h1 { + background-color: #fe5f14; + text-color: #ffffff; } body.menu { color: #000000; @@ -166,7 +169,7 @@ body.menu { border-width: thin; } /* Headings */ -.listtop, h1, .tabcontent .listheading { +.listtop, h1 { font-size:125%; background-color: #006400; text-align: left; @@ -190,7 +193,7 @@ body.menu { background-color: #8ee085; color: #000000; } */ -.listheading { +.listheading, #content h2 { padding: 0.2em; background-color: #EBEBEB; color: #006400; @@ -223,16 +226,21 @@ body.menu { border-width: 1px; background: #FFFFE0; } -.listrow1 { +.listrow1, .listrow:nth-child(odd) { background-color: #FFFFFF; color: black; vertical-align: top; } -.listrow0 { +.listrow0, .listrow:nth-child(even) { background-color: #FFFF99; color: black; vertical-align: top; } +.listrowempty { + background-color: #FFFFFF; + color: black; + vertical-align: top; +} .listsubtotal { background-color: rgb(236,233,216); color: black; @@ -354,3 +362,58 @@ label { margin-bottom: 5px; padding: 5px; } + +.flash_title { + font-weight: bold; +} + +.dimmed-text { + color: #ccc; + font-style: italic; +} + +.link_separator { + margin-left: 6px; + margin-right: 6px; +} + +.small-text { + font-size: 0.75em; +} + +.float-left { + float: left; +} + +.block-context { + overflow: hidden; +} + +.position-relative { + position: relative; +} + +.position-absolute { + position: absolute; +} + +div.part_picker_part { + float:left; width: 350px; + padding: 5px; + margin: 5px; + overflow:hidden; + border: 1px; + border-color: darkgray; + border-style: solid; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background-color: whitesmoke; + cursor: pointer; +} + +div.part_picker_part:hover { + background-color: #CCCCCC; + color: #FE5F14; + border-color: gray; +}