Guest User

Untitled

a guest
Jan 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.63 KB | None | 0 0
  1. <xen:if is="{$color} === '' OR {$color} === 'undefined'">
  2. <xen:require css="member_view.css" />
  3. <style rel="stylesheet">
  4. .XenBase .navTabs .navTab.selected .tabLinks
  5. {
  6. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  7. }
  8. .XenBase .searchIcon
  9. {
  10. background-color: #c0392b!important;
  11. }
  12. .mast h3.subHeading, .mast h3.followingBlock.subHeading,
  13. .sidebar .section .primaryContent h3,
  14. .sidebar .section .secondaryContent h3,
  15. .profilePage .mast .section.infoBlock h3,
  16. .XenBase .xengallerySideBarContainer .xengallerySideBar .section h3
  17. {
  18. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  19. }
  20. /*modifier l'apparence des scrollbars*/
  21. ::-webkit-scrollbar {
  22. width: 7px;
  23. /*largeur de la scrollbar verticale*/
  24.  
  25. height: 5px;
  26. /*hauteur de la scrollbar horizontale*/
  27.  
  28. background: #c0392b!important;
  29. }
  30. ::-webkit-scrollbar-track {
  31. background-color: white;
  32. /*couleur du fond de la scrollbar*/
  33. }
  34. ::-webkit-scrollbar-thumb {
  35. /*la petite bande qui monte/descend*/
  36.  
  37. background: #c0392b!important;
  38. /*couleur de lascenseur*/
  39. }
  40. .button.primary,.submitUnit .button,.button
  41. {
  42. background-color: #c0392b!important;
  43. }
  44. .button.primary:hover,.submitUnit .button:hover,.button:hover {
  45. background-color: #c0392b!important;
  46. }
  47. .profilePage .tabs.mainTabs li.active a
  48. {
  49. background-color: #c0392b!important;
  50. }
  51. a[href]:hover,
  52. .Popup .PopupControl:hover,
  53. .Popup.PopupContainerControl:hover,
  54. .Popup .PopupControl.PopupOpen:not(.navTab),
  55. .Popup.PopupContainerControl.PopupOpen:not(.navTab),
  56. .Popup .PopupOpen .arrowWidget:before
  57. {
  58. color: #c0392b!important;
  59. }
  60. .navTabs .navTab.selected .tabLinks a:hover,
  61. .navTabs .navTab.selected .tabLinks a:focus
  62. {
  63. color: rgb(232, 232, 232)!important;
  64. }
  65.  
  66. .navTabs .navTab.selected .tabLinks a{
  67. color: white!important;
  68. }
  69.  
  70. .navTabs
  71. {
  72. background-color: #c0392b;
  73. }
  74. .profilePage .mast .sectionFooter{
  75. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  76. }
  77. .sectionFooter a, .sectionFooter a:hover {
  78. color: white!important;
  79. }
  80. .heading, .xenForm .formHeader{
  81. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  82. border:0;
  83. }
  84. .dataTable .dataTable1 {
  85. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  86. color: white!important;
  87. }
  88. .sectionFooter,.subHeading {
  89. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  90. }
  91. #AccountMenu .menuColumns a:hover {
  92. color: white!important;
  93. }
  94. a.premium {
  95. color: #F9A600!important;
  96. }
  97. .navTabs .publicTabs .navLink:hover,
  98. html .navTabs .navTab.selected .navLink {
  99. color: white!important;
  100. }
  101. #ConversationsMenu a:hover, #AlertsMenu a:hover {
  102. color: white!important;
  103. }
  104. .Menu .primaryContent,.Menu .sectionFooter{
  105. background-color: #c0392b!important;
  106. }
  107. .profilePage .tabs.mainTabs li.active a:hover {
  108. color: white!important;
  109. }
  110. </style>
  111. <xen:else />
  112. <xen:if is="{$color} === '#302c2a'">
  113. <xen:require css="member_view.css" />
  114. <style rel="stylesheet">
  115. .XenBase .navTabs .navTab.selected .tabLinks
  116. {
  117. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  118. }
  119. .XenBase .searchIcon
  120. {
  121. background-color: #c0392b!important;
  122. }
  123. .mast h3.subHeading, .mast h3.followingBlock.subHeading,
  124. .sidebar .section .primaryContent h3,
  125. .sidebar .section .secondaryContent h3,
  126. .profilePage .mast .section.infoBlock h3,
  127. .XenBase .xengallerySideBarContainer .xengallerySideBar .section h3
  128. {
  129. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  130. }
  131. /*modifier l'apparence des scrollbars*/
  132. ::-webkit-scrollbar {
  133. width: 7px;
  134. /*largeur de la scrollbar verticale*/
  135.  
  136. height: 5px;
  137. /*hauteur de la scrollbar horizontale*/
  138.  
  139. background: #c0392b!important;
  140. }
  141. ::-webkit-scrollbar-track {
  142. background-color: white;
  143. /*couleur du fond de la scrollbar*/
  144. }
  145. ::-webkit-scrollbar-thumb {
  146. /*la petite bande qui monte/descend*/
  147.  
  148. background: #c0392b!important;
  149. /*couleur de lascenseur*/
  150. }
  151. .button.primary,.submitUnit .button,.button
  152. {
  153. background-color: #c0392b!important;
  154. }
  155. .button.primary:hover,.submitUnit .button:hover,.button:hover {
  156. background-color: #c0392b!important;
  157. }
  158. .profilePage .tabs.mainTabs li.active a
  159. {
  160. background-color: #c0392b!important;
  161. }
  162. a[href]:hover,
  163. .Popup .PopupControl:hover,
  164. .Popup.PopupContainerControl:hover,
  165. .Popup .PopupControl.PopupOpen:not(.navTab),
  166. .Popup.PopupContainerControl.PopupOpen:not(.navTab),
  167. .Popup .PopupOpen .arrowWidget:before
  168. {
  169. color: #c0392b!important;
  170. }
  171. .navTabs .navTab.selected .tabLinks a:hover,
  172. .navTabs .navTab.selected .tabLinks a:focus
  173. {
  174. color: rgb(232, 232, 232)!important;
  175. }
  176.  
  177. .navTabs .navTab.selected .tabLinks a{
  178. color: white!important;
  179. }
  180.  
  181. .navTabs
  182. {
  183. background-color: #c0392b;
  184. }
  185. .profilePage .mast .sectionFooter{
  186. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  187. }
  188. .sectionFooter a, .sectionFooter a:hover {
  189. color: white!important;
  190. }
  191. .heading, .xenForm .formHeader{
  192. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  193. border:0;
  194. }
  195. .dataTable .dataTable1 {
  196. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  197. color: white!important;
  198. }
  199. .sectionFooter,.subHeading {
  200. background: #c0392b url(/styles/YCSblD2.png)repeat-x center!important;
  201. }
  202. #AccountMenu .menuColumns a:hover {
  203. color: white!important;
  204. }
  205. a.premium {
  206. color: #F9A600!important;
  207. }
  208. .navTabs .publicTabs .navLink:hover,
  209. html .navTabs .navTab.selected .navLink {
  210. color: white!important;
  211. }
  212. #ConversationsMenu a:hover, #AlertsMenu a:hover {
  213. color: white!important;
  214. }
  215. .Menu .primaryContent,.Menu .sectionFooter{
  216. background-color: #c0392b!important;
  217. }
  218. .profilePage .tabs.mainTabs li.active a:hover {
  219. color: white!important;
  220. }
  221. </style>
  222. <xen:else />
  223. <script>
  224. var str = "/data/style_custom/logo_{$color}.png";
  225. var res = str.replace("#", "");
  226. $(".desktopLogo").attr('src', res);
  227. </script>
  228. <style rel="stylesheet">
  229. .XenBase .navTabs .navTab.selected .tabLinks
  230. {
  231. background: {$color} url(/styles/YCSblD2.png)repeat-x center!important;
  232. }
  233. .XenBase .searchIcon
  234. {
  235. background-color: {$color}!important;
  236. }
  237. .mast h3.subHeading, .mast h3.followingBlock.subHeading,
  238. .sidebar .section .primaryContent h3,
  239. .sidebar .section .secondaryContent h3,
  240. .profilePage .mast .section.infoBlock h3,
  241. .XenBase .xengallerySideBarContainer .xengallerySideBar .section h3
  242. {
  243. background: {$color} url(/styles/YCSblD2.png)repeat-x center!important;
  244. }
  245. /*modifier l'apparence des scrollbars*/
  246. ::-webkit-scrollbar {
  247. width: 7px;
  248. /*largeur de la scrollbar verticale*/
  249.  
  250. height: 5px;
  251. /*hauteur de la scrollbar horizontale*/
  252.  
  253. background: {$color}!important;
  254. }
  255. ::-webkit-scrollbar-track {
  256. background-color: white;
  257. /*couleur du fond de la scrollbar*/
  258. }
  259. ::-webkit-scrollbar-thumb {
  260. /*la petite bande qui monte/descend*/
  261.  
  262. background: {$color}!important;
  263. /*couleur de lascenseur*/
  264. }
  265. .button.primary,.submitUnit .button,.button
  266. {
  267. background-color: {$color}!important;
  268. }
  269. .button.primary:hover,.submitUnit .button:hover,.button:hover {
  270. background-color: {$color}!important;
  271. }
  272. .profilePage .tabs.mainTabs li.active a
  273. {
  274. background-color: {$color}!important;
  275. }
  276. a[href]:hover,
  277. .Popup .PopupControl:hover,
  278. .Popup.PopupContainerControl:hover,
  279. .Popup .PopupControl.PopupOpen:not(.navTab),
  280. .Popup.PopupContainerControl.PopupOpen:not(.navTab),
  281. .Popup .PopupOpen .arrowWidget:before
  282. {
  283. color: {$color}!important;
  284. }
  285. .navTabs .navTab.selected .tabLinks a:hover,
  286. .navTabs .navTab.selected .tabLinks a:focus
  287. {
  288. color: rgb(232, 232, 232)!important;
  289. }
  290.  
  291. .navTabs .navTab.selected .tabLinks a{
  292. color: white!important;
  293. }
  294.  
  295. .navTabs
  296. {
  297. background-color: {$color};
  298. }
  299. .profilePage .mast .sectionFooter{
  300. background: {$color} url(/styles/YCSblD2.png)repeat-x center!important;
  301. }
  302. .sectionFooter a, .sectionFooter a:hover {
  303. color: white!important;
  304. }
  305. .heading, .xenForm .formHeader{
  306. background: {$color} url(/styles/YCSblD2.png)repeat-x center!important;
  307. border:0;
  308. }
  309. .dataTable .dataTable1 {
  310. background: {$color} url(/styles/YCSblD2.png)repeat-x center!important;
  311. color: white!important;
  312. }
  313. .sectionFooter,.subHeading {
  314. background: {$color} url(/styles/YCSblD2.png)repeat-x center!important;
  315. }
  316. #AccountMenu .menuColumns a:hover {
  317. color: white!important;
  318. }
  319. a.premium {
  320. color: #F9A600!important;
  321. }
  322. .navTabs .publicTabs .navLink:hover,
  323. html .navTabs .navTab.selected .navLink {
  324. color: white!important;
  325. }
  326. #ConversationsMenu a:hover, #AlertsMenu a:hover {
  327. color: white!important;
  328. }
  329. .Menu .primaryContent,.Menu .sectionFooter{
  330. background-color: {$color}!important;
  331. } .profilePage .tabs.mainTabs li.active a:hover {
  332. color: white!important;
  333. }
  334. .XenBase .extraFooter, .XenBase .extraFooter a, .footer-content-title {
  335. color: {$color}!important;
  336. }
  337. .footer .pageContent {
  338. background-color: {$color}!important;
  339. }
  340. #AccountMenu .menuColumns a:hover {
  341. background: {$color}!important;
  342. }
  343. </style>
  344.  
  345. </xen:if>
  346. </xen:if>
Advertisement
Add Comment
Please, Sign In to add comment