Toggle search
Search
Toggle menu
notifications
Toggle personal menu
MediaWiki:Common.css: Difference between revisions
Views
Read
View source
View history
associated-pages
Message
Discussion
More actions
← Older edit
Newer edit →
MediaWiki:Common.css
(view source)
Revision as of 19:40, 30 November 2015
377 bytes removed
,
30 November 2015
m
no edit summary
Revision as of 04:08, 28 November 2015
(
view source
)
Patrick
(
talk
|
contribs
)
No edit summary
← Older edit
Revision as of 19:40, 30 November 2015
(
view source
)
Patrick
(
talk
|
contribs
)
m
No edit summary
Newer edit →
Line 10:
Line 10:
opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
/* Other tables */
table.striped {
font-size: 10px;
text-align: center;
/* Set width relevant to page space on the wiki document, not global CSS */
margin-bottom: 10px;
}
th.striped {
background-color: #bebebe;
}
.table-striped {
border: 1px solid #c2c0c0;
border-radius: 10px;
overflow: hidden;
}
.table-striped tbody > tr:nth-of-type(odd) {
background-color: #d7d7d7;
}
}
Patrick
Bureaucrats
,
Interface administrators
,
Administrators
15,416
edits