0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
administrator
/
components
/
com_media
/
assets
/
[
Home
]
File: medialist-thumbs.css
/** * CSS Document for media manager thumbnail view * @version $Id: medialist-thumbs.css 10387 2008-06-03 10:59:16Z pasamio $ * @package Joomla * @copyright Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software and parts of it may contain or be derived from the * GNU General Public License or other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ div.imgOutline { float: left; border: 1px; border-right: 1px solid #f0f0f0; border-bottom: 1px solid #ccc; width:90px; } div.imgTotal { } div.imgBorder { height: 72px; vertical-align: middle; width: 88px; overflow: hidden; } div.imgBorder a { height: 72px; width: 88px; display: block; } div.imgBorder a:hover { height: 72px; width: 88px; background-color: #f0f0f0; color : #FF6600; } .imgBorderHover { background: #FFFFCC; cursor: hand; } div.controls { text-align: center; height: 20px; line-height: 20px; background: #f9fcf9; border-top: 1px solid #ddd; } div.controls input { vertical-align: middle; } div.controls img { vertical-align: middle; } div.controls:hover { display: block; } div.imginfoBorder { background: #f9f9f9; font-family: Arial, Helvetica, sans-serif; font-size: 10px; width: 88px; height: 15px; vertical-align: middle; text-align: center; overflow: hidden; } div.imgBorder a { cursor: pointer; } .buttonHover { border: 1px solid; border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; cursor: hand; background: #FFFFCC; } .buttonOut { border: 0px; } .imgCaption { font-size: 9pt; text-align: center; } .dirField { font-size: 9pt; width:110px; } div.image { padding-top: 10px; }