MediaWiki:Gadget-taginfo.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Minh Nguyen (talk | contribs) m Minh Nguyen moved page User:ZeLonewolf/taginfo.css to MediaWiki:Gadget-taginfo.css: Ready to be a gadget |
Minh Nguyen (talk | contribs) Added border per MediaWiki talk:Gadget-taginfo.css#Tweaking the tagbox |
||
Line 16: | Line 16: | ||
font-size:0.7em; |
font-size:0.7em; |
||
text-align:center; |
text-align:center; |
||
border- |
border-top: 1px solid #a0a0a0; |
||
border-bottom: 1px solid #a0a0a0; |
|||
padding:0 0.3em; |
|||
} |
} |
||
Revision as of 19:08, 13 October 2022
div.taginfobox table {
border-collapse: collapse;
}
div.taginfobox .taginfo-ico {
padding: 0;
}
div.taginfobox .taginfo-tag {
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
padding-bottom:0;
margin-bottom:0.1875em;
font-size:0.7em;
text-align:center;
border-top: 1px solid #a0a0a0;
border-bottom: 1px solid #a0a0a0;
padding:0 0.3em;
}
div.taginfobox p {
margin:0;
}
div.taginfobox .taginfo-logo {
font-family: Arial,sans-serif;
font-size:0.65em;
text-align:center;
margin-top:0.25em;
}
div.taginfobox .taginfo-hidden {
display: none;
padding:0.625em 0.3em;
}
div.taginfobox td {
font-family: Arial,sans-serif;
text-align: right;
border:0;
padding:0 0.5em;
}
div.taginfobox {
display:inline-block;
background-color: #ffffff;
border: 0.0625em solid #a0a0a0;
border-radius: 0.25em;
font-family: Arial,sans-serif;
padding:0;
}
div.taginfobox .last-col{
margin-right:0;
padding-right:0;
}
div.taginfo-content{
font-size:0.88em;
padding: 0.3em;
}
div .taginfo-compact-text{
line-height: 1.2em;
}
div.taginfo-content table{
margin:0;
}
.taginfo-header {
font-weight: bold;
text-align: left;
}
.taginfo-role-container{
margin-top:1.0em;
font-size:0.8em;
line-height:1.2em;
text-align:left;
}