User:Tarikash/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Tarikash/monobook.js. |
/* <pre> <nowiki> */
/*
CSS in User Subpage. (To use with MonoBook skin).
These CSS features are not visible/applied to other users.
To use the CSS features in this page,
you may either copy-paste codes, into yuor CSS,
or, simply put below one line :
@import "http://en.wikipedia.org/w/wiki.phtml?title=User:Tarikash/monobook.css&action=raw&ctype=text/css";
OR, use the below one line :
@import url(http://en.wikipedia.org/w/index.php?title=User:Tarikash/monobook.css&action=raw&ctype=text/css);
All skins (/User style) uses the following CSS by default :
(at Meta Wikimedia)
http://meta.wikimedia.org/wiki/MediaWiki:Common.css
(at English Wikipedia)
http://en.wikipedia.org/wiki/MediaWiki:Common.css
In English (en) Wikipedia, default skin is "MonoBook",
and "MonoBook" uses following default CSS :
http://en.wikipedia.org/style/monobook/main.css
http://en.wikipedia.org/wiki/MediaWiki:Monobook.css
In Meta Wikimedia, default skin is "MonoBook",
it uses below CSS by default :
http://meta.wikimedia.org/style/monobook/main.css
http://meta.wikimedia.org/wiki/MediaWiki:Monobook.css
In the monobook skin, you can change any aspect of
the UI specified in
http://en.wikipedia.org/style/monobook/main.css
and
http://en.wikipedia.org/wiki/MediaWiki:Monobook.css
by using your own Javascript or CSS. The changes are in
a subpage of your user page called monobook.css (this file)
and monobook.js.
See this (http://en.wikipedia.org/wiki/Help:User style) or
this (http://meta.wikimedia.org/wiki/Help:User style)
article.
*/
/* Change Of Table Appearance */
/*
.TableTrk, .TableTrk *{
background-color: transparent;
border: 1px solid gray !important;
padding: 2px !important;
}
table.TableTrk{
border-collapse: collapse;
background-color: transparent;
border: 1px solid gray !important;
padding: 2px !important;
empty-cells: show;
}
table.TableTrk colgroup, table.TableTrk col,
table.TableTrk > colgroup, table.TableTrk > col,
table.TableTrk colgroup col,
table.TableTrk > colgroup > col,
table.TableTrk thead, table.TableTrk tfoot, table.TableTrk tbody,
table.TableTrk > thead, table.TableTrk > tfoot, table.TableTrk > tbody{
border: 1px solid gray !important;
padding: 2px !important;
empty-cells: show;
}
tr.TableTrk, table.TableTrk tr, table.TableTrk > tr,
table.TableTrk thead tr, table.TableTrk tfoot tr, table.TableTrk tbody tr,
table.TableTrk >thead >tr, table.TableTrk >tfoot >tr, table.TableTrk >tbody >tr,
table.TableTrk colgroup tr, table.TableTrk >colgroup >tr,
table.TableTrk col tr, table.TableTrk >col >tr,
table.TableTrk colgroup thead tr, table.TableTrk colgroup col thead tr,
table.TableTrk colgroup tfoot tr, table.TableTrk colgroup col tfoot tr,
table.TableTrk colgroup tbody tr, table.TableTrk colgroup col thead tr{
border: 0px none !important;
padding: 0px !important;
}
td.TableTrk, table.TableTrk td, table.TableTrk > td,
table.TableTrk tr td, tr.TableTrk td,
table.TableTrk > tr > td, tr.TableTrk > td,
table.TableTrk thead tr td, table.TableTrk tfoot tr td, table.TableTrk tbody tr td,
table.TableTrk >thead >tr >td, table.TableTrk >tfoot >tr >td, table.TableTrk >tbody >tr >td,
table.TableTrk colgroup tr td, table.TableTrk >colgroup > tr > td,
table.TableTrk col tr td, table.TableTrk > col > tr > td,
table.TableTrk colgroup col tr td, table.TableTrk >colgroup >col >tr >td,
table.TableTrk colgroup thead tr td, table.TableTrk colgroup tfoot tr td,
table.TableTrk colgroup tbody tr td,
table.TableTrk col thead tr td, table.TableTrk col tfoot tr td,
table.TableTrk col tbody tr td,
table.TableTrk colgroup col thead tr td, table.TableTrk colgroup col tfoot tr td,
table.TableTrk colgroup col tbody tr td,
table.TableTrk ~ tr ~ td, tr.TableTrk ~ td{
border: 1px solid gray !important;
padding: 2px !important;
empty-cells: show;
}
th.TableTrk, table.TableTrk th, table.TableTrk > th,
table.TableTrk tr th, tr.TableTrk th,
table.TableTrk > tr > th, tr.TableTrk > th,
table.TableTrk thead tr th, table.TableTrk tfoot tr th, table.TableTrk tbody tr th,
table.TableTrk >thead >tr >th, table.TableTrk >tfoot >tr >th, table.TableTrk >tbody >tr >th,
table.TableTrk colgroup tr th, table.TableTrk >colgroup > tr > th,
table.TableTrk col tr th, table.TableTrk > col > tr > th,
table.TableTrk colgroup col tr th, table.TableTrk >colgroup >col >tr >th,
table.TableTrk colgroup thead tr th, table.TableTrk colgroup tfoot tr th,
table.TableTrk colgroup tbody tr th,
table.TableTrk col thead tr th, table.TableTrk col tfoot tr th,
table.TableTrk col tbody tr th,
table.TableTrk colgroup col thead tr th, table.TableTrk colgroup col tfoot tr th,
table.TableTrk colgroup col tbody tr th,
table.TableTrk ~ tr ~ th, tr.TableTrk ~ th{
text-align: center;
border: 1px solid gray !important;
padding: 2px !important;
empty-cells: show;
}
*/
/* </nowiki> </pre> */