انتقل إلى المحتوى

مستخدم:SADIQUI/common.css

من ويكيبيديا، الموسوعة الحرة

ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

/***  AryCss by SADIQUI
      Special thanks to: Baskice, CesarB, AnnAngela, Edokter, & Darkoneko
      This CSS is comptalible only with Vector skin
***/

/** Page name & h2 enhancement (700 = bold) **/
h1 {
    font-weight: 700;
    border-bottom: 2px solid #0074f9;
}
h2 {
    font-weight: 700;
    border-bottom: 1px solid #0074f9;
}

/** BACKGROUND **/
/* content, tocs, catlinks, editoptins bg */
.skin-vector, .editOptions, .catlinks, .toc, .wikiEditor-ui-toolbar, .sections, .section {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Test371319.png/64px-Test371319.png) top left #f6f6f6;
}
/* full bg with transparent color */
#mw-page-base {
    background: none !important;
    height: 100px !important;
}
#content,
#p-cactions li a:hover,
#p-cactions li.selected a,
.thumb {
  background-color: rgba(247,251,255,0.8) !important;
}

/** VECTOR TABS **/
/* a pencil to edit */
#ca-edit a {
  background:transparent url(//upload.wikimedia.org/wikipedia/commons/thumb/9/99/Emblem-pen-new.svg/13px-Emblem-pen-new.svg.png) no-repeat scroll right top;
  padding-right: 15px !important;
}
/* no floating tabs */
#right-navigation,
#left-navigation {margin-top:57px !important;}
/* different bg-color for unselected tabs */
div.vectorTabs ul li,
#p-variants,
#p-cactions {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, 1));
    background-color: transparent;
}
/* diffrent bg-color for selected tabs */
div.vectorTabs li.selected {
    background-image:-webkit-linear-gradient(top, rgba(167, 215, 249, 0), rgba(167, 215, 249, .5) 30%, rgba(167, 215, 249, 1));/* rgba(167, 215, 249, 1) = #a7d7f9 */
    background-color: transparent;
}
/* border-radius for some tabs */
#ca-talk, #ca-nstab-special {
  border-top-left-radius: 2em !important;
  border-bottom-left-radius: 2em !important;
}
#ca-nstab-user, #ca-nstab-category, #ca-nstab-main, #ca-nstab-help, #ca-nstab-mediawiki, #ca-nstab-wp, #ca-view, #ca-nstab-special, #ca-nstab-project, #ca-nstab-rtrc, #ca-nstab-forum, #ca-nstab-image, #ca-nstab-portal {
  border-top-right-radius: 2em !important;
  border-bottom-right-radius: 2em !important;
}

/** PERSONAL BAR **/
/* top bar padding & bg-color */
#p-personal {
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 5px 0px 5px 10px !important;
}
#p-personal ul { padding-right: 0 !important; }
/* red logout & green login links */
#pt-logout a { font-weight:bold; color:red; }
#pt-login a { font-weight:bold; color:green; }
/* Hide betafeatures from top links */
/* To add new links use JS file */
#pt-betafeatures a { display:none; }

/** MAIN STYLE: RADIUS, SHADOWS, BORDERS ETC… **/
/* New image thumb design, and other styling tweaks (TOC, categories, …)
   Used with AryCSS.js (for here: common.js)
*/
#content, #p-personal, .toc, #toc, .catlinks, #wpPreview, #wpSummary, #wpDiff, #wpSave, #searchInput, .searchButton, #left-navigation, #right-navigation, #p-cactions ul, .gallerybox, div.thumb, div.thumbinner {
  border-radius: 2em;
  border-width: 1px;
  border-style: solid;
  border-color: #0074f9;
  box-shadow: #666 0 1px 5px;
}
/* for save button */
#wpSave { background-color:green; }
/* main style in source edit interface */
.editOptions, .wikiEditor-ui-toolbar, .sections, .section, #wpTextbox1, #sandbox-js-area, #sandbox-css-area {
  border-radius: 0em !important;
  border-width: 1px;
  border-style: solid;
  border-color: #0074f9;
  box-shadow: #666 0 1px 5px;
}
#wpTextbox1, #sandbox-js-area, #sandbox-css-area {
  height:50em !important;
}
/* main style in wikitables */
.wikitable {
  border-radius: 0em !important;
  border-width: 2px !important;
  border-style: solid;
  border-color: #0074f9;
  box-shadow: #666 0 1px 5px;
}

/** OTHER IMPORTANT CHANGES **/
/* to solve no wrap problems */
pre {
    white-space: pre-wrap !important; /* CSS-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap !important; /* Opera 4-6 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    word-wrap: break-word !important; /* Internet Explorer 5.5+ */
}
/* change the external link icon to an Adobe icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}
/* do not copy refs [numbers] & [edit] label */
/* use it with AryCSS.js (for here common.js) */
.reference,.mw-editsection{user-select:none!important}