Automoderated users, Bureaucrats, checkuser, developer, Interface administrators, Moderators, Administrators
680
edits
No edit summary |
No edit summary |
||
Line 1,297: | Line 1,297: | ||
.showtologgedin { | .showtologgedin { | ||
display: none | display: none | ||
} | |||
/* بهبود فرم فیدبک */ | |||
.articleFeedbackv5 { | |||
font-size: 80%; | |||
} | |||
.articleFeedbackv5-panel{ | |||
max-width: 100%; | |||
} | |||
.articleFeedbackv5-tooltip-trigger { | |||
display:none | |||
} | |||
.articleFeedbackv5-title { | |||
margin-top:0 !important | |||
} | |||
.feedback-text { | |||
height: 6em !important; | |||
margin-bottom: 12px; | |||
} | |||
.articleFeedbackv5-disclosure { | |||
display:none | |||
} | |||
.articleFeedbackv5-submit { | |||
float:left !important; | |||
} | |||
.articleFeedbackv5-cta-5 { | |||
display: none; | |||
} | |||
/* navbox */ | |||
.navbox { | |||
width: auto !important | |||
} | |||
/* side bar */ | |||
#mw-panel{ | |||
position: fixed; | |||
} | |||
/* دکمه های جمع شدن منوی سمت راست، بازگشت به بالای صفحه و تغییر اندازه فونت */ | |||
.sidebarbottons { | |||
display: block; | |||
position: fixed; | |||
z-index: 999; | |||
right: 0; | |||
height: 20px; | |||
width: 20px; | |||
border: 1px solid #c3a068; | |||
} | |||
.sidebarbottons:hover { | |||
filter: invert(100%); | |||
} | |||
#collsidebar { | |||
background-image: url('/images/d/d6/Right.png'); | |||
bottom: calc( 50% - 11px ); | |||
} | |||
#totop { | |||
background-image: url('/images/8/87/Top.png'); | |||
bottom: calc( 50% - 32px ); | |||
border-bottom-left-radius: 2px; | |||
} | |||
#fontsizeup { | |||
background-image: url('/images/2/2f/Plus.png'); | |||
bottom: calc( 50% + 31px ); | |||
border-top-left-radius: 2px; | |||
} | |||
#fontsizedown { | |||
background-image: url('/images/e/ee/Minus.png'); | |||
bottom: calc( 50% + 10px ); | |||
} | |||
/* navbox */ | |||
.navbox-title a { | |||
color: black !important;; | |||
text-decoration: underline; | |||
} | |||
.nv-talk { | |||
display: none !important; | |||
} | |||
/* new colors */ | |||
body { | |||
background-color: #fffdf9; | |||
} | |||
.mw-body { | |||
border: 1px solid #c3a068; | |||
} | |||
#mw-page-base { | |||
background-color: #fffdf9; | |||
background-image: -webkit-linear-gradient(top,#ffffff 50%,#fffdf9 100%); | |||
background-image: -moz-linear-gradient(top,#fff 50%,#fffdf9 100%); | |||
background-image: linear-gradient(#fff 50%,#fffdf9 100%); | |||
} | |||
div.vectorTabs ul li{ | |||
background-image: none; | |||
} | |||
div.vectorTabs span, div.vectorTabs, div#mw-head div.vectorMenu h3 { | |||
background-image: url(/design/div.vectorTabs-span.png); | |||
} | |||
.catlinks { | |||
border: 1px solid #c3a068; | |||
background-color: #fffefc; | |||
} | |||
.toc, .mw-warning, .toccolours { | |||
border-color: #c3a068; | |||
background-color: #fffefd; | |||
} | |||
/* font-sizes */ | |||
.mw-body-content{ | |||
font-size: 16px; | |||
} | |||
.mw-editfont-monospace{ | |||
font-size: 15px; | |||
} | |||
img { | |||
max-width: 100%; | |||
height: auto !important; | |||
} | |||
/* | |||
* New image thumb design | |||
* | |||
* @dependencies none | |||
* @source en.wikipedia.org/wiki/MediaWiki:Gadget-NewImageThumb.css | |||
* @revision 2 | |||
* @author: Edokter ([[User:Edokter]]) | |||
*/ | |||
.tocnumber { | |||
color: #333; | |||
} | |||
.toc, #toc, | |||
.catlinks, | |||
.mw-gallery-traditional li.gallerybox div.thumb, | |||
div.thumbinner { | |||
border-width: 1px; | |||
border-style: solid; | |||
border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0; | |||
box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05); | |||
} | |||
div.thumbinner { | |||
padding: 0; | |||
} | |||
div.thumbinner.mp-thumb { | |||
box-shadow: none; | |||
} | |||
html .thumbimage { | |||
border: none; | |||
} | |||
html .thumbcaption { | |||
line-height: 1.5; | |||
padding: 0.5em; | |||
} | |||
img.thumbborder { | |||
border-width: 1px; | |||
border-style: solid; | |||
border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0; | |||
} | |||
.tmulti .tsingle { | |||
margin: 0 !important; | |||
} | } |
edits