User:Kwj2772/vector.css

From translatewiki.net

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 탭 강조 */
.selected {
    font-weight: bold;
}
/* 편집 요약 길이 늘이기 */
#wpSummary {
    margin-left: 10px;
    width: 75% !important;
}
 
/* 사이드바와 상단의 글자 뜨는 현상 */
 
#p-personal li {
    font-size: small !important;
}
 
.portal li {
    padding-top: 3px !important;
    margin-top: -3px !important;
}
/* RC config */
.minor {
  color: #808080;
  font-weight: bold;
}
.newpage {
  color: #FF0000;
  font-weight: bold;
}
.bot {
  color: #3CB371;
  font-weight: bold;
} 
 
 
/* Edit summary toolbox */
#usrSumBtn {
  white-space: nowrap;
}
 
#usrSumBtn sumBtn {
  background: #C2F2FF;
  border: 1px solid #9BD5F5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B;
}
 
#usrSumBtn sumBtn:hover {
  background: #B1EBFF;
  border: 1px solid #64BDF0;
  color: black;
  text-decoration: none;
}

 
/**
* Stylesheet for Babel extension.
*
* This should be added to your MediaWiki:Common.css page when installing this
* extension and should not be modified.  You may modify the CSS code on the
* MediaWiki:Common.css page to adjust colours etc.
*
* @addtogroup Extensions
*/
 
span.mw-babel-box-level-N {
        display:none;
}
 
.mw-babel-box td a { 
        font-weight : bold; 
}
.page-Main_Page #firstHeading {
        display: inline;
}
 
table.mw-sp-translate-table { 
    border: 1px #aaa solid;
    border-collapse: collapse;
}
table.mw-sp-translate-table th, table.mw-sp-translate-table td { 
    border: 1px #aaa solid;
    padding: 0.2em;
}

#wpSave {
    font-weight: bold;
}