--- a/jpoker/themes/pokersource.eu/css/jpoker_common.css Mon May 31 15:08:20 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_common.css Tue Jun 01 09:18:47 2010 +0200
@@ -7,13 +7,13 @@
}
.jpoker_widget a {
- color : #17691c;
+ color : #567300;
text-decoration: none;
outline: none;
}
.jpoker_widget a:hover {
- background: #17691c;
+ background: #567300;
color: #fff;
}
--- a/jpoker/themes/pokersource.eu/css/jpoker_login.css Mon May 31 15:08:20 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_login.css Tue Jun 01 09:18:47 2010 +0200
@@ -1,12 +1,19 @@
.jpoker_login {
- background: transparent url(images/login-background.gif) repeat-x left bottom;
+ background: #81ac00;
font-size: 15px;
font-weight: bold;
color: #FFF;
- height: 40px;
- width: 280px;
- padding: 10px 10px 5px 10px;
- line-height: 35px;
+ overflow: hidden;
+ padding: 0px 10px;
+ line-height: 32px;
+}
+
+.jpoker_login_login {
+ height: 32px;
+}
+
+.jpoker_login_login:hover {
+ height: 64px;
}
.jpoker_login ul {
@@ -24,6 +31,7 @@
.jpoker_login li div {
height: 22px;
line-height: 20px;
+ padding: 5px 0px;
}
.jpoker_login input {
@@ -65,5 +73,6 @@
}
.jpoker_login .jpoker_logout a {
- padding: 5px;
+ padding: 3px 6px;
+ border: 1px solid #fff;
}
--- a/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css Mon May 31 15:08:20 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css Tue Jun 01 09:18:47 2010 +0200
@@ -28,7 +28,7 @@
}
.jpoker_widget.jpoker_regular_tourney_list table {
- border: 2px solid #17691c;
+ border: 2px solid #567300;
border-collapse: collapse;
font-size: 1.2em;
color: #444;
@@ -36,14 +36,14 @@
.jpoker_widget.jpoker_regular_tourney_list table th,
.jpoker_widget.jpoker_regular_tourney_list table thead td {
- background: #17691c;
- border: 1px solid #17691c;
+ background: #567300;
+ border: 1px solid #567300;
color: #fff;
padding: 3px;
}
.jpoker_widget.jpoker_regular_tourney_list tr,
.jpoker_widget.jpoker_regular_tourney_list td {
- border: 1px solid #17691c;
+ border: 1px solid #567300;
padding: 3px;
}
--- a/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css Mon May 31 15:08:20 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css Tue Jun 01 09:18:47 2010 +0200
@@ -26,7 +26,7 @@
}
.jpoker_widget.jpoker_sitngo_tourney_list table {
- border:2px solid #17691c;
+ border:2px solid #567300;
border-collapse:collapse;
font-size:14px;
font-family:"trebuchet MS",arial,helvetica,sans-serif;
@@ -34,13 +34,13 @@
}
.jpoker_widget.jpoker_sitngo_tourney_list table th, .jpoker_widget.jpoker_sitngo_tourney_list table thead td, .jpoker_widget.jpoker_sitngo_tourney_list table th, .jpoker_widget.jpoker_sitngo_tourney_list table thead td {
- background:#17691c;
- border:1px solid #17691c;
+ background:#567300;
+ border:1px solid #567300;
color:#fff;
padding:3px;
}
.jpoker_widget.jpoker_sitngo_tourney_list td, .jpoker_widget.jpoker_sitngo_tourney_list tr, .jpoker_widget.jpoker_sitngo_tourney_list td, .jpoker_widget.jpoker_sitngo_tourney_list tr {
- border:1px solid #17691c;
+ border:1px solid #567300;
padding:3px;
}
--- a/jpoker/themes/pokersource.eu/css/jpoker_table_list.css Mon May 31 15:08:20 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_table_list.css Tue Jun 01 09:18:47 2010 +0200
@@ -24,7 +24,7 @@
}
.jpoker_widget.jpoker_table_list table {
- border:2px solid #17691c;
+ border:2px solid #567300;
border-collapse:collapse;
font-size:14px;
font-family:"trebuchet MS",arial,helvetica,sans-serif;
@@ -32,13 +32,13 @@
}
.jpoker_widget.jpoker_table_list table th, .jpoker_widget.jpoker_table_list table thead td, .jpoker_widget.jpoker_table_list table th, .jpoker_widget.jpoker_table_list table thead td {
- background:#17691c;
- border:1px solid #17691c;
+ background:#567300;
+ border:1px solid #567300;
color:#fff;
padding:3px;
}
.jpoker_widget.jpoker_table_list td, .jpoker_widget.jpoker_table_list tr, .jpoker_widget.jpoker_table_list td, .jpoker_widget.jpoker_table_list tr {
- border:1px solid #17691c;
+ border:1px solid #567300;
padding:3px;
}
--- a/jpoker/themes/pokersource.eu/css/jpoker_tourney_details.css Mon May 31 15:08:20 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_tourney_details.css Tue Jun 01 09:18:47 2010 +0200
@@ -11,7 +11,7 @@
}
.jpoker_tourney_details .jpoker_tourney_name {
- color: #17691C;
+ color: #567300;
font-size: 1.6em;
font-weight: bold;
padding: 6px 5px;
@@ -73,7 +73,7 @@
}
.jpoker_tourney_details table thead tr {
- border: 1px solid #17691C;
+ border: 1px solid #567300;
border-top: 0;
border-bottom: 0;
}
@@ -91,7 +91,7 @@
}
.jpoker_tourney_details table th {
- background: #17691C;
+ background: #567300;
color: #fff;
}
@@ -111,13 +111,13 @@
font-weight: bold;
font-size: 1.3em;
background: #009E03;
- border: 3px solid #17691C;
+ border: 3px solid #567300;
color: #fff;
cursor: pointer;
}
.jpoker_tourney_details_register input:hover {
- background: #17691C;
+ background: #567300;
}
.jpoker_tourney_details .pager {
@@ -129,18 +129,18 @@
}
.jpoker_tourney_details .pager a {
- color: #17691C;
+ color: #567300;
text-decoration:none;
}
.jpoker_tourney_details .pager a:hover {
color: #fff;
- background: #17691C;
+ background: #567300;
}
.jpoker_tourney_details_tables_goto_table {
background: #009E03;
- border: 1px solid #17691C;
+ border: 1px solid #567300;
color: #fff;
cursor: pointer;
}
@@ -154,7 +154,7 @@
}
.jpoker_tourney_details_tables_goto_table:hover {
- background: #17691C;
+ background: #567300;
}
.jpoker_tourney_details .pager {