main.css 32KB

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