User:Tarikash/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*  <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>  */