PHP Classes

File: htdocs/Frameworks/moduleclasses/moduleadmin/css/admin.css

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/Frameworks/moduleclasses/moduleadmin/css/admin.css   Download  
File: htdocs/Frameworks/moduleclasses/moduleadmin/css/admin.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 3,688 bytes
 

Contents

Class file image Download
/* Buttons style */ .xo-buttons a, .xo-buttons button { display: inline-block; margin: 0 5px 0 0; background: #e4e4e5 url('../images/bg_button.gif') repeat-x; border: 1px solid #d6d6d6; border-top: 1px solid #dedede; border-left: 1px solid #dedede; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size: 100%; line-height: 110%; text-decoration: none; font-weight: bold; color: #454545; cursor: pointer; padding: 3px 8px 4px 5px; /* Links */ } .xo-buttons a:hover, .xo-buttons button:hover { border: 1px solid #ccc; border-top: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; } .xo-buttons button { width: auto; overflow: visible; padding: 3px 8px 4px 5px; /* IE6 */ } .xo-buttons button[type] { padding: 3px 5px 4px 5px; /* Firefox */ line-height: 15px; /* Safari */ } *:first-child + html button[type] { padding: 3px 8px 4px 5px; /* IE7 */ } .xo-buttons button img, .xo-buttons a img { margin: 0 3px -3px 0 !important; padding: 0; border: none; width: 16px; height: 16px; } .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; } /* Buttons style */ /* align */ .floatright { float: right; margin: 0; padding: 2px; border: 0; } .floatleft { float: left; margin: 0; padding: 2px; border: 0; } .aligncenter { text-align: center; margin: 0; padding: 2px; border: 0; } /* align */ /* label */ .label { color: #2F5376; font-weight: bold; } .label_after::after { content: ": "; } /* label */ /* about */ #about label, #about text, #about_donate label, #about_donate text, #about_donate input[type="text"] { display: block; float: left; margin-bottom: 12px; } #about label, #about_donate label { text-align: right; width: 200px; padding-right: 20px; vertical-align: text-bottom; } input[type="text"].donate_amount { text-align: right; width: 8em; } input[type="image"].donate_button { margin-left: 180px; background-color: transparent; } br { clear: left; } #about br, #about_donate br { clear: both; } /* InfoBox for Tag, XoopsPartners module TODO Needs to be merged into the normal label/text */ infolabel, infotext { display: block; float: left; margin-bottom: 2px; } infolabel { text-align: right; width: 150px; padding-right: 20px; /* font-weight: bold;*/ } br { clear: left; } /* menu */ div.rmmenuicon { margin: 3px; font-family: Tahoma, Arial, Helvetica, sans-serif; text-align: center; } div.rmmenuicon a { display: block; float: left; height: 75px !important; height: 75px; width: 75px !important; width: 75px; vertical-align: middle; text-decoration: none; border: 1px solid #CCCCCC; padding: 2px 5px 1px 5px; margin: 3px; color: #666666; background-color: #f0f0f0; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } div.rmmenuicon img { margin-top: 8px; margin-bottom: 8px; } div.rmmenuicon a span { font-size: 11px; font-weight: bold; display: block; } div.rmmenuicon a:hover { background-color: #FFF6C1; border: 1px solid #FF9900; color: #1E90FF; } div.rmmenuicon a:hover span { text-decoration: none; } div.CPbigTitle { font-size: 12px; color: #606060; background: no-repeat left top; font-weight: bold; height: 30px; vertical-align: middle; padding: 5px 0 0 40px; border-bottom: 1px solid #393e41; } /* menu */ .txtchangelog { height: 350px; overflow: auto; }