aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBOWAY <boway1207@gmail.com>2012-12-19 18:34:23 +0800
committerBOWAY <boway1207@gmail.com>2012-12-19 18:34:23 +0800
commit607644e5d63043e96687f4d19b68c22a936ec55e (patch)
tree585072d81e1a778084989814268e22623d1086de /css
parent1441d1a017d20665fe68c74a85487dc0fb91adda (diff)
downloadinccalendar-607644e5d63043e96687f4d19b68c22a936ec55e.tar.gz
inccalendar-607644e5d63043e96687f4d19b68c22a936ec55e.tar.zst
inccalendar-607644e5d63043e96687f4d19b68c22a936ec55e.zip
change
color/hover...
Diffstat (limited to 'css')
-rw-r--r--css/list.css26
-rw-r--r--css/month.css18
2 files changed, 39 insertions, 5 deletions
diff --git a/css/list.css b/css/list.css
index 72d06c9..ec84d27 100644
--- a/css/list.css
+++ b/css/list.css
@@ -1,14 +1,26 @@
+body {
+ background:-webkit-gradient(linear, left top, left bottom, from(#E8E8E8 ), to(#F8F8F8 ));
+}
thead tr > td {
- font-size:1.5em;
+ font-size:2em;
+}
+tbody#eventbody tr:hover{
+ background-color: #FFFF00;
+}
+#searchingoption, #searchingcontent{
+ font-size: 20px;
+}
+thead tr{
+ background: #FF0033;
}
td {
border-width:0px 1px 1px 0px;
- border-style:solid;
+ border-style:outset;
font-size:1.2em;
}
table#listcal {
border-width:1px 0px 0px 1px;
- border-style:solid;
+ border-style:groove;
border-color:black;
text-align:center;
}
@@ -32,4 +44,10 @@ div#unmatchedmessage {
text-align:center;
font-size:2em;
display:none;
-} \ No newline at end of file
+}
+#event1, #event3, #event5, #event7, #event9{
+ background-color: #CCFFFF;
+}
+#event2, #event4, #event6, #event8, #event10{
+ background-color: #33FFFF;
+}
diff --git a/css/month.css b/css/month.css
index 72f25af..5b413ed 100644
--- a/css/month.css
+++ b/css/month.css
@@ -1,16 +1,28 @@
+body {
+ background:-webkit-gradient(linear, left top, left bottom, from(#FFFFCC), to(#FFFF66));
+}
div#timeselect{
margin-top: 20px;
margin-bottom: 20px;
- font-size: x-large;
+ font-size: xx-large;
text-align: center;
+
}
div#timeselect input{
vertical-align: text-top;
}
+div#timeedit_button :{
+ color:#EE0000;
+}
table#cal{
min-width: 800px;
width: 100%;
}
+thead tr{
+ font-size: 70px;
+ font-family: ΌΠ·’Ει;
+ color: #009900;
+}
tbody#calbody td{
border-width: 1px;
border-style: solid;
@@ -19,6 +31,10 @@ tbody#calbody td{
width: 14.285%;
color: black;
}
+tbody#calbody tr td:hover{
+ background-color: #FFff00;
+}
+
#timeselect_year, #timeselect_month{
font-family: serif;
}