مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱٬۷۹۵: | خط ۱٬۷۹۵: | ||
/* new colors */ | /* new colors */ | ||
body { | body { | ||
background-color: # | background-color: #fffdf9; | ||
} | } | ||
.mw-body { | .mw-body { | ||
| خط ۱٬۸۰۱: | خط ۱٬۸۰۱: | ||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-color: # | background-color: #fffdf9; | ||
background-image: -webkit-linear-gradient(top,# | background-image: -webkit-linear-gradient(top,#ffffff 50%,#fffdf9 100%); | ||
background-image: -moz-linear-gradient(top,#fff,# | background-image: -moz-linear-gradient(top,#fff 50%,#fffdf9 100%); | ||
background-image: linear-gradient(#fff,# | background-image: linear-gradient(#fff 50%,#fffdf9 100%); | ||
} | } | ||
div.vectorTabs ul li{ | |||
background-image: none; | |||
} | } | ||
div.vectorTabs | div.vectorTabs span, div.vectorTabs, div#mw-head div.vectorMenu h3 { | ||
background-image: url(/design/div.vectorTabs-span.png); | |||
} | } | ||
.catlinks { | .catlinks { | ||
| خط ۱٬۸۳۱: | خط ۱٬۸۱۹: | ||
border-color: #c3a068; | border-color: #c3a068; | ||
background-color: #fffefd; | background-color: #fffefd; | ||
} | |||
.heading { | |||
background-color: rgb(197, 141, 52) !important; | |||
} | |||
.mainpage-box { | |||
border-color: rgb(197, 141, 52) !important; | |||
} | } | ||