From 2c15bdd99eea9fa234d0d0adb3219af171de8f60 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 15 Oct 2012 22:48:25 -0400 Subject: [PATCH] merge HEAD Signed-off-by: Simon L'nu --- view/theme/dispy/dark/style.css | 1 + view/theme/dispy/dark/style.less | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/view/theme/dispy/dark/style.css b/view/theme/dispy/dark/style.css index 5cb9ee205d..efb00776a2 100644 --- a/view/theme/dispy/dark/style.css +++ b/view/theme/dispy/dark/style.css @@ -549,4 +549,5 @@ footer{display:block;clear:both;text-align:center;} #sidebar-page-list ul{padding:0;margin:5px 0;} #sidebar-page-list li{list-style:none;} #jappix_mini{margin-left:130px;position:fixed;bottom:0;right:175px !important;z-index:999;} +#fancybox-content{color:#111;} @media handheld and screen{body{font-size:15pt;}}@media only screen and (min-device-width:320px) and (max-device-width:480px){body{font-size:12pt;}}@media only screen and (min-width:321px){body{font-size:12pt;}}@media only screen and (max-width:320px){body{font-size:12pt;}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){body{font-size:14pt;}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){body{font-size:14pt;}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){body{font-size:14pt;}}@media only screen and (min-width:1024px){body{font-size:14pt;}}@media only screen and (min-width:1520px){body{font-size:16pt;}}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){body{font-size:14pt;}} diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index d7becbedb8..9d17abdd15 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -3230,4 +3230,8 @@ footer { z-index: 999; } +#fancybox-content { + color: #111; +} + @import "../css/media"; -- 2.39.2