From 0a2c5204369bdbf4f8b761444056d90c15b98317 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 30 Jan 2007 07:00:17 +0000 Subject: Issue 0000614: Display hits under thumbnails like comments counter - Comments are not plurial < 2 - hits and comments have specific classes for css control git-svn-id: http://piwigo.org/svn/trunk@1769 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/p0w0/theme.css | 5 +++++ template/yoga/theme/wipi/theme.css | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) (limited to 'template/yoga/theme') diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f50b666af..e87174ba1 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -248,6 +248,11 @@ SPAN.calItem, SPAN.calItemEmpty label { cursor:pointer } + +.zero { display: none } +.one { } +.2nmore { } + /* nice looking month calendar*/ TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 6460ee03d..e28625b12 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -238,6 +238,11 @@ SPAN.calItem, SPAN.calItemEmpty label { cursor:pointer } + +.zero { display: none } +.one { } +.2nmore { } + /* nice looking month calendar*/ TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} @@ -246,3 +251,16 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } .virtual_cat { background: #222 !important; } + +.PWG { + font-family: verdana, arial, helvetica, sans-serif !important; + font-size: 0.9em; + font-weight: normal; + letter-spacing: 0px; +} +a.PWG { border: 0px; } +a.PWG .P { color : #f92; } +a.PWG .W { color : #aaa; } +a.PWG .G { color : #69c; } +a.PWG:hover .P { color : #69c; } +a.PWG:hover .G { color : #f92; } -- cgit v1.2.3