aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-29 22:05:17 +0000
committervdigital <vdigital@piwigo.org>2008-09-29 22:05:17 +0000
commitb596647c2ae9552a3e637f4a86cfaee4098e26b7 (patch)
tree74c66557cb4135b1b4b59585b396e2fbd0edb803
parentf233e3452efac75f02741b3e178fb86ec2577027 (diff)
Link borders removed: with Stripy agreement.
git-svn-id: http://piwigo.org/svn/trunk@2626 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/theme/roma/theme.css8
-rw-r--r--template/yoga/theme/Sylvia/theme.css4
2 files changed, 6 insertions, 6 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index a7db0baac..fce55d465 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -80,8 +80,8 @@ a.Piwigo {
font-size: 11px; font-weight: normal; letter-spacing: 0;
color : #f36; text-decoration: none; border: 0; color: #f36; }
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
-a { color:#f70; border-color: #f70; }
-a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; }
+a { color:#f70; border: 0px solid #f70; }
+a:hover, a:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; }
h2 { display:block; font-size:28px; letter-spacing:-1px;
margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
@@ -123,7 +123,7 @@ padding:0; width:207px; z-index:99; text-align: left; }
scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
scrollbar-arrow-color: #ff3333; }
#menubar .selected a { color: #f70; }
-#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f33;}
+#menubar .selected a:hover { color: #f36; border-bottom: 0px solid #f33;}
#menubar dd {
background: transparent url(images/menubar-detail.png) repeat-y top left;
margin: 10px 0 0 0; padding: 0; height:232px; }
@@ -136,7 +136,7 @@ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666; }
#menubar dt span { background-color: #111; cursor:pointer; }
#menubar a { text-decoration:none; font-size: 12px;
-color: #F70; border-bottom: 1px dotted #F70;}
+color: #F70; border-bottom: 0px dotted #F70;}
#menubar li { margin: 0 0 0 6px; }
#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
#menubar li.external:hover { list-style-image:url(images/external_active.png); }
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 04c6bce42..4f29ca988 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -79,7 +79,7 @@ border: 1px solid #666; /* thumbnails border color and style */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ }
.content UL.thumbnails SPAN.wrap2:hover { color: #666;
background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ }
-A, INPUT.rateButton { color:#f70; border-color: #f70; }
-A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; }
+A, INPUT.rateButton { color:#f70; border: 0px solid #f70; }
+A:hover, A:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; }
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;} \ No newline at end of file