2011-09-06 07:16:33 +00:00
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-family: Tahoma, Sans Serif;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
body, span, div, td, input, textarea, button, select {
|
2011-10-19 08:36:32 +00:00
|
|
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
|
2011-09-06 07:16:33 +00:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2011-06-08 09:07:15 +00:00
|
|
|
body {
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
}
|
|
|
|
|
2011-07-14 08:54:16 +00:00
|
|
|
.layout_wrapper {
|
2011-06-08 09:07:15 +00:00
|
|
|
padding: 13px;
|
|
|
|
margin: 7px;
|
|
|
|
-moz-box-shadow: 1px 1px 6px #AAA;
|
|
|
|
-webkit-box-shadow: 1px 1px 6px #AAA;
|
|
|
|
box-shadow: 1px 1px 6px #AAA;
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
#birthday_area {
|
|
|
|
display: none;
|
|
|
|
padding: 4px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
background-color: #FDD;
|
|
|
|
padding: 4px;
|
|
|
|
color: #644;
|
|
|
|
}
|
|
|
|
|
|
|
|
.module-icons {
|
2011-09-06 10:20:01 +00:00
|
|
|
background: url(images/module-icons.png) no-repeat top left;
|
2011-06-08 09:07:15 +00:00
|
|
|
width:16px;
|
|
|
|
height:16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.module-icons-accounts{ background-position: 0 0; }
|
|
|
|
.module-icons-analysis{ background-position: 0 -66px; }
|
|
|
|
.module-icons-buying{ background-position: 0 -132px; }
|
|
|
|
.module-icons-home{ background-position: 0 -198px; }
|
|
|
|
.module-icons-hr{ background-position: 0 -264px; }
|
|
|
|
.module-icons-people{ background-position: 0 -330px; }
|
|
|
|
.module-icons-production{ background-position: 0 -396px; }
|
|
|
|
.module-icons-projects{ background-position: 0 -462px; }
|
|
|
|
.module-icons-selling{ background-position: 0 -528px; }
|
|
|
|
.module-icons-setup{ background-position: 0 -594px; }
|
|
|
|
.module-icons-stock{ background-position: 0 -660px; }
|
|
|
|
.module-icons-support{ background-position: 0 -726px; }
|