7
hi
Another css properties in "Core" :
- /modules/system/templates/system_imagemanager.html
/modules/system/templates/system_imagemanager2.html
<style type="text/css" media="all">
body {margin: 0;}
img {border: 0;}
table {width: 100%; margin: 0;}
a:link {color: #3a76d6; font-weight: bold; background-color: transparent;}
a:visited {color: #9eb2d6; font-weight: bold; background-color: transparent;}
a:hover {color: #e18a00; background-color: transparent;}
table td {background-color: white; font-size: 12px; padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
table#imagenav td {vertical-align: bottom; padding: 5px;}
table#imagemain td {border-right: 1px solid silver; border-bottom: 1px solid silver; padding: 5px; vertical-align: middle;}
table#imagemain th {border: 0; background-color: #2F5376; color:white; font-size: 12px; padding: 5px; vertical-align: top; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif;}
table#header td {width: 100%; background-color: #2F5376; vertical-align: middle;}
table#header td#headerbar {border-bottom: 1px solid silver; background-color: #dddddd;}
div#pagenav {text-align:center;}
div#footer {text-align:right; padding: 5px;}
style>
Are they necessary ? I'm not sure because some .class already exist in :
- /modules/system/style.css
For example in style.css
.bg3 { background-color: #2F5376; color: #fff;}
... is the same in system_imagemanager.html
td.caption {background-color: #2F5376; color:white;}
Same repetition exists with Tinyeditor :
- modules/tinyeditor/templates/tinyed_imagemanager.html
Still learning CSS and... english