main.css 36KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529
  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. header#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. header#header 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: 210px;
  54. width: 560px;
  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: 4px;
  525. margin-right: 4px;
  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. }
  569. div.seachboxcontainer
  570. {
  571. -webkit-box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  572. box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  573. height: 34px;
  574. -moz-border-radius: 4px;
  575. -webkit-border-radius: 4px;
  576. -khtml-border-radius: 4px;
  577. border-radius: 4px;
  578. }
  579. div.seachboxcontainer input
  580. {
  581. background: none;
  582. border: none;
  583. height: 34px;
  584. margin: 0;
  585. padding: 0;
  586. padding-left: 6px;
  587. width: 222px;
  588. }
  589. div.seachboxcontainer img
  590. {
  591. border-left: 1px solid #C4C0C0;
  592. float: right;
  593. margin-right: 8px;
  594. margin-top: 3px;
  595. padding-left: 5px;
  596. }
  597. ul.social_links
  598. {
  599. margin: 0px;
  600. padding: 0px;
  601. height: 35px;
  602. margin-left: 22px;
  603. }
  604. ul.social_links li
  605. {
  606. list-style-type: none;
  607. display: inline;
  608. float: left;
  609. padding-left: 10px;
  610. padding-right: 10px;
  611. border-left: 1px solid #E2E2E2;
  612. border-right: 1px solid #E2E2E2;
  613. }
  614. ul.social_links li:first-child, ul.social_links li:last-child
  615. {
  616. border: none;
  617. }
  618. aside#sidebar div#secondarymenu, aside#sidebar div#secondarymenu ul.secondarymenu, aside#sidebar div#secondarymenu ul.submenu
  619. {
  620. padding: 0;
  621. margin: 0;
  622. }
  623. div#secondarymenu ul.secondarymenu li
  624. {
  625. list-style-type: none;
  626. }
  627. div#secondarymenu ul.secondarymenu li.top_menu_element div
  628. {
  629. padding: 10px;
  630. }
  631. div#secondarymenu ul.secondarymenu li.top_menu_element a
  632. {
  633. color: white;
  634. text-transform : uppercase;
  635. font-weight: bold;
  636. }
  637. div#secondarymenu ul.submenu li.sub_menu_element
  638. {
  639. padding: 10px;
  640. padding-left: 20px;
  641. background-color: #f5f6f6;
  642. border-top: 1px solid #dadbdb;
  643. border-bottom: 1px solid #dadbdb;
  644. background: url("/img/icon_list_chip.png") no-repeat scroll 2% 50% transparent;
  645. }
  646. div#secondarymenu ul.submenu li.sub_menu_element:first-child
  647. {
  648. border-top: none;
  649. }
  650. div#secondarymenu ul.submenu li.sub_menu_element:last-child
  651. {
  652. border-bottom: none;
  653. }
  654. div#secondarymenu ul.submenu li.sub_menu_element a
  655. {
  656. color: black;
  657. text-transform : capitalize;
  658. font-weight: inherit;
  659. }
  660. div#secondarymenu ul.secondarymenu li.top_menu_element.close div.dart
  661. {
  662. background: url("/img/icon_dart_top.png") no-repeat;
  663. width: 15px;
  664. height: 15px;
  665. float: right;
  666. margin-top: 2px;
  667. padding: 0;
  668. }
  669. div#secondarymenu ul.secondarymenu li.top_menu_element.close ul.submenu
  670. {
  671. display: none;
  672. }
  673. div#secondarymenu ul.secondarymenu li.top_menu_element.open div.dart
  674. {
  675. background: url("/img/icon_dart_bottom.png") no-repeat scroll 95% 50% transparent;
  676. width: 15px;
  677. height: 15px;
  678. float: right;
  679. margin-top: 2px;
  680. padding: 0;
  681. }
  682. div#secondarymenu ul.secondarymenu li.top_menu_element.open ul.submenu
  683. {
  684. display: block;
  685. }
  686. #tabs_tag_search_buttons
  687. {
  688. margin: 0;
  689. padding: 0;
  690. border-left: 1px solid #d3d3d3;
  691. border-top: 1px solid #d3d3d3;
  692. border-right: 1px solid #d3d3d3;
  693. float: left;
  694. margin-left: -1px;
  695. margin-top: -61px;
  696. font-weight: bold;
  697. -webkit-border-top-left-radius: 3px;
  698. -webkit-border-bottom-left-radius: 3px;
  699. -moz-border-radius-topleft: 3px;
  700. -moz-border-radius-bottomleft: 3px;
  701. border-top-left-radius: 3px;
  702. border-bottom-left-radius: 3px;
  703. -webkit-border-top-right-radius: 3px;
  704. -webkit-border-bottom-right-radius: 3px;
  705. -moz-border-radius-topright: 3px;
  706. -moz-border-radius-bottomright: 3px;
  707. border-top-right-radius: 3px;
  708. border-bottom-right-radius: 3px;
  709. }
  710. #tabs_tag_search_buttons a
  711. {
  712. color: black;
  713. }
  714. #tabs_tag_search_buttons li
  715. {
  716. list-style-type: none;
  717. display: inline;
  718. float: left;
  719. padding: 20px;
  720. background: #dddddd; /* Old browsers */
  721. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  722. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNhY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  723. background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 0%, #cacaca 100%, #cacaca 100%); /* FF3.6+ */
  724. 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+ */
  725. background: -webkit-linear-gradient(top, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
  726. background: -o-linear-gradient(top, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* Opera 11.10+ */
  727. background: -ms-linear-gradient(top, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* IE10+ */
  728. background: linear-gradient(to bottom, #dddddd 0%,#dddddd 0%,#cacaca 100%,#cacaca 100%); /* W3C */
  729. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cacaca',GradientType=0 ); /* IE6-8 */
  730. }
  731. #tabs_tag_search_buttons li.selected
  732. {
  733. list-style-type: none;
  734. padding: 20px;
  735. background: #f3f3f3; /* Old browsers */
  736. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  737. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  738. background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 0%, #e2e2e2 100%, #e2e2e2 100%); /* FF3.6+ */
  739. 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+ */
  740. background: -webkit-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
  741. background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* Opera 11.10+ */
  742. background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* IE10+ */
  743. background: linear-gradient(to bottom, #f3f3f3 0%,#f3f3f3 0%,#e2e2e2 100%,#e2e2e2 100%); /* W3C */
  744. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
  745. }
  746. #tabs_tag_search_buttons li:first-child
  747. {
  748. -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  749. -moz-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  750. box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  751. }
  752. #tabs_tag_search_buttons li:last-child
  753. {
  754. -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  755. -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  756. box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  757. }
  758. #tabs_tag_search_buttons li div.dart
  759. {
  760. display: none;
  761. height: 16px;
  762. margin-left: 30px;
  763. margin-top: 6px;
  764. width: 30px;
  765. background: url("/img/icon_bigtag_choosed.png") no-repeat scroll 0 0 transparent;
  766. position: absolute;
  767. }
  768. #tabs_tag_search_buttons li.selected div.dart
  769. {
  770. display: block;
  771. }
  772. ul.tagbox a.close
  773. {
  774. background: url("/img/icon_close_red.png") repeat scroll 0 100% transparent;
  775. position: absolute;
  776. width: 11px;
  777. text-indent: -9999px;
  778. margin-left: 2px;
  779. }
  780. ul.tagbox li.tag
  781. {
  782. padding-right: 18px;
  783. }
  784. ul.tagbox li.tag, ul#favorite_tags li
  785. {
  786. border-radius: 3px 3px 3px 3px;
  787. display: inline-block;
  788. font-size: 13px;
  789. font-weight: bold;
  790. line-height: 1;
  791. margin-bottom: 1px;
  792. margin-right: 3px;
  793. -moz-border-radius: 4px;
  794. -webkit-border-radius: 4px;
  795. -khtml-border-radius: 4px;
  796. border-radius: 4px;
  797. }
  798. ul.tagbox li.input {display:block; float:left;}
  799. ul.tagbox input:focus {
  800. border-color: #fff;
  801. }
  802. ul.tagbox input {
  803. width: 50px;
  804. margin: 0;
  805. border: 0;
  806. outline: 0;
  807. line-height:1.2;
  808. padding: 3px 0;
  809. font-size: 105%;
  810. }
  811. ul#favorite_tags li
  812. {
  813. margin-right: 0px;
  814. }
  815. #element_add_link, #element_add_close_link, #group_add_link, #group_add_close_link, #registration_link, #login_link
  816. {
  817. float: right;
  818. margin-top: -58px;
  819. padding: 15px;
  820. color: white;
  821. border: none;
  822. background: #f6282d; /* Old browsers */
  823. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  824. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2MjgyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjYyODJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1MDYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTA2MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  825. background: -moz-linear-gradient(top, #f6282d 0%, #f6282d 0%, #c50617 100%, #c50617 100%); /* FF3.6+ */
  826. 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+ */
  827. background: -webkit-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* Chrome10+,Safari5.1+ */
  828. background: -o-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* Opera 11.10+ */
  829. background: -ms-linear-gradient(top, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* IE10+ */
  830. background: linear-gradient(to bottom, #f6282d 0%,#f6282d 0%,#c50617 100%,#c50617 100%); /* W3C */
  831. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6282d', endColorstr='#c50617',GradientType=0 ); /* IE6-8 */
  832. }
  833. #registration_link, #login_link
  834. {
  835. margin-right: -10px;
  836. margin-top: -68px;
  837. }
  838. #element_add_link img, #element_add_close_link img, #group_add_link img, #group_add_close_link img, #registration_link img, #login_link img
  839. {
  840. margin-bottom: -5px;
  841. margin-right: -5px;
  842. }
  843. #element_add_link.justtopright, #element_add_close_link.justtopright, #group_add_link.justtopright, #group_add_close_link.justtopright
  844. {
  845. margin-top: 0px;
  846. margin-right: 0px;
  847. }
  848. .top_tools
  849. {
  850. padding: 10px;
  851. margin-bottom: 10px;
  852. }
  853. form[name="search"]
  854. {
  855. margin-top: -5px;
  856. }
  857. form[name="search"] input[type="submit"]
  858. {
  859. float: right;
  860. height: 34px;
  861. margin-top: -55px;
  862. }
  863. .top_tools input.tag_prompt
  864. {
  865. text-align: center;
  866. width: 518px;
  867. }
  868. .niceinput
  869. {
  870. -webkit-box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  871. box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  872. height: 34px;
  873. -moz-border-radius: 4px;
  874. -webkit-border-radius: 4px;
  875. -khtml-border-radius: 4px;
  876. border-radius: 4px;
  877. border: medium none;
  878. padding-left: 10px;
  879. padding-right: 10px;
  880. }
  881. .nicetextbox
  882. {
  883. -webkit-box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  884. box-shadow: inset 0px 0px 2px 3px #c8c8c8;
  885. height: 34px;
  886. -moz-border-radius: 4px;
  887. -webkit-border-radius: 4px;
  888. -khtml-border-radius: 4px;
  889. border-radius: 4px;
  890. border: medium none;
  891. padding: 10px;
  892. padding-right: 10px;
  893. }
  894. input:-moz-placeholder, textarea:-moz-placeholder {
  895. color: black;
  896. }
  897. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  898. color: black;
  899. }
  900. a.elements_more div
  901. {
  902. height: 32px;
  903. width: 100%;
  904. padding: 0px;
  905. text-align: center;
  906. background-image: url("/img/more_result.png");
  907. background-repeat: no-repeat;
  908. padding-top: 30px;
  909. text-transform : uppercase;
  910. }
  911. a.elements_more
  912. {
  913. color: black;
  914. font-weight: bold;
  915. }
  916. a.elements_more:hover
  917. {
  918. color: black;
  919. }
  920. div#element_add_box
  921. {
  922. padding: 10px;
  923. }
  924. #element_add_box h2
  925. {
  926. margin-top: 0px;
  927. }
  928. div#form_add_first_part #element_add_url
  929. {
  930. height: 29px;
  931. width: 485px;
  932. }
  933. #tabs_tag_search_buttons a
  934. {
  935. padding-left: 5px;
  936. }
  937. #tabs_tag_search_buttons img
  938. {
  939. float: left;
  940. }
  941. .muzichlogodecored
  942. {
  943. background-image: url("/img/icon_minilogo_2.png");
  944. background-repeat: no-repeat;
  945. background-position: left center;
  946. }
  947. a#autoplay_launch
  948. {
  949. -moz-border-radius: 3px 3px 0px 0px;
  950. -webkit-border-radius: 3px 3px 0px 0px;
  951. -khtml-border-radius: 3px 3px 0px 0px;
  952. padding-bottom: 0px;
  953. border-bottom: none;
  954. margin-right: -4px;
  955. margin-top: -3px;
  956. }
  957. div#tags_prompt_add
  958. {
  959. width: 465px;
  960. }
  961. div#tags_prompt_add input.tag_prompt
  962. {
  963. width: 450px;
  964. }
  965. div#form_add_second_part table td
  966. {
  967. padding: 10px;
  968. }
  969. div#form_add_second_part input[type="submit"]
  970. {
  971. float: right;
  972. margin-top: -25px;
  973. }
  974. div#footer
  975. {
  976. height: 104px;
  977. width: 100%;
  978. margin-top: 25px;
  979. border-top: 4px solid #E51936;
  980. background-color: #171717;
  981. text-align: center;
  982. position: absolute;
  983. bottom:0;
  984. }
  985. div#footer_content
  986. {
  987. margin-left: auto;
  988. margin-right: auto;
  989. width: 980px;
  990. color: #999999;
  991. }
  992. div#footer_content a
  993. {
  994. color: #999999;
  995. }
  996. div#footer_logo
  997. {
  998. line-height: 18px;
  999. margin-top: 25px;
  1000. padding-left: 0;
  1001. padding-right: 40px;
  1002. text-align: left;
  1003. width: 191px;
  1004. float: left;
  1005. }
  1006. div#footer_logo img
  1007. {
  1008. float: left;
  1009. padding-right: 10px;
  1010. }
  1011. span.fotter_muzich_big
  1012. {
  1013. font-size: 22px;
  1014. font-weight: bold;
  1015. }
  1016. div#footer_content ul.footer_pages_links
  1017. {
  1018. float: left;
  1019. height: 74px;
  1020. margin-bottom: 0;
  1021. margin-top: 12px;
  1022. padding-top: 10px;
  1023. margin-left: 0;
  1024. padding-left: 32px;
  1025. width: 210px;
  1026. border-left: 1px solid #2F2F2F;
  1027. text-align: left;
  1028. }
  1029. div#footer_content ul.footer_pages_links li
  1030. {
  1031. list-style-image: url("/img/list_chip_red.png");
  1032. }
  1033. div.search_tag_list ul.search_tag_list
  1034. {
  1035. list-style-image: none;
  1036. padding:0;
  1037. margin:0;
  1038. list-style-type:none;
  1039. overflow: hidden;
  1040. }
  1041. div.search_tag_list ul.search_tag_list li
  1042. {
  1043. float: left;
  1044. margin-right: 4px;
  1045. margin-left: 4px;
  1046. margin-top: 2px;
  1047. margin-bottom: 2px;
  1048. padding: 2px 4px 2px 4px;
  1049. background-color: #d9f7ff;
  1050. border-radius: 4px;
  1051. -moz-border-radius: 4px;
  1052. -webkit-border-radius: 4px;
  1053. -webkit-box-shadow: #666 0px 2px 3px;
  1054. -moz-box-shadow: #666 0px 2px 3px;
  1055. box-shadow: #666 0px 2px 3px;
  1056. }
  1057. div.search_tag_list ul.search_tag_list li.new
  1058. {
  1059. font-weight: bold;
  1060. background: #e0e0e0;
  1061. color: black;
  1062. }
  1063. #container div.search_tag_list ul.search_tag_list li.new a
  1064. {
  1065. color: black;
  1066. }
  1067. div.search_tag_list ul.search_tag_list li:hover
  1068. {
  1069. background-color: #999999;
  1070. }
  1071. div.search_tag_list span.info
  1072. {
  1073. text-shadow: 1px 1px 1px #666;
  1074. font-weight: bold;
  1075. font-size: 17px;
  1076. }
  1077. #container ul.search_tag_list li a
  1078. {
  1079. color: #E7E7E7;
  1080. }
  1081. #container ul.search_tag_list li a:hover
  1082. {
  1083. text-decoration: none;
  1084. }
  1085. ul.search_tag_list li a
  1086. {
  1087. color: white;
  1088. }
  1089. div#search_tag_search a.more, div#search_tag_add a.more
  1090. {
  1091. color: black;
  1092. }
  1093. div#search_tag_search p.help
  1094. {
  1095. font-size: 11px;
  1096. font-style: italic;
  1097. }
  1098. .textcenter
  1099. {
  1100. text-align: center;
  1101. }
  1102. ul#form_add_prop_tags_api li
  1103. {
  1104. float: left;
  1105. list-style-type: none;
  1106. margin-right: 15px;
  1107. }
  1108. ul#form_add_prop_tags_api li:hover
  1109. {
  1110. text-decoration: underline;
  1111. }
  1112. ul.elements li.element.selected
  1113. {
  1114. background-color: #E7E7E7;
  1115. }
  1116. ul.elements li.element h2
  1117. {
  1118. margin-top: 0px;
  1119. }
  1120. ul.elements li.element fieldset
  1121. {
  1122. margin-bottom: 5px;
  1123. }
  1124. ul.elements li.element fieldset.edit_url label, ul.elements li.element fieldset.edit_name label, ul.elements li.element fieldset.edit_tags label
  1125. {
  1126. display: block;
  1127. float: left;
  1128. width: 80px;
  1129. font-size: 16px;
  1130. padding-top: 6px;
  1131. font-weight: bold;
  1132. }
  1133. ul.elements li.element fieldset.edit_tags label
  1134. {
  1135. float: left;
  1136. }
  1137. ul.elements li.element fieldset.edit_url input[type="text"], ul.elements li.element fieldset.edit_name input[type="text"]
  1138. {
  1139. width: 520px;
  1140. font-size: 100%;
  1141. height: 30px;
  1142. }
  1143. ul.elements li.element fieldset.edit_tags input.tag_prompt
  1144. {
  1145. width: 600px;
  1146. }
  1147. ul.elements li.element div.inputs
  1148. {
  1149. text-align: right;
  1150. }
  1151. div.no_elements
  1152. {
  1153. text-align: center;
  1154. }
  1155. ul#autoplay_element
  1156. {
  1157. margin: 0px;
  1158. padding: 0px;
  1159. }
  1160. ul#autoplay_element li
  1161. {
  1162. list-style-type: none;
  1163. }
  1164. ul.tagbox {
  1165. cursor: text;
  1166. border: none;
  1167. overflow: hidden;
  1168. padding: 0 0 1px 3px;
  1169. margin-left: 0px;
  1170. }
  1171. ul.tagbox li {
  1172. margin:0;
  1173. }
  1174. ul#favorite_tags
  1175. {
  1176. padding:0;
  1177. margin-top:10px;
  1178. margin-bottom: 10px;
  1179. margin-left: 0px;
  1180. list-style-type:none;
  1181. }
  1182. ul#favorite_tags li a
  1183. {
  1184. color: white;
  1185. }
  1186. ul#favorite_tags li.list_length_big a
  1187. {
  1188. font-size: 16px;
  1189. padding-top: 2px;
  1190. padding-bottom: 2px;
  1191. }
  1192. ul#favorite_tags li.list_length_medium a
  1193. {
  1194. font-size: 15px;
  1195. padding-top: 3px;
  1196. padding-bottom: 3px;
  1197. }
  1198. ul#favorite_tags li a.active
  1199. {
  1200. color: #999999;
  1201. }
  1202. ul#favorite_tags li a.highlight
  1203. {
  1204. color: #E51936;
  1205. }
  1206. ul#favorite_tags li a.highlight.active
  1207. {
  1208. color: #999999;
  1209. }
  1210. input#element_add_name
  1211. {
  1212. width: 450px;
  1213. }
  1214. .darkbutton {
  1215. background-color: #585454;
  1216. padding: 8px 8px 6px 6px;
  1217. border: 1px solid black;
  1218. text-transform : uppercase;
  1219. font-size: 70%;
  1220. font-weight: bold;
  1221. background: none;
  1222. background-color: #555;
  1223. box-shadow: 0 1px 1px 0 #696465 inset;
  1224. color: white;
  1225. }
  1226. div.top_tools div.show_options
  1227. {
  1228. float: right;
  1229. padding: 10px;
  1230. }
  1231. div.show_options a
  1232. {
  1233. color: white;
  1234. }
  1235. .nicelabels label
  1236. {
  1237. display: block;
  1238. float: left;
  1239. font-size: 16px;
  1240. font-weight: bold;
  1241. padding-top: 6px;
  1242. width: 100px;
  1243. }
  1244. div#group_add_box label
  1245. {
  1246. width: 110px;
  1247. }
  1248. div#group_add_box input#group_name
  1249. {
  1250. width: 488px;
  1251. }
  1252. div#group_add_box textarea#group_description
  1253. {
  1254. width: 487px;
  1255. height: 85px;
  1256. }
  1257. div#group_add_box input.tag_prompt
  1258. {
  1259. width: 96%;
  1260. }
  1261. div.alignright
  1262. {
  1263. text-align: right;
  1264. }
  1265. div#group_add_box input[type="submit"]
  1266. {
  1267. margin-top: 10px;
  1268. }
  1269. div#registration_box input.niceinput
  1270. {
  1271. width: 430px;
  1272. }
  1273. div#registration_box label
  1274. {
  1275. width: 170px;
  1276. }
  1277. div#registration_box div.field
  1278. {
  1279. margin-bottom: 5px;
  1280. }
  1281. .mainbox_start input.tag_prompt
  1282. {
  1283. width: 96%;
  1284. }
  1285. .mainbox_start input[type="submit"]
  1286. {
  1287. float: right;
  1288. margin-right: 7px;
  1289. margin-top: 10px;
  1290. }
  1291. div.global_search_results
  1292. {
  1293. margin-top: 10px;
  1294. }
  1295. div#add_url_title, div.element_title
  1296. {
  1297. width: 510px;
  1298. font-weight: bold;
  1299. font-size: 15px;
  1300. white-space: nowrap;
  1301. overflow: hidden;
  1302. text-overflow: ellipsis;
  1303. }