3a5c85c_main_5.css 40KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684
  1. body
  2. {
  3. background-color: #f4f4f4;
  4. }
  5. body a
  6. {
  7. text-decoration: none;
  8. color: #B80C1A;
  9. }
  10. html, body
  11. {
  12. height:100%;
  13. }
  14. body a:visited
  15. {
  16. text-decoration: none;
  17. color: #B80C1A;
  18. }
  19. body a img
  20. {
  21. text-decoration: none;
  22. }
  23. div#container
  24. {
  25. position : relative;
  26. min-height: 100%;
  27. }
  28. div#header
  29. {
  30. height: 80px;
  31. background-image: url("/img/header_background.png");
  32. background-repeat: repeat-x;
  33. border-bottom: 3px solid #e51936;
  34. }
  35. div#header div#hgroup
  36. {
  37. width: 980px;
  38. margin-left: auto;
  39. margin-right: auto;
  40. text-align: left;
  41. }
  42. #header_logo
  43. {
  44. float: left;
  45. margin-top: 20px;
  46. }
  47. #header_menu
  48. {
  49. color: #ffffff;
  50. margin: 0px;
  51. padding: 0px;
  52. height: 80px;
  53. margin-left: 200px;
  54. width: 580px;
  55. }
  56. #header_menu li a, #register_and_login li a, #parameters li a
  57. {
  58. color: #ffffff;
  59. text-decoration: none;
  60. }
  61. #header_menu li a
  62. {
  63. display: block;
  64. text-decoration: none;
  65. font-weight: bold;
  66. padding-top: 45px;
  67. }
  68. #header_menu li
  69. {
  70. float: left;
  71. display: inline;
  72. padding-left: 13px;
  73. padding-right: 13px;
  74. height: 80px;
  75. }
  76. #header_menu li.selected, #header_menu li:hover
  77. {
  78. background-color: #e51936;
  79. }
  80. #header_menu li.separator
  81. {
  82. background-image: url("/img/header_menu_separator.png");
  83. background-repeat: no-repeat;
  84. width: 5px;
  85. padding-left: 0px;
  86. padding-right: 0px;
  87. }
  88. #header_menu li.separator:hover
  89. {
  90. background: none;
  91. }
  92. #register_and_login
  93. {
  94. float: right;
  95. margin: 0px;
  96. margin-top: 42px;
  97. margin-right: 15px;
  98. padding: 0px;
  99. }
  100. #register_and_login li
  101. {
  102. float: left;
  103. display: inline;
  104. }
  105. #register_and_login li a
  106. {
  107. background-color: #585454;
  108. padding: 8px 8px 6px 6px;
  109. border: 1px solid black;
  110. text-transform : uppercase;
  111. font-size: 70%;
  112. font-weight: bold;
  113. background-color: #555;
  114. box-shadow: 0 1px 1px 0 #696465 inset;
  115. }
  116. #register_and_login li a.left
  117. {
  118. -webkit-border-top-left-radius: 5px;
  119. -webkit-border-bottom-left-radius: 5px;
  120. -moz-border-radius-topleft: 5px;
  121. -moz-border-radius-bottomleft: 5px;
  122. border-top-left-radius: 5px;
  123. border-bottom-left-radius: 5px;
  124. }
  125. #register_and_login li a.right
  126. {
  127. -webkit-border-top-right-radius: 5px;
  128. -webkit-border-bottom-right-radius: 5px;
  129. -moz-border-radius-topright: 5px;
  130. -moz-border-radius-bottomright: 5px;
  131. border-top-right-radius: 5px;
  132. border-bottom-right-radius: 5px;
  133. }
  134. /*#parameters
  135. {
  136. float: right;
  137. border-right-width: 0;
  138. margin-bottom: 0;
  139. margin-left: 0;
  140. margin-right: 0;
  141. margin-top: 8px;
  142. }*/
  143. /*#parameters li
  144. {
  145. float: left;
  146. display: inline;
  147. }
  148. #parameters li a
  149. {
  150. float: left;
  151. display: inline;
  152. font-size: 80%;
  153. font-weight: bold;
  154. }*/
  155. div#languages
  156. {
  157. float: right;
  158. height: 16px;
  159. overflow: hidden;
  160. padding: 2px;
  161. text-align: center;
  162. width: 15px;
  163. position: absolute;
  164. margin-left: 945px;
  165. margin-top: 7px;
  166. -moz-border-radius: 3px;
  167. -webkit-border-radius: 3px;
  168. -khtml-border-radius: 3px;
  169. border-radius: 3px;
  170. }
  171. div#languages a
  172. {
  173. color: white;
  174. font-weight: bold;
  175. font-size: 11px;
  176. }
  177. div#languages:hover
  178. {
  179. height: auto;
  180. background: #474747; /* Old browsers */
  181. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  182. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  183. background: -moz-linear-gradient(top, #474747 0%, #474747 0%, #212121 100%, #212121 100%); /* FF3.6+ */
  184. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(0%,#474747), color-stop(100%,#212121), color-stop(100%,#212121)); /* Chrome,Safari4+ */
  185. background: -webkit-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* Chrome10+,Safari5.1+ */
  186. background: -o-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* Opera 11.10+ */
  187. background: -ms-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* IE10+ */
  188. background: linear-gradient(to bottom, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* W3C */
  189. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
  190. }
  191. #content
  192. {
  193. display: table;
  194. width: 980px;
  195. margin-right: auto;
  196. margin-left: auto;
  197. padding-bottom: 135px;
  198. }
  199. #main_content
  200. {
  201. position: relative;
  202. min-height: 100%;
  203. }
  204. #main
  205. {
  206. display: table-cell;
  207. width: 650px;
  208. padding-right: 30px;
  209. }
  210. #mainbox
  211. {
  212. margin-top: 25px;
  213. /*padding: 10px;*/
  214. padding-bottom: 23px;
  215. }
  216. #mainbox.mainbox_margintop
  217. {
  218. margin-top: 80px;
  219. }
  220. #mainbox.mainbox_nopadding
  221. {
  222. padding: 0px;
  223. }
  224. #mainbox.mainbox_padding
  225. {
  226. padding: 10px;
  227. }
  228. #mainbox h1
  229. {
  230. margin-top: 10px;
  231. }
  232. .nicebox
  233. {
  234. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  235. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  236. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  237. border: 1px solid #d3d3d3;
  238. }
  239. aside#sidebar
  240. {
  241. display: table-cell;
  242. width: 300px;
  243. vertical-align: top;
  244. }
  245. ul.elements
  246. {
  247. margin-top: 0px;
  248. margin-left: 0px;
  249. margin-bottom: 0px;
  250. }
  251. ul.elements li.element
  252. {
  253. background-color: #f8f8f8;
  254. border-top: 1px solid #c8c8c8;
  255. list-style-type: none;
  256. padding: 10px;
  257. }
  258. ul.elements li.element:last-child
  259. {
  260. }
  261. td.element_thumbnail
  262. {
  263. background-color: #d5d5d5;
  264. padding: 4px;
  265. text-align: center;
  266. width: 140px;
  267. }
  268. li.element img.element_thumbnail
  269. {
  270. border: 3px solid white;
  271. }
  272. .element_thumb_actions_container
  273. {
  274. }
  275. ul.element_thumb_actions
  276. {
  277. margin-top: 0;
  278. margin-bottom: 0;
  279. margin-left: auto;
  280. margin-right: auto;
  281. text-align: center;
  282. float: right;
  283. }
  284. ul.element_thumb_actions li
  285. {
  286. list-style-type: none;
  287. color: #787777;
  288. font-weight: bold;
  289. height: 20px;
  290. display: inline;
  291. float: left;
  292. padding-left: 9px;
  293. padding-right: 9px;
  294. }
  295. ul.element_thumb_actions li.score
  296. {
  297. padding-top: 2px;
  298. margin-top: 0px;
  299. border-right: 1px solid #bfbfbf;
  300. }
  301. ul.element_thumb_actions li.thumb
  302. {
  303. border-left: 1px solid #eeeeee;
  304. border-right: 1px solid #bfbfbf;
  305. }
  306. ul.element_thumb_actions li.star
  307. {
  308. padding-top: 2px;
  309. border-left: 1px solid #eeeeee;
  310. }
  311. ul.element_thumb_actions li.star a img
  312. {
  313. }
  314. ul.element_thumb_actions li.separator
  315. {
  316. }
  317. td.element_content
  318. {
  319. vertical-align: top;
  320. padding-top: 5px;
  321. padding-left: 15px;
  322. padding-bottom: 5px;
  323. padding-right: 0px;
  324. color: #404040;
  325. }
  326. td.element_content a
  327. {
  328. color: #b80c1a;
  329. }
  330. td.element_content .element_name a
  331. {
  332. color: #171717;
  333. font-weight: bold;
  334. font-size: 15px;
  335. }
  336. ul.element_links_actions
  337. {
  338. float: right;
  339. margin: 0px;
  340. padding: 0px;
  341. border: 1px solid #c7c7c7;
  342. height: 18px;
  343. padding: 0px 1px 1px;
  344. background: #f8f8f8; /* Old browsers */
  345. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  346. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjhmOGY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  347. background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 0%, #d7d7d7 100%, #d7d7d7 100%); /* FF3.6+ */
  348. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(0%,#f8f8f8), color-stop(100%,#d7d7d7), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
  349. background: -webkit-linear-gradient(top, #f8f8f8 0%,#f8f8f8 0%,#d7d7d7 100%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
  350. background: -o-linear-gradient(top, #f8f8f8 0%,#f8f8f8 0%,#d7d7d7 100%,#d7d7d7 100%); /* Opera 11.10+ */
  351. background: -ms-linear-gradient(top, #f8f8f8 0%,#f8f8f8 0%,#d7d7d7 100%,#d7d7d7 100%); /* IE10+ */
  352. background: linear-gradient(to bottom, #f8f8f8 0%,#f8f8f8 0%,#d7d7d7 100%,#d7d7d7 100%); /* W3C */
  353. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-8 */
  354. -webkit-border-top-left-radius: 3px;
  355. -webkit-border-bottom-left-radius: 3px;
  356. -moz-border-radius-topleft: 3px;
  357. -moz-border-radius-bottomleft: 3px;
  358. border-top-left-radius: 3px;
  359. border-bottom-left-radius: 3px;
  360. -webkit-border-top-right-radius: 3px;
  361. -webkit-border-bottom-right-radius: 3px;
  362. -moz-border-radius-topright: 3px;
  363. -moz-border-radius-bottomright: 3px;
  364. border-top-right-radius: 3px;
  365. border-bottom-right-radius: 3px;
  366. }
  367. ul.element_links_actions li
  368. {
  369. list-style-type: none;
  370. display: inline;
  371. float: left;
  372. height: 18px;
  373. border-right: 1px solid #c7c7c7;
  374. border-left: 1px solid #ffffff;
  375. }
  376. ul.element_links_actions li:first-child
  377. {
  378. border-left: none;
  379. }
  380. ul.element_links_actions li:last-child
  381. {
  382. border-right: none;
  383. }
  384. .elements ul.element_tags
  385. {
  386. margin-top: 3px;
  387. margin-left: 0px;
  388. }
  389. .elements ul.element_tags li, ul#autoplay_element ul.element_tags li
  390. {
  391. display: inline;
  392. font-size: 90%;
  393. }
  394. ul.element_tags .button
  395. {
  396. padding: 2px 4px 2px 4px;
  397. font-size: 95%;
  398. }
  399. .button {
  400. display: inline-block;
  401. line-height: 1;
  402. padding: 4px 7px;
  403. font-weight: bold;
  404. -moz-border-radius: 3px;
  405. -webkit-border-radius: 3px;
  406. -khtml-border-radius: 3px;
  407. border-radius: 3px;
  408. border: 1px solid #2b82ad;
  409. text-transform : uppercase;
  410. border: 1px solid #b0b0b0;
  411. background: #f3f3f3; /* Old browsers */
  412. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  413. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  414. background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 0%, #d5d5d5 100%, #d5d5d5 100%); /* FF3.6+ */
  415. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(0%,#f3f3f3), color-stop(100%,#d5d5d5), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
  416. background: -webkit-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#d5d5d5 100%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
  417. background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#d5d5d5 100%,#d5d5d5 100%); /* Opera 11.10+ */
  418. background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#d5d5d5 100%,#d5d5d5 100%); /* IE10+ */
  419. background: linear-gradient(to bottom, #f3f3f3 0%,#f3f3f3 0%,#d5d5d5 100%,#d5d5d5 100%); /* W3C */
  420. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */
  421. }
  422. a.button.element_tag, ul.tagbox li.tag, ul.search_tag_list li, ul#favorite_tags li
  423. {
  424. padding: 6px;
  425. border: none;
  426. background: #474747; /* Old browsers */
  427. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  428. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  429. background: -moz-linear-gradient(top, #474747 0%, #474747 0%, #212121 100%, #212121 100%); /* FF3.6+ */
  430. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(0%,#474747), color-stop(100%,#212121), color-stop(100%,#212121)); /* Chrome,Safari4+ */
  431. background: -webkit-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* Chrome10+,Safari5.1+ */
  432. background: -o-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* Opera 11.10+ */
  433. background: -ms-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* IE10+ */
  434. background: linear-gradient(to bottom, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* W3C */
  435. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
  436. }
  437. td.element_content li.element_tag a.button, ul.tagbox li.tag
  438. {
  439. color: #fff;
  440. text-decoration: none;
  441. text-transform : uppercase;
  442. }
  443. .button.active
  444. {
  445. background-color: #39C9CC;
  446. }
  447. li.element a.element_tag_large_for_fav_still
  448. {
  449. padding-right: 17px;
  450. }
  451. li.element a.tag_to_favorites, li.element img.tag_to_favorites
  452. {
  453. margin-left: -17px;
  454. margin-right: 4px;
  455. }
  456. img.tag_to_favorites
  457. {
  458. margin-bottom: -1px;
  459. }
  460. img.tag_add_to_favorites
  461. {
  462. margin-bottom: -1px;
  463. margin-left: 1px;
  464. }
  465. td.element_content a.display_comments, td.element_content a.add_comment, td.element_content a.hide_comments, div.comments a.add_comment
  466. {
  467. color: #404040;
  468. }
  469. div.comments form.add_comment textarea, div.comments form.edit_comment textarea
  470. {
  471. width: 75%;
  472. height: 48px;
  473. }
  474. div.comments form.add_comment div.buttons input, div.comments form.edit_comment div.buttons input
  475. {
  476. margin-top: 1px;
  477. margin-bottom: 1px;
  478. }
  479. aside#sidebar div.nicebox
  480. {
  481. background-color: #f5f6f6;
  482. margin-bottom: 18px;
  483. padding: 12px;
  484. }
  485. div#user_statusbox
  486. {
  487. margin-top: 25px;
  488. }
  489. div.user_score
  490. {
  491. float: left;
  492. padding-top: 4px;
  493. border: 1px solid #D3D3D3;
  494. background-color: white;
  495. text-align: center;
  496. width: 138px;
  497. }
  498. .blackgradiant
  499. {
  500. background: #474747; /* Old browsers */
  501. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  502. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  503. background: -moz-linear-gradient(top, #474747 0%, #474747 0%, #212121 100%, #212121 100%); /* FF3.6+ */
  504. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(0%,#474747), color-stop(100%,#212121), color-stop(100%,#212121)); /* Chrome,Safari4+ */
  505. background: -webkit-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* Chrome10+,Safari5.1+ */
  506. background: -o-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* Opera 11.10+ */
  507. background: -ms-linear-gradient(top, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* IE10+ */
  508. background: linear-gradient(to bottom, #474747 0%,#474747 0%,#212121 100%,#212121 100%); /* W3C */
  509. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
  510. }
  511. div.user_avatar
  512. {
  513. height: 137px;
  514. padding-right: 1px;
  515. }
  516. div.user_score div.score
  517. {
  518. color: #f5f6f6;
  519. height: 29px;
  520. font-weight: bold;
  521. font-size: 18px;
  522. padding-top: 5px;
  523. margin-bottom: 4px;
  524. margin-left: 3px;
  525. margin-right: 5px;
  526. }
  527. ul.user_events_infos
  528. {
  529. margin: 0;
  530. padding: 0;
  531. margin-left: 150px;
  532. margin-top: 10px;
  533. width: 126px;
  534. }
  535. ul.user_events_infos li
  536. {
  537. list-style-type: none;
  538. height: 29px;
  539. font-weight: bold;
  540. border-bottom: 1px solid #c0c1c1;
  541. padding-top: 6px;
  542. vertical-align: middle;
  543. }
  544. ul.user_events_infos li img, ul.user_events_infos li span
  545. {
  546. float: left;
  547. }
  548. ul.user_events_infos li img
  549. {
  550. padding-right: 8px;
  551. }
  552. ul.user_events_infos li span
  553. {
  554. margin-top: 2px;
  555. }
  556. ul.user_events_infos li:first-child
  557. {
  558. padding-top: 0px;
  559. height: 25px;
  560. }
  561. ul.user_events_infos li:last-child
  562. {
  563. border-bottom: none;
  564. }
  565. ul.user_events_infos li.user_name
  566. {
  567. text-transform : uppercase;
  568. overflow: hidden;
  569. text-overflow: ellipsis;
  570. white-space: nowrap;
  571. }
  572. div.seachboxcontainer
  573. {
  574. -webkit-box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  575. box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  576. height: 34px;
  577. -moz-border-radius: 4px;
  578. -webkit-border-radius: 4px;
  579. -khtml-border-radius: 4px;
  580. border-radius: 4px;
  581. }
  582. div.seachboxcontainer input
  583. {
  584. background: none;
  585. border: none;
  586. height: 34px;
  587. margin: 0;
  588. padding: 0;
  589. padding-left: 6px;
  590. width: 222px;
  591. }
  592. div.seachboxcontainer img
  593. {
  594. border-left: 1px solid #C4C0C0;
  595. float: right;
  596. margin-right: 8px;
  597. margin-top: 3px;
  598. padding-left: 5px;
  599. }
  600. ul.social_links
  601. {
  602. margin: 0px;
  603. padding: 0px;
  604. height: 35px;
  605. margin-left: 22px;
  606. }
  607. ul.social_links li
  608. {
  609. list-style-type: none;
  610. display: inline;
  611. float: left;
  612. padding-left: 10px;
  613. padding-right: 10px;
  614. border-left: 1px solid #E2E2E2;
  615. border-right: 1px solid #E2E2E2;
  616. }
  617. ul.social_links li:first-child, ul.social_links li:last-child
  618. {
  619. border: none;
  620. }
  621. aside#sidebar div#secondarymenu, aside#sidebar div#secondarymenu ul.secondarymenu, aside#sidebar div#secondarymenu ul.submenu
  622. {
  623. padding: 0;
  624. margin: 0;
  625. }
  626. div#secondarymenu ul.secondarymenu li
  627. {
  628. list-style-type: none;
  629. }
  630. div#secondarymenu ul.secondarymenu li.top_menu_element div
  631. {
  632. padding: 10px;
  633. }
  634. div#secondarymenu ul.secondarymenu li.top_menu_element a
  635. {
  636. color: white;
  637. text-transform : uppercase;
  638. font-weight: bold;
  639. }
  640. div#secondarymenu ul.submenu li.sub_menu_element
  641. {
  642. padding: 10px;
  643. padding-left: 20px;
  644. background-color: #f5f6f6;
  645. border-top: 1px solid #dadbdb;
  646. border-bottom: 1px solid #dadbdb;
  647. background: url("/img/icon_list_chip.png") no-repeat scroll 2% 50% transparent;
  648. }
  649. div#secondarymenu ul.submenu li.sub_menu_element:first-child
  650. {
  651. border-top: none;
  652. }
  653. div#secondarymenu ul.submenu li.sub_menu_element:last-child
  654. {
  655. border-bottom: none;
  656. }
  657. div#secondarymenu ul.submenu li.sub_menu_element a
  658. {
  659. color: black;
  660. text-transform : uppercase;
  661. font-weight: inherit;
  662. }
  663. div#secondarymenu ul.secondarymenu li.top_menu_element.close div.dart
  664. {
  665. background: url("/img/icon_dart_top.png") no-repeat;
  666. width: 15px;
  667. height: 15px;
  668. float: right;
  669. margin-top: 2px;
  670. padding: 0;
  671. }
  672. div#secondarymenu ul.secondarymenu li.top_menu_element.close ul.submenu
  673. {
  674. display: none;
  675. }
  676. div#secondarymenu ul.secondarymenu li.top_menu_element.open div.dart
  677. {
  678. background: url("/img/icon_dart_bottom.png") no-repeat scroll 95% 50% transparent;
  679. width: 15px;
  680. height: 15px;
  681. float: right;
  682. margin-top: 2px;
  683. padding: 0;
  684. }
  685. div#secondarymenu ul.secondarymenu li.top_menu_element.open ul.submenu
  686. {
  687. display: block;
  688. }
  689. #tabs_tag_search_buttons
  690. {
  691. margin: 0;
  692. padding: 0;
  693. border-left: 1px solid #d3d3d3;
  694. border-top: 1px solid #d3d3d3;
  695. border-right: 1px solid #d3d3d3;
  696. float: left;
  697. margin-left: -1px;
  698. margin-top: -61px;
  699. font-weight: bold;
  700. -webkit-border-top-left-radius: 3px;
  701. -webkit-border-bottom-left-radius: 3px;
  702. -moz-border-radius-topleft: 3px;
  703. -moz-border-radius-bottomleft: 3px;
  704. border-top-left-radius: 3px;
  705. border-bottom-left-radius: 3px;
  706. -webkit-border-top-right-radius: 3px;
  707. -webkit-border-bottom-right-radius: 3px;
  708. -moz-border-radius-topright: 3px;
  709. -moz-border-radius-bottomright: 3px;
  710. border-top-right-radius: 3px;
  711. border-bottom-right-radius: 3px;
  712. }
  713. #tabs_tag_search_buttons a
  714. {
  715. color: black;
  716. }
  717. #tabs_tag_search_buttons li
  718. {
  719. list-style-type: none;
  720. display: inline;
  721. float: left;
  722. padding: 20px;
  723. background: #dddddd; /* Old browsers */
  724. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  725. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNhY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  726. background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 0%, #cacaca 100%, #cacaca 100%); /* FF3.6+ */
  727. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(0%,#dddddd), color-stop(100%,#cacaca), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
  728. background: -webkit-linear-gradient(top, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
  729. background: -o-linear-gradient(top, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* Opera 11.10+ */
  730. background: -ms-linear-gradient(top, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* IE10+ */
  731. background: linear-gradient(to bottom, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* W3C */
  732. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cacaca',GradientType=0 ); /* IE6-8 */
  733. }
  734. #tabs_tag_search_buttons li.selected
  735. {
  736. list-style-type: none;
  737. padding: 20px;
  738. background: #f3f3f3; /* Old browsers */
  739. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  740. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  741. background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 0%, #e2e2e2 100%, #e2e2e2 100%); /* FF3.6+ */
  742. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(0%,#f3f3f3), color-stop(100%,#e2e2e2), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
  743. background: -webkit-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
  744. background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* Opera 11.10+ */
  745. background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* IE10+ */
  746. background: linear-gradient(to bottom, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* W3C */
  747. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
  748. }
  749. #tabs_tag_search_buttons li:first-child
  750. {
  751. -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  752. -moz-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  753. box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  754. }
  755. #tabs_tag_search_buttons li:last-child
  756. {
  757. -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  758. -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  759. box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  760. }
  761. #tabs_tag_search_buttons li div.dart
  762. {
  763. display: none;
  764. height: 16px;
  765. margin-left: 30px;
  766. margin-top: 6px;
  767. width: 30px;
  768. background: url("/img/icon_bigtag_choosed.png") no-repeat scroll 0 0 transparent;
  769. position: absolute;
  770. }
  771. #tabs_tag_search_buttons li.selected div.dart
  772. {
  773. display: block;
  774. }
  775. ul.tagbox a.close
  776. {
  777. background: url("/img/icon_close_red.png") repeat scroll 0 100% transparent;
  778. position: absolute;
  779. width: 11px;
  780. text-indent: -9999px;
  781. margin-left: 2px;
  782. }
  783. ul.tagbox li.tag
  784. {
  785. padding-right: 18px;
  786. }
  787. ul.tagbox li.tag, ul#favorite_tags li
  788. {
  789. border-radius: 3px 3px 3px 3px;
  790. display: inline-block;
  791. font-size: 13px;
  792. font-weight: bold;
  793. line-height: 1;
  794. margin-bottom: 1px;
  795. margin-right: 3px;
  796. -moz-border-radius: 4px;
  797. -webkit-border-radius: 4px;
  798. -khtml-border-radius: 4px;
  799. border-radius: 4px;
  800. }
  801. ul.tagbox li.input {display:block; float:left;}
  802. ul.tagbox input:focus {
  803. border-color: #fff;
  804. }
  805. ul.tagbox input {
  806. width: 50px;
  807. margin: 0;
  808. border: 0;
  809. outline: 0;
  810. line-height:1.2;
  811. padding: 3px 0;
  812. font-size: 105%;
  813. }
  814. ul#favorite_tags li
  815. {
  816. margin-right: 0px;
  817. }
  818. #element_add_link, #element_add_close_link, #group_add_link, #group_add_close_link, #registration_link, #login_link
  819. {
  820. float: right;
  821. margin-top: -58px;
  822. padding: 15px;
  823. color: white;
  824. border: none;
  825. background: #f6282d; /* Old browsers */
  826. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  827. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2MjgyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjYyODJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1MDYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTA2MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  828. background: -moz-linear-gradient(top, #f6282d 0%, #f6282d 0%, #c50617 100%, #c50617 100%); /* FF3.6+ */
  829. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6282d), color-stop(0%,#f6282d), color-stop(100%,#c50617), color-stop(100%,#c50617)); /* Chrome,Safari4+ */
  830. background: -webkit-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* Chrome10+,Safari5.1+ */
  831. background: -o-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* Opera 11.10+ */
  832. background: -ms-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* IE10+ */
  833. background: linear-gradient(to bottom, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* W3C */
  834. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6282d', endColorstr='#c50617',GradientType=0 ); /* IE6-8 */
  835. }
  836. #registration_link, #login_link
  837. {
  838. margin-right: -10px;
  839. margin-top: -68px;
  840. }
  841. #element_add_link img, #element_add_close_link img, #group_add_link img, #group_add_close_link img, #registration_link img, #login_link img
  842. {
  843. margin-bottom: -5px;
  844. margin-right: -5px;
  845. }
  846. #element_add_link.justtopright, #element_add_close_link.justtopright, #group_add_link.justtopright, #group_add_close_link.justtopright
  847. {
  848. margin-top: 0px;
  849. margin-right: 0px;
  850. }
  851. .top_tools
  852. {
  853. padding: 10px;
  854. margin-bottom: 10px;
  855. }
  856. form[name="search"]
  857. {
  858. margin-top: -5px;
  859. }
  860. form[name="search"] input[type="submit"]
  861. {
  862. float: right;
  863. height: 34px;
  864. margin-top: -55px;
  865. }
  866. .top_tools input.tag_prompt
  867. {
  868. text-align: center;
  869. width: 518px;
  870. }
  871. .niceinput
  872. {
  873. -webkit-box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  874. box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  875. height: 34px;
  876. -moz-border-radius: 4px;
  877. -webkit-border-radius: 4px;
  878. -khtml-border-radius: 4px;
  879. border-radius: 4px;
  880. border: medium none;
  881. padding-left: 10px;
  882. padding-right: 10px;
  883. }
  884. .nicetextbox
  885. {
  886. -webkit-box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  887. box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  888. height: 34px;
  889. -moz-border-radius: 4px;
  890. -webkit-border-radius: 4px;
  891. -khtml-border-radius: 4px;
  892. border-radius: 4px;
  893. border: medium none;
  894. padding: 10px;
  895. padding-right: 10px;
  896. }
  897. input:-moz-placeholder, textarea:-moz-placeholder {
  898. color: black;
  899. }
  900. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  901. color: black;
  902. }
  903. a.elements_more div
  904. {
  905. height: 32px;
  906. width: 100%;
  907. padding: 0px;
  908. text-align: center;
  909. background-image: url("/img/more_result.png");
  910. background-repeat: no-repeat;
  911. padding-top: 30px;
  912. text-transform : uppercase;
  913. }
  914. a.elements_more
  915. {
  916. color: black;
  917. font-weight: bold;
  918. }
  919. a.elements_more:hover
  920. {
  921. color: black;
  922. }
  923. div#element_add_box
  924. {
  925. padding: 10px;
  926. }
  927. #element_add_box h2
  928. {
  929. margin-top: 0px;
  930. }
  931. div#form_add_first_part #element_add_url
  932. {
  933. height: 29px;
  934. width: 485px;
  935. }
  936. #tabs_tag_search_buttons a
  937. {
  938. padding-left: 5px;
  939. }
  940. #tabs_tag_search_buttons img
  941. {
  942. float: left;
  943. }
  944. .muzichlogodecored
  945. {
  946. background-image: url("/img/icon_minilogo_2.png");
  947. background-repeat: no-repeat;
  948. background-position: left center;
  949. }
  950. a#autoplay_launch
  951. {
  952. -moz-border-radius: 3px 3px 0px 0px;
  953. -webkit-border-radius: 3px 3px 0px 0px;
  954. -khtml-border-radius: 3px 3px 0px 0px;
  955. padding-bottom: 0px;
  956. border-bottom: none;
  957. margin-right: -4px;
  958. margin-top: -3px;
  959. }
  960. div#tags_prompt_add
  961. {
  962. width: 465px;
  963. }
  964. div#tags_prompt_add input.tag_prompt
  965. {
  966. width: 450px;
  967. }
  968. div#form_add_second_part table td
  969. {
  970. padding: 10px;
  971. }
  972. div#form_add_second_part input[type="submit"]
  973. {
  974. float: right;
  975. margin-top: -25px;
  976. }
  977. div#footer
  978. {
  979. height: 104px;
  980. width: 100%;
  981. margin-top: 25px;
  982. border-top: 4px solid #E51936;
  983. background-color: #171717;
  984. text-align: center;
  985. position: absolute;
  986. bottom:0;
  987. }
  988. div#footer_content
  989. {
  990. margin-left: auto;
  991. margin-right: auto;
  992. width: 980px;
  993. color: #999999;
  994. }
  995. div#footer_content a
  996. {
  997. color: #999999;
  998. }
  999. div#footer_logo
  1000. {
  1001. line-height: 18px;
  1002. margin-top: 25px;
  1003. padding-left: 0;
  1004. padding-right: 40px;
  1005. text-align: left;
  1006. width: 191px;
  1007. float: left;
  1008. }
  1009. div#footer_logo img
  1010. {
  1011. float: left;
  1012. padding-right: 10px;
  1013. }
  1014. span.fotter_muzich_big
  1015. {
  1016. font-size: 22px;
  1017. font-weight: bold;
  1018. }
  1019. div#footer_content ul.footer_pages_links
  1020. {
  1021. float: left;
  1022. height: 74px;
  1023. margin-bottom: 0;
  1024. margin-top: 12px;
  1025. padding-top: 10px;
  1026. margin-left: 0;
  1027. padding-left: 32px;
  1028. width: 210px;
  1029. border-left: 1px solid #2F2F2F;
  1030. text-align: left;
  1031. }
  1032. div#footer_content ul.footer_pages_links li
  1033. {
  1034. list-style-image: url("/img/list_chip_red.png");
  1035. }
  1036. div.search_tag_list ul.search_tag_list
  1037. {
  1038. list-style-image: none;
  1039. padding:0;
  1040. margin:0;
  1041. list-style-type:none;
  1042. overflow: hidden;
  1043. }
  1044. div.search_tag_list ul.search_tag_list li
  1045. {
  1046. float: left;
  1047. margin-right: 4px;
  1048. margin-left: 4px;
  1049. margin-top: 2px;
  1050. margin-bottom: 2px;
  1051. padding: 2px 4px 2px 4px;
  1052. background-color: #d9f7ff;
  1053. border-radius: 4px;
  1054. -moz-border-radius: 4px;
  1055. -webkit-border-radius: 4px;
  1056. -webkit-box-shadow: #666 0px 2px 3px;
  1057. -moz-box-shadow: #666 0px 2px 3px;
  1058. box-shadow: #666 0px 2px 3px;
  1059. }
  1060. div.search_tag_list ul.search_tag_list li.new
  1061. {
  1062. font-weight: bold;
  1063. background: #e0e0e0;
  1064. color: black;
  1065. }
  1066. #container div.search_tag_list ul.search_tag_list li.new a
  1067. {
  1068. color: black;
  1069. }
  1070. div.search_tag_list ul.search_tag_list li:hover
  1071. {
  1072. background-color: #999999;
  1073. }
  1074. div.search_tag_list span.info
  1075. {
  1076. text-shadow: 1px 1px 1px #666;
  1077. font-weight: bold;
  1078. font-size: 17px;
  1079. }
  1080. #container ul.search_tag_list li a
  1081. {
  1082. color: #E7E7E7;
  1083. }
  1084. #container ul.search_tag_list li a:hover
  1085. {
  1086. text-decoration: none;
  1087. }
  1088. ul.search_tag_list li a
  1089. {
  1090. color: white;
  1091. }
  1092. div#search_tag_search a.more, div#search_tag_add a.more
  1093. {
  1094. color: black;
  1095. }
  1096. div#search_tag_search p.help
  1097. {
  1098. font-size: 11px;
  1099. font-style: italic;
  1100. }
  1101. .textcenter
  1102. {
  1103. text-align: center;
  1104. }
  1105. ul#form_add_prop_tags_api li
  1106. {
  1107. float: left;
  1108. list-style-type: none;
  1109. margin-right: 15px;
  1110. }
  1111. ul#form_add_prop_tags_api li:hover
  1112. {
  1113. text-decoration: underline;
  1114. }
  1115. ul.elements li.element.selected
  1116. {
  1117. background-color: #E7E7E7;
  1118. }
  1119. ul.elements li.element h2
  1120. {
  1121. margin-top: 0px;
  1122. }
  1123. ul.elements li.element fieldset
  1124. {
  1125. margin-bottom: 5px;
  1126. }
  1127. ul.elements li.element fieldset.edit_url label, ul.elements li.element fieldset.edit_name label, ul.elements li.element fieldset.edit_tags label
  1128. {
  1129. display: block;
  1130. float: left;
  1131. width: 80px;
  1132. font-size: 16px;
  1133. padding-top: 6px;
  1134. font-weight: bold;
  1135. }
  1136. ul.elements li.element fieldset.edit_tags label
  1137. {
  1138. float: left;
  1139. }
  1140. ul.elements li.element fieldset.edit_url input[type="text"], ul.elements li.element fieldset.edit_name input[type="text"]
  1141. {
  1142. width: 520px;
  1143. font-size: 100%;
  1144. height: 30px;
  1145. }
  1146. ul.elements li.element fieldset.edit_tags input.tag_prompt
  1147. {
  1148. width: 600px;
  1149. }
  1150. ul.elements li.element div.inputs
  1151. {
  1152. text-align: right;
  1153. }
  1154. div.no_elements
  1155. {
  1156. text-align: center;
  1157. }
  1158. ul#autoplay_element
  1159. {
  1160. margin: 0px;
  1161. padding: 0px;
  1162. }
  1163. ul#autoplay_element li
  1164. {
  1165. list-style-type: none;
  1166. }
  1167. ul.tagbox {
  1168. cursor: text;
  1169. border: none;
  1170. overflow: hidden;
  1171. padding: 0 0 1px 3px;
  1172. margin-left: 0px;
  1173. }
  1174. ul.tagbox li {
  1175. margin:0;
  1176. }
  1177. ul#favorite_tags
  1178. {
  1179. padding:0;
  1180. margin-top:10px;
  1181. margin-bottom: 10px;
  1182. margin-left: 0px;
  1183. list-style-type:none;
  1184. }
  1185. ul#favorite_tags li a
  1186. {
  1187. color: white;
  1188. }
  1189. ul#favorite_tags li.list_length_big a
  1190. {
  1191. font-size: 16px;
  1192. padding-top: 2px;
  1193. padding-bottom: 2px;
  1194. }
  1195. ul#favorite_tags li.list_length_medium a
  1196. {
  1197. font-size: 15px;
  1198. padding-top: 3px;
  1199. padding-bottom: 3px;
  1200. }
  1201. ul#favorite_tags li a.active
  1202. {
  1203. color: #999999;
  1204. }
  1205. ul#favorite_tags li a.highlight
  1206. {
  1207. color: #E51936;
  1208. }
  1209. ul#favorite_tags li a.highlight.active
  1210. {
  1211. color: #999999;
  1212. }
  1213. input#element_add_name
  1214. {
  1215. width: 450px;
  1216. }
  1217. .darkbutton {
  1218. background-color: #585454;
  1219. padding: 8px 8px 6px 6px;
  1220. border: 1px solid black;
  1221. text-transform : uppercase;
  1222. font-size: 70%;
  1223. font-weight: bold;
  1224. background: none;
  1225. background-color: #555;
  1226. box-shadow: 0 1px 1px 0 #696465 inset;
  1227. color: white;
  1228. }
  1229. div.top_tools div.show_options
  1230. {
  1231. float: right;
  1232. padding: 10px;
  1233. }
  1234. div.show_options a
  1235. {
  1236. color: white;
  1237. }
  1238. .nicelabels label
  1239. {
  1240. display: block;
  1241. float: left;
  1242. font-size: 16px;
  1243. font-weight: bold;
  1244. padding-top: 6px;
  1245. width: 100px;
  1246. }
  1247. div#group_add_box label
  1248. {
  1249. width: 110px;
  1250. }
  1251. div#group_add_box input#group_name
  1252. {
  1253. width: 488px;
  1254. }
  1255. div#group_add_box textarea#group_description
  1256. {
  1257. width: 487px;
  1258. height: 85px;
  1259. }
  1260. div#group_add_box input.tag_prompt
  1261. {
  1262. width: 96%;
  1263. }
  1264. div.alignright
  1265. {
  1266. text-align: right;
  1267. }
  1268. div#group_add_box input[type="submit"]
  1269. {
  1270. margin-top: 10px;
  1271. }
  1272. div#registration_box input.niceinput
  1273. {
  1274. width: 430px;
  1275. }
  1276. div#registration_box label
  1277. {
  1278. width: 170px;
  1279. }
  1280. div#registration_box div.field
  1281. {
  1282. margin-bottom: 5px;
  1283. }
  1284. .mainbox_start input.tag_prompt
  1285. {
  1286. width: 96%;
  1287. }
  1288. .mainbox_start input[type="submit"]
  1289. {
  1290. float: right;
  1291. margin-right: 7px;
  1292. margin-top: 10px;
  1293. }
  1294. div.global_search_results
  1295. {
  1296. margin-top: 10px;
  1297. }
  1298. div#add_url_title, div.element_title
  1299. {
  1300. width: 510px;
  1301. font-weight: bold;
  1302. font-size: 15px;
  1303. white-space: nowrap;
  1304. overflow: hidden;
  1305. text-overflow: ellipsis;
  1306. }
  1307. .button
  1308. {
  1309. cursor: pointer;
  1310. }
  1311. .button:active, ul.element_links_actions li:active
  1312. {
  1313. background: #f6282d; /* Old browsers */
  1314. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  1315. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2MjgyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjYyODJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1MDYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTA2MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  1316. background: -moz-linear-gradient(top, #f6282d 0%, #f6282d 0%, #c50617 100%, #c50617 100%); /* FF3.6+ */
  1317. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6282d), color-stop(0%,#f6282d), color-stop(100%,#c50617), color-stop(100%,#c50617)); /* Chrome,Safari4+ */
  1318. background: -webkit-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* Chrome10+,Safari5.1+ */
  1319. background: -o-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* Opera 11.10+ */
  1320. background: -ms-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* IE10+ */
  1321. background: linear-gradient(to bottom, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* W3C */
  1322. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6282d', endColorstr='#c50617',GradientType=0 ); /* IE6-8 */
  1323. }
  1324. div#tags_prompt_tag_favorites_form input.tag_prompt
  1325. {
  1326. width: 95%;
  1327. }
  1328. form[name="tag_favorites_form"] input.button
  1329. {
  1330. float: right;
  1331. margin-right: 11px;
  1332. margin-top: 5px;
  1333. }
  1334. form.changepassword label
  1335. {
  1336. width: 210px;
  1337. }
  1338. form.changepassword input[type="password"]
  1339. {
  1340. margin-bottom: 2px;
  1341. width: 388px;
  1342. }
  1343. form.changepassword input[type="submit"]
  1344. {
  1345. float: right;
  1346. margin-top: 5px;
  1347. margin-right: 7px;
  1348. }
  1349. form.changeemail label
  1350. {
  1351. width: 210px;
  1352. }
  1353. form.changeemail input[type="text"]
  1354. {
  1355. width: 388px;
  1356. }
  1357. form.changeemail input[type="submit"]
  1358. {
  1359. float: right;
  1360. margin-top: 5px;
  1361. margin-right: 7px;
  1362. }
  1363. div#myaccount h2
  1364. {
  1365. cursor: pointer;
  1366. }
  1367. div#myaccount h2:hover
  1368. {
  1369. text-decoration: underline;
  1370. }
  1371. div.tag_proposition input.tag_prompt
  1372. {
  1373. width: 605px;
  1374. }
  1375. div.tag_proposition input.button
  1376. {
  1377. float: right;
  1378. margin-top: 5px;
  1379. margin-left: 5px;
  1380. }
  1381. li.element_view_propositions_link
  1382. {
  1383. padding-left: 2px;
  1384. padding-right: 2px;
  1385. padding-top: 1px;
  1386. }
  1387. div#results_search_form div.seachboxcontainer input
  1388. {
  1389. width: 570px;
  1390. }
  1391. div.display_more_elements
  1392. {
  1393. padding: 10px;
  1394. text-align: center;
  1395. }
  1396. div.element_embed div.jp-playlist ul
  1397. {
  1398. text-align: left;
  1399. }
  1400. div.reputation img
  1401. {
  1402. float: left;
  1403. margin: 4px;
  1404. margin-right: 8px;
  1405. margin-top: 8px;
  1406. }
  1407. p.show_info
  1408. {
  1409. margin-top: 0px;
  1410. }
  1411. div#presubscription
  1412. {
  1413. margin-top: 23px;
  1414. }
  1415. div#presubscription input[type="email"]
  1416. {
  1417. width: 253px;
  1418. }
  1419. div#presubscription input[type="submit"]
  1420. {
  1421. margin-top: 10px;
  1422. margin-right: 1px;
  1423. }
  1424. ul.element_thumb_actions li.score
  1425. {
  1426. color: black;
  1427. }
  1428. div#myaccount_preferences input[type="submit"]
  1429. {
  1430. float: right;
  1431. margin-right: 7px;
  1432. margin-top: 5px;
  1433. }