/* SelectCategoryTagCloud Mediawiki Extension
*
* @author Andreas Rindler (mediawiki at jenandi dot com)
* @credits Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>,Daniel Friesen http://wiki-tools.com
* @licence GNU General Public Licence 2.0 or later
* @description Adds a category selection tag cloud to the edit and upload pages and enables a Google Suggest like completion of categories entered by the user.
*
*/
/*Suggest search results DIV*/
#searchResults{margin-top :-1px;visibility:hidden;color:#17375E;background-color:white;;border:solid 1px #ddd;text-align:center;padding-top:10px;padding-bottom:10px;}
/*Highlighted category in search results list*/
span.highlight{background-color:#17375E;color:white;cursor:pointer;line-Height:1.6;padding:3px 4px;/* width:278px;*/
margin:0px;}
input#txtSelectedCategories{width:90%;margin-top:10px;}
/*Category Select Master DIV*/
#categoryselectmaster{border:3px solid #ddd;background-color:#e9e9e9;padding:10px;margin:10px 0px 20px 0px;text-align:center;font-weight:bold;}
#categoryselectmaster b{padding-bottom:5px;padding-top:5px;display:none;}
/*Tag cloud area*/
#tagcloud{text-align:center;background-color:#e9e9e9;font-weight:normal;}
#table tbody tr td.buttonspace{display:none;}
/*Each individual tag*/
.tagselected{background-color:#515256;color:white;}
.tagselected:hover{cursor:pointer;}
.tag:hover{cursor:pointer;}
.tooltip{cursor:pointer;text-decoration:underline;color:#2d5381;}
span.cs{color:#17375E;background-color:white;cursor:pointer;line-Height:1.6;padding:3px 4px;/* width:278px;*/
margin:0px;}
span.csSelect{/* color:rgb(255,0,0);*/
text-decoration:underline;font-weight:bold;}
/*Highlighted category in search results list*/
p.highlight{background-color:#17375E;color:white;cursor:pointer;line-Height:1;padding:0.1em 2px;/* width:278px;*/
margin:0px;}
p.cs{color:#17375E;background-color:white;cursor:pointer;line-Height:1;padding:0.1em 2px;margin:0px;}
