[Vtigercrm-commits] [vtiger-commits] r4111 - /vtigercrm/trunk/themes/blue/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 9 05:12:07 EST 2006
Author: saraj
Date: Thu Mar 9 03:12:03 2006
New Revision: 4111
Log:
style sheet added for calculator and clock
Modified:
vtigercrm/trunk/themes/blue/style.css
Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Thu Mar 9 03:12:03 2006
@@ -1185,4 +1185,139 @@
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border:1px #EBEBEB;
-} }
+}
+
+/* clock */
+
+.citystyle{
+ position:relative;
+ top:0px;
+ left:0px;
+ text-align:left;
+
+}
+#theClockLayer{
+ position:relative;
+ height:180px;
+ left:20px;
+ text-align:center;
+}
+.handsanddotsstyle{
+ margin-top:10px;
+ position:absolute;
+ top:0px;
+ left:0px;
+ width:2px;
+ height:2px;
+ font-size:2px;
+ background-color:#000000;
+}
+
+.facestyle{
+ margin-top:10px;
+ position:absolute;
+ top:0px;
+ left:0px;
+ width:15px;
+ height:15px;
+ text-align:center;
+ font-family:arial,sans-serif;
+ font-size:10px;
+ color:#000000;
+}
+.datestyle{
+ margin-top:20px;
+ position:absolute;
+ top:0px;
+ left:0px;
+ width:100px;
+ text-align:center;
+ font-family:arial,sans-serif;
+ font-size:10px;
+ color:#000000;
+}
+.ampmstyle{
+ margin-top:23px;
+ position:absolute;
+ top:0px;
+ left:0px;
+ width:20px;
+ text-align:center;
+ font-family:arial,sans-serif;
+ font-size:10px;
+ color:#000000;
+}
+#wclock{
+ position:absolute;
+ left:100px;
+ top:100px;
+ visibility:hidden;
+ display:block;
+ background-color:#CCCCCC;
+ width:175px;
+}
+
+.leftFormBorder1 {
+ border: 1px solid #AFC8E4;
+ background-color: #FFFFFF;
+ opacity:.7;
+}
+
+
+/* Calculator */
+.calcBg {
+ background: url(images/cal_bg.gif);
+ border: 1px solid #009900;
+}
+.calcResult {
+ width: 100%;
+ height: 25;
+ background-color: #FFFFCC;/*CBDFD6*/
+ border-top: 1px solid #CCC;
+ border-left: 0px;
+ border-right: 1px solid #CCC;
+ border-bottom: 1px solid #CCC;
+ font-size: 10;
+ text-align: right;
+}
+.calcMem {
+ width: 100%;
+ height: 25;
+ border-top: 1px solid #CCC;
+ border-left: 1px solid #CCC;
+ border-right: 0px;
+ border-bottom: 1px solid #CCC;
+ background-color: #FFFFCC;/*CBDFD6*/
+ font-family: Arial;
+ font-size: 10;
+ color: #BBB;
+ text-align: left;
+}
+.calcBlackBtn, .calcGreyBtn, .calcBigBtn, .calcCancBtn, .calcMemBtn, .calcBackBtn {
+ border: none;
+ width: 10;
+ height: 20;
+ font-size: 11px;
+ color: #FFF;
+ text-align:left;
+}
+.calcBackBtn {
+ background: url(images/calc_back_btn.gif) no-repeat;
+ width:25px;
+}
+.calcBlackBtn {
+ background: url(images/calc_black_btn.gif) no-repeat;
+ width:25px;
+}
+.calcGreyBtn {
+ background: url(images/calc_grey_btn.gif) no-repeat;
+}
+.calcCancBtn {
+ background: url(images/calc_canc_btn.gif) no-repeat;
+
+}
+.calcMemBtn {
+ background: url(images/calc_mem_btn.gif) no-repeat;
+ width:25px;
+}
+
More information about the vtigercrm-commits
mailing list