Team:Marburg/Template:Colorbox.css

From 2013.igem.org

(Difference between revisions)
(Created page with "<html><style> /** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and...")
 
(4 intermediate revisions not shown)
Line 10: Line 10:
  * @category jQuery plugin
  * @category jQuery plugin
  * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
  * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
-
  * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
+
  * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
  * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
  * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
  */
  */
Line 36: Line 36:
width: 250px;
width: 250px;
height: 250px;
height: 250px;
-
margin: 0 auto;
+
margin: 0 auto !important;
}
}
-
#lightbox-container-image { padding: 10px; }
+
#lightbox-container-image { padding: 10px !important; }
#lightbox-loading {
#lightbox-loading {
position: absolute;
position: absolute;
Line 75: Line 75:
font: 10px Verdana, Helvetica, sans-serif;
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
background-color: #fff;
-
margin: 0 auto;
+
margin: 0 auto !important;
line-height: 1.4em;
line-height: 1.4em;
overflow: auto;
overflow: auto;
width: 100%;
width: 100%;
-
padding: 0 10px 0;
+
padding: 0 10px 0 !important;
}
}
#lightbox-container-image-data {
#lightbox-container-image-data {
-
padding: 0 10px;  
+
padding: 0 10px !important;  
color: #666;  
color: #666;  
}
}
Line 94: Line 94:
display: block;  
display: block;  
clear: left;  
clear: left;  
-
padding-bottom: 1.0em;
+
padding-bottom: 1.0em !important;
}
}
#lightbox-secNav-btnClose {
#lightbox-secNav-btnClose {
width: 66px;  
width: 66px;  
float: right;
float: right;
-
padding-bottom: 0.7em;
+
padding-bottom: 0.7em !important;
-
}</style></html>
+
}
 +
</style></html>

Latest revision as of 07:21, 4 October 2013