மீடியாவிக்கி:Monobook.css
Jump to navigation
Jump to search
குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.
- மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
- கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
- இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
- ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
/* All CSS here will be loaded for users of the MonoBook skin */ .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox-table th { text-align: right; vertical-align: top; width: 120px; } .infobox-table td { vertical-align: top; } /*Main Line Not Just Link Margin - From left Side*/ ul#nav { margin: 3px; padding: 2px; list-style-type: none; border: none; background: #fff; width: auto; } /*Drop Menu Line Colors that "flash" to load Menu*/ ul#nav li ul { background: #fff; margin: 0px; padding: 5px; width: auto; } ul#nav li { position: relative; margin: 5px; width: auto; padding: 5px; list-style-type: none; background: #333; color: #333; line-height: 150%; } /*Main Link Font Color and "loading border" set to fff for invisibility*/ ul#nav a { border: 1px solid #fff; color: #333; text-decoration: none; display: block; } /*Mouse over option text color*/ ul#nav a:hover { border: 1px inset #333; background: #333; color: #333; } /*Color of Text option drop down without mouse on them.*/ ul#nav li li a { padding-left: 1em; color: #006AFF; text-decoration: none; display: block; } ul#nav li li a:hover { background: #cef; } /* DDM relative dropdown example */ .hiddenChild { position: absolute; left: -999em; } .shownChild { left: -1px; } p { clear: both; float: none; } /*Parent initial border information white fff set to hide "optional options area"*/ ul#nav.dhtml { list-style-image: none; display: block; position: relative; width: auto; border: 2px solid #fff; background: #333; margin: 2px; padding: 2px; list-style-type: none; height: 1.5em; } /*WIDTH IS TOP OPTION WIDTH. (OPTION WIDTH - 1)*/ ul#nav.dhtml li { position: relative; float: left; width: 9em; border-right: 1px solid #333; border-top: 1px solid #333; border-left: 1px solid #333; border-bottom: 1px solid #333; } /*Initial background color of options with mouse hovered over main link*/ ul#nav.dhtml ul { list-style-image: none; display: block; top: 1.5em; position: absolute; border-top: 1px solid #333; border-right: 1px solid #333; border-left: 1px solid #333; background: #333; width: auto; z-index: 10; } ul#nav.dhtml li a, ul#nav.dhtml li a:hover { border: none; background: #333; } ul#nav.dhtml li a { padding: 0 .5em; background: #333; } /*Options background color when main category is highlighted with mouse and options not selected WIDTH IS OPTIONS WIDTH*/ ul#nav.dhtml ul li { border: none; width: 9em; background: #fff; } /*No Mouse On Main Link Background*/ ul#nav.dhtml li.isParent { background: #cef; } /*Yes Mouse On Main Link Background*/ ul#nav.dhtml li.isActive { background: #fff; } ul#nav.dhtml li.isActive a { background: #cef; } ul#nav.dhtml li.isActive ul a { padding: 0 .5em; } ul#nav.dhtml a:hover { background: #333; } ul#nav.dhtml li.isParent a:hover { background: #333; } ul#nav.dhtml li.isActive ul a:hover { background: #333; }