Files
@ 9a29f073412c
Branch filter:
Location: hot67beta/administrator/components/com_media/assets/medialist-thumbs.css
9a29f073412c
1.7 KiB
text/css
pad
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | /**
* 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;
}
|