User:Diploid/ATS (Article Tagging System)/ATS(dot)css
From MediaWiki.org
/* Copyright (c) 2007 MediaWiki.org User: Diploid * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights to * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * the Software, and to permit persons to whom the Software is furnished to do * so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * ----------------------------------------------------------------------- */ /*Height and width of the box (shared by a few objects)*/ #ATStagcloud, #ATStagcloudOverlay { height: 200px; width: 150px; padding: 0px; margin: 0px; } /*Wrapper for ATS tag clouds*/ #ATStagcloud { padding-top: 3px; padding-bottom:0px; padding-left: 5px; padding-right: 5px; border: 2px solid #999999; border-width: 0 2px 0 2px; } /*Rounded Corners*/ div#ATSborder{ margin: 0;} /*width = ATStagcloud width + 15px*/ b.rtop, b.rbottom{display:block; width:165px;} b.rtop b, b.rbottom b{display:block;height: 2px; overflow: hidden;} b.r1{margin: 0 5px;} b.r2{margin: 0 3px;} b.r3{margin: 0 2px;} b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} b.r1, b.r2, b.r3, b.r4 { border: 1px solid #999999; border-width: 0 2px; } b.r1 {background: #999999; height:2px;} #ATStagranking b.rtop, #ATStagranking b.rbottom {display:block; width:inherit;} #ATStagranking { width: 200px; } #ATStagranking_content { border: 2px solid #999999; border-width: 0 2px 0 2px; padding-left: 10px; } #ATStagranking_content ul, #ATStagranking_content li { padding: 0px; margin: 0px; } #ATStagranking_content li { list-style: none; } /*the AJAX loading message's overlay*/ #ATStagcloudOverlay { position: relative; left: 1px; top: -200px; /*ATStagcloud height minus ATStagcloud border*/ padding-top: 80px; height: 120px; /*ATStagcloud height minus padding-top */ text-align: center; font-weight: 600; font-size: 20px; z-index: 200; } .ATSloading { filter:alpha(opacity=40);-moz-opacity:0.40;opacity:0.40; } .ATSloaded { filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0; } .ATShidden { display: none; } .ATSvisible { display: block; } #ATStagcloudOverlayStreamliner { position: absolute; left: inherit; top: inherit; } #ATStagcloud h2 { } /*Wrapper Class for Tags*/ .tagcloud { height: 85px; border: 1px solid #AAAAAA; margin-top: 5px; margin-bottom: 20px; } #ATStagcloud a { color: #0080FF } /*Wrapper Class for Add Tag Area*/ .addtag { } /*Text Area for tagging the current page*/ #ATSaddtag-tagname { width:100px; display: inline; } /*Button for submitting a tag to the current page*/ #ATSaddtag-submit { width: 40px; overflow:hidden; display: inline; }