User:Tarikash/monobook.css

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/*  <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>  */