Advertisement
NginUS

custom.css

Sep 15th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.06 KB | None | 0 0
  1. #Body {
  2. height:auto;
  3. margin:15px 10px 0 auto;
  4. min-width:300px;
  5. text-align:left;
  6. width:100%;
  7. }
  8.  
  9. #Bookmark_List {
  10. border-bottom:none;
  11. }
  12.  
  13. #Bookmark_List li {
  14. border-bottom:1px solid #555;
  15. }
  16.  
  17. #CommentInfo,div.CommentInfo {
  18. visibility:visible;
  19. }
  20. #Content .BoxFilter {
  21. display: none;
  22. }
  23. #Content {
  24. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  25. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  26. background-color:transparent;
  27. background-image:url(images/contnt.png);
  28. background-repeat:repeat;
  29. background-size:100% 100%;
  30. border:1px solid #222;
  31. border-radius:5px;
  32. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  33. float:right;
  34. margin-right:10px;
  35. min-width:20%;
  36. padding:0;
  37. width:66%;
  38. }
  39.  
  40. #Content h1 {
  41. background:url(images/menu_bg.png);
  42. background-size:100% 100%;
  43. border-bottom:1px solid #222;
  44. border-top: none;
  45. font-family:Impact;
  46. font-size:20px;
  47. padding:12px;
  48. text-shadow: 0 -1px 0 #000;
  49. }
  50.  
  51. #Content,#Panel {
  52. border-radius:5px;
  53. }
  54.  
  55. #ConversationForm .TextBox {
  56. background-color:transparent;
  57. height:100px;
  58. margin:8px 0 6px;
  59. min-height:100px;
  60. width:100%;
  61. }
  62.  
  63. #ConversationForm form {
  64. background-color:transparent;
  65. border-radius:2px 2px 2px 2px;
  66. margin:0;
  67. padding:20px;
  68. text-align:right;
  69. }
  70.  
  71. #ConversationForm label {
  72. color:#222;
  73. display:block;
  74. font-size:14px;
  75. font-weight:700;
  76. text-align:center;
  77. }
  78.  
  79. #DiscussionForm form {
  80. background-color:transparent;
  81. border:none;
  82. color:#000;
  83. }
  84.  
  85. #Foot {
  86. background:transparent;
  87. clear:both;
  88. color:#ddd;
  89. font-size:13px;
  90. line-height:1;
  91. padding:0;
  92. text-align:center;
  93. width:100%;
  94. }
  95.  
  96. #Foot a:hover {
  97. color:#f00;
  98. }
  99. #Foot a {
  100. color:#ccc;
  101. }
  102.  
  103. #Foot div {
  104. height: auto;
  105. margin-top: 0px;
  106. padding: 0;
  107. position: relative;
  108. text-align: center;
  109. width: 100%;
  110. }
  111.  
  112. #FootMenu {
  113. margin: 0 auto;
  114. text-align: center;
  115. }
  116. .Foot div a {
  117. display: block;
  118. height: auto;
  119.  
  120. }
  121. .Foot div p a {
  122. display: block;
  123. height: auto;
  124. width:60px;
  125. }
  126.  
  127. #FootMenu ul#Menu li a:hover {
  128. -moz-box-shadow: 0 0 5px #aaa;
  129. -webkit-box-shadow: 0 0 5px #aaa;
  130. background: url(images/menu_bg.png)!important;
  131. border: 1px solid #222;
  132. box-shadow: 0 0 5px #aaa;
  133. color:#fff;
  134. text-shadow: 0 -1px 0 #000!important;
  135. }
  136. #FootMenu ul#Menu {
  137. margin:0 auto;
  138. padding:5px;
  139. position:relative;
  140. top:0px;
  141. }
  142.  
  143. #Form_Form {
  144. background-color:transparent;
  145. background-image:url(images/contnt.png);
  146. background-repeat:repeat;
  147. border:1px solid #333;
  148. padding-bottom:10px;
  149. }
  150.  
  151. #Head {
  152. background-color:transparent;
  153. background-repeat:repeat;
  154. border:none;
  155. padding-left:10px;
  156. }
  157.  
  158. #Head h1 span img {
  159. margin: 0 auto;
  160. width: 100%;
  161. min-width: 600px;
  162. max-width: 800px;
  163. }
  164.  
  165.  
  166. #Menu {
  167. display:inline-block;
  168. margin:0 auto;
  169. vertical-align:bottom;
  170. }
  171.  
  172. #Menu a span,#Menu li.Active a span,#Menu li.Highlight a:hover span {
  173. -moz-border-radius:11px;
  174. -webkit-border-radius:11px;
  175. background:#fff;
  176. border-radius:11px;
  177. color:#000;
  178. font-size:11px;
  179. font-weight:700;
  180. padding:0 2px;
  181.  
  182. }
  183.  
  184. #Menu a:hover {
  185. -moz-box-shadow:0 0 5px #aaa;
  186. -webkit-box-shadow:0 0 5px #aaa;
  187. background-image:url(images/menu_bg.png);
  188. background-repeat:repeat;
  189. border:1px solid #222;
  190. box-shadow:0 0 5px #aaa;
  191. color:#fff;
  192. font-size:10pt;
  193. transition: background 0.5s ease 0s;
  194. }
  195.  
  196. #Menu a:link {
  197. font-size: 15px;
  198. text-decoration: none;
  199. text-transform: uppercase;
  200. }
  201.  
  202. #Menu li {
  203. display:inline-block;
  204. float:right;
  205. font-weight:700;
  206. list-style:none outside none;
  207. margin:0;
  208. padding:1px!important;
  209. position:relative;
  210. text-align:center;
  211. }
  212.  
  213. #Menu ul,#MessageForm {
  214. background:transparent;
  215. }
  216.  
  217. #Panel {
  218. border-radius:5px;
  219. float:left!important;
  220. margin-left:10px;
  221. width:30%;
  222. border-top: none;
  223. border-right: none;
  224. background:transparent;
  225. }
  226.  
  227. #Panel .BoxFilter,.CategoryFilter {
  228. background:url(images/contnt.png) repeat scroll 0 0 transparent;
  229. border:1px solid #222;
  230. border-radius:5px 5px 5px 5px;
  231. margin:10px 0;
  232. text-align:center;
  233. }
  234.  
  235. #Panel .FilterMenu .Active, .PanelInfo .Active {
  236. background: url(images/menu_bg.png)
  237. rgba(64, 26, 2,.3)!important;
  238. border-bottom: 1px solid #222;
  239. border-radius: 0;
  240. font-weight: 700;
  241. }
  242.  
  243. #Panel .FilterMenu li,.PanelInfo li {
  244. background:url(images/contnt.png);
  245. border-bottom:1px solid #222;
  246. padding:2px 4px;
  247. }
  248.  
  249. #Panel form input.Button.Action {
  250. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  251. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  252. background:url(images/contnt.png) repeat scroll transparent;
  253. border:1px solid #222;
  254. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  255. font-size:12pt;
  256. font-weight:700;
  257. height:28px;
  258. margin:13px;
  259. padding:0;
  260. width:48px;
  261. }
  262.  
  263. #Panel form input.InputBox {
  264. -moz-box-shadow:none;
  265. -webkit-box-shadow:none;
  266. background:url(images/contnt.png) repeat scroll 0 0 transparent;
  267. border-color:#222;
  268. border-image:none;
  269. border-radius:4px;
  270. border-style:solid;
  271. border-width:1px;
  272. box-shadow:none;
  273. color:#000;
  274. font-size:14px;
  275. font-weight:700;
  276. padding:8px;
  277. text-shadow:0 -1px 0 #000;
  278. vertical-align:top;
  279. width:72%!important;
  280. }
  281.  
  282. #Panel input.InputBox,.AddPeople textarea.MultiComplete {
  283. margin-bottom:2px;
  284. width:100%;
  285. }
  286. #Panel .DismissMessage.Box {
  287. -moz-box-shadow: 1px 1px 1px 1px #333;
  288. -webkit-box-shadow: 1px 1px 1px 1px #333;
  289. background: url(images/contnt.png) repeat scroll 0 0
  290. rgba(82,82,82,0.0);
  291. border: 1px solid #222;
  292. border-radius: 4px;
  293. box-shadow: 1px 1px 1px 1px #333;
  294. color: #fff;
  295. font-size: 18px;
  296. text-shadow: 0 -1px 0 #000;
  297. }
  298. #Status {
  299. background-color:transparent;
  300. background-image:url(images/contnt.png);
  301. background-repeat:repeat;
  302. padding-bottom:5px;
  303. }
  304.  
  305. #ThemeCredit {
  306. color:#333;
  307. font-size:9px;
  308. }
  309.  
  310. #translate-this .translate-this-button {
  311. background:url(images/tt-btn1.png)!important;
  312. border:1px solid #222;
  313. border-radius:5px;
  314. float:left;
  315. overflow:hidden;
  316. position:relative;
  317. text-indent:-2000px;
  318. visibility:visible!important;
  319. }
  320.  
  321. #ttb-paneltop.ttb-paneltop {
  322. background:transparent!important;
  323. }
  324.  
  325. * {
  326. margin:0;
  327. padding:0;
  328. }
  329. .About.P {
  330. float: none;
  331. height: auto;
  332. line-height:1;
  333. margin: 0 auto;
  334. width: 100%;
  335. white-space:normal;
  336. }
  337. dl.About {
  338. display: inline-block;
  339. float: none;
  340. height: auto;
  341. line-height: 1;
  342. margin: 3px 3px 0;
  343. width: 100%;
  344. white-space: normal;
  345. text-align: left;
  346. }
  347. .Active .TabLink {
  348. background:#111;
  349. border:1px solid #222;
  350. color:#fff;
  351. }
  352.  
  353. .Activities .DataList a.Title,.Activities .DataList .Title,.Activities .DataList .Title a,.Activities .DataList .Excerpt p {
  354. font-size:18px;
  355. line-height:1;
  356. }
  357.  
  358. .Activities .DataList li {
  359. background:none repeat scroll 0 0 transparent;
  360. border:none;
  361. }
  362. .Activities .Excerpt {
  363. color: #000;
  364. display: block;
  365. font-weight: 700;
  366. margin: 0;
  367. position: relative;
  368. text-align: left;
  369. text-shadow: none;
  370. }
  371.  
  372. .Activities .Excerpt a:hover,.Activities .Meta a:hover {
  373. color:#fff;
  374. font-size:10pt;
  375. text-decoration:none;
  376. }
  377.  
  378. .Activities .HasPhoto .ItemContent {
  379. margin-left:0;
  380. width:auto;
  381. }
  382.  
  383. .Activities a.CommentLink {
  384. border:1px solid #aaa;
  385. color:#000!important;
  386. cursor:default;
  387. display:block;
  388. font-size:14px;
  389. font-weight:700;
  390. padding:6px;
  391. text-decoration:none;
  392. }
  393.  
  394. .Activities a.CommentLink:hover {
  395. border:1px solid #222;
  396. color:#fff!important;
  397. cursor:default;
  398. display:block;
  399. font-size:14px;
  400. font-weight:700;
  401. padding:6px;
  402. text-decoration:none;
  403. }
  404.  
  405. .Activities a.Title, .Activities .Title, .Activities .Title a {
  406. font-size: 15px;
  407. text-shadow: none;
  408. }
  409.  
  410. .Activities a.Title:hover, .Activities .Title:hover, .Activities .Title a:hover {
  411. color: #000;
  412. font-size: 15px;
  413. text-shadow: none;
  414. }
  415. .Activities li.Condensed .Excerpt {
  416. font-size:14px;
  417. text-align:left;
  418. text-shadow:0 -1px 0 #000;
  419. width:auto;
  420. }
  421.  
  422. .AdminCheck {
  423. display:inline-block;
  424. height:22px;
  425. position:relative;
  426. right:5px;
  427. top:0;
  428. vertical-align:bottom;
  429. }
  430. .AdminCheck#top {
  431. vertical-align: top;
  432. position: relative;
  433. left: 5px;
  434. }
  435. .AptAdImg img {
  436. border-radius:5px!important;
  437. box-shadow:1px 0 1px 1px #222!important;
  438. }
  439. .Attachment .FileMeta {
  440. padding: 0 4px;
  441. color: #fff;
  442. }
  443. .Attachment:hover .FileHover {
  444. z-index: 101;
  445. display: block;
  446. background: url(images/contnt.png)rgba(0,0,0,.7);
  447. padding: 6px;
  448. border: 2px solid #f00;
  449. border-radius: 5px;
  450. box-shadow: 0px 2px 10px #000;
  451. -moz-box-shadow: 0px 2px 10px #000;
  452. -webkit-box-shadow: 0px 2px 10px #000;
  453. position: absolute;
  454. top: -7px;
  455. left: -7px;
  456. }
  457.  
  458.  
  459. .Box {
  460. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  461. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  462. background-color:transparent;
  463. background-image:url(images/contnt.png);
  464. background-repeat:repeat;
  465. border-radius:5px;
  466. border: 1px solid #222;
  467. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  468. }
  469.  
  470. .Box dl dd {
  471. color:#222;
  472. font-size:14px;
  473. margin-left:80px;
  474. }
  475.  
  476. .Box dl dt,.Box p,.Activities .Excerpt a,.Activities .Meta a,body.Entry form ul li label {
  477. color:#222;
  478. }
  479.  
  480. .Box h4, h4, .CategoryFilterTitle {
  481. background-color:
  482. transparent;
  483. background-image: url(images/menu_bg.png);
  484. background-repeat: repeat;
  485. border-bottom: 1px solid #222;
  486. border-radius: 5px 5px 0 0;
  487. box-shadow: none;
  488. color: #fff;
  489. font-size: 18px;
  490. text-align: center;
  491. text-shadow: 0 -1px 0 #000;
  492. padding: 6px;
  493. }
  494.  
  495. .Box p {
  496. font-size: 100%;
  497. text-align: center;
  498. color: #fff;
  499. }
  500.  
  501. .Center {
  502. background:transparent!important;
  503. border:none;
  504. font-weight:700;
  505. margin:0 auto;
  506. }
  507.  
  508. .Conversation .Item {
  509. background-color:transparent;
  510. background-image:url(images/contnt.png);
  511. background-repeat:repeat;
  512. background-size:100% 100%;
  513. border-bottom:1px solid #222;
  514. }
  515.  
  516. .DataList .Excerpt a {
  517. color:#000;
  518. display:block;
  519. font-size:11pt;
  520. }
  521.  
  522. .DataList .Excerpt a:hover {
  523. font-size:11pt;
  524. }
  525.  
  526. .DataList .Item {
  527. background-color:
  528. transparent;
  529. background-image: url(images/contnt.png);
  530. background-repeat: repeat;
  531. border: 1px solid #333;
  532. height: auto;
  533. text-align: left;
  534. }
  535. .DataList .Item:first-child {
  536. border-radius:0 0 0 0;
  537. }
  538. .DataList .Item:last-child {
  539. border-radius:0 0 5px 5px;
  540. }
  541.  
  542. .DataList .Meta.CommentMeta.CommentInfo {
  543. position: relative;
  544. top: -23px;
  545. margin: 0 40px auto;
  546. }
  547. .DataList .Meta {
  548. color: #000;
  549. font-size: 12px;
  550. position: relative;
  551. top: 0px;
  552. display: inline;
  553. width: 100%;
  554. text-shadow: none;
  555. }
  556. .DataList .Meta.Meta-Discussion {
  557. color: #000;
  558. position: relative;
  559. left: 1%;
  560. display: inline-block;
  561. width: 100%;
  562. float: left;
  563. font-size: 12px;
  564. text-shadow: none;
  565. }
  566.  
  567. .DataList .Meta .Announcement {
  568. background:url(images/contnt.png) repeat scroll 0 0 #4242A9;
  569. border:1px solid #666;
  570. border-radius:3px 3px 3px 3px;
  571. font-size:13px;
  572. font-weight:700;
  573. text-shadow:0 -1px 0 #000;
  574. }
  575.  
  576. .DataList .Meta .Closed {
  577. background:#bb3c3c;
  578. font-weight:400;
  579. text-shadow:0 -1px 0 #000;
  580. }
  581.  
  582. .DataList .Options, .MessageList .Options {
  583. padding: 0;
  584. position: relative;
  585. top: 6px;
  586. right: 20px;
  587. }
  588.  
  589. .DataList .Title a {
  590. color:#fff;
  591. font-size:16px;
  592. font-weight:700;
  593. text-shadow:0 -1px 0 #000;
  594. }
  595.  
  596. .DataList .Title a:hover {
  597. color: #F00;
  598. font-weight: 700;
  599. font-size: 16px;
  600. text-shadow: 0 1px 2px #000;
  601. }
  602. .DataList a.Delete:hover {
  603. text-decoration: none;
  604. border: 2px solid #f00;
  605. background: #000;
  606. color: #f00;
  607. visibility: visible;
  608. }
  609. .DataList a.Delete, .DataList a.Delete:hover {
  610. -moz-border-radius: 0;
  611. -webkit-border-radius: 0;
  612. border-radius: 25px;
  613. color: #fff;
  614. display: block;
  615. font-family: "Trebuchet MS", Arial, sans-serif;
  616. font-size: 25px;
  617. font-weight: 700;
  618. height: 25px;
  619. line-height: .9;
  620. margin: 2px 12px 0 0;
  621. padding: 2px 8px;
  622. text-shadow: 0 -1px 0 #000;
  623. width: auto;
  624. visibility: visible;
  625. }
  626.  
  627. .DataList a.Title {
  628. display:block;
  629. font-size:18px;
  630. font-weight:700;
  631. margin:0;
  632. text-shadow: 0 -1px 0 #000
  633. }
  634.  
  635. .DataList a.Title:hover {
  636. color:#F00!important;
  637. display:block;
  638. font-size:18px;
  639. font-weight:700;
  640. margin:0;
  641. text-shadow: 0 -1px 0 #000
  642. }
  643.  
  644. .DataList li.Mine .Meta a.Category,.DataList .Meta a.Category {
  645. background:url(images/menu_bg.png) repeat scroll 0 0 transparent;
  646. border:1px solid #666;
  647. }
  648. .DataList .Item.Alt {
  649. background-size: 100% 100%;
  650. position: relative;
  651. background-color: rgba(64, 26, 2,.3);
  652. }
  653. .DismissMessage.Box {
  654. -moz-box-shadow: 1px 1px 1px 1px #333;
  655. -webkit-box-shadow: 1px 1px 1px 1px #333;
  656. background: url(images/contnt.png) repeat scroll 0 0
  657. rgba(82,82,82,0.0);
  658. border: 1px solid #222;
  659. border-radius: 4px;
  660. box-shadow: 1px 1px 1px 1px #333;
  661. color: #fff;
  662. font-size: 18px;
  663. text-shadow: 0 -1px 0 #000;
  664. }
  665.  
  666. .DismissMessage.Warning {
  667. -moz-box-shadow:1px 1px 1px 1px #333;
  668. -webkit-box-shadow:1px 1px 1px 1px #333;
  669. background:url(images/contnt.png) repeat scroll 0 0 rgba(82,82,82,0.3);
  670. border:1px solid #666;
  671. border-radius:4px;
  672. box-shadow:1px 1px 1px 1px #333;
  673. color:#fff;
  674. font-size:20px;
  675. text-shadow:0 -1px 0 #000;
  676. }
  677.  
  678. .Drafts .ItemContent a.Title,.Discussions .ItemContent a.Title {
  679. color:#222;
  680. max-width:580px;
  681. }
  682. .EditCommentForm .Buttons .Cancel, .CommentForm .Buttons .Cancel, .CommentForm .Buttons .Back, .DraftButton, .CommentForm .WriteButton {
  683. float: left;
  684. line-height: 1;
  685. padding-right: 3px;
  686. }
  687. .EditCommentForm .Buttons, .CommentForm .Buttons {
  688. position: relative;
  689. text-align: right;
  690. margin: 50px 0 0;
  691. padding: 6px 0;
  692. }
  693. .EmoticonBox {
  694. -moz-border-bottom-colors:none;
  695. -moz-border-left-colors:none;
  696. -moz-border-right-colors:none;
  697. -moz-border-top-colors:none;
  698. background-color:#222;
  699. background-position:center center;
  700. border-color:0 #AAA #AAA 0;
  701. border-image:none;
  702. border-right:1px solid #AAA;
  703. border-style:none solid solid none;
  704. border-width:0 1px 1px 0;
  705. cursor:pointer;
  706. display:block;
  707. float:left;
  708. height:22px;
  709. overflow:hidden;
  710. width:22px;
  711. }
  712.  
  713. .EmotifyDropdown {
  714. background-attachment:scroll;
  715. background-clip:border-box;
  716. background-color:transparent;
  717. background-image:url(images/smile.png);
  718. background-origin:padding-box;
  719. background-position:0 2px;
  720. background-repeat:no-repeat;
  721. background-size:22px auto;
  722. border-radius:22px 22px 22px 22px;
  723. cursor:pointer;
  724. height:22px;
  725. position:absolute;
  726. right:0px;
  727. text-align:right;
  728. top:0px;
  729. width:22px;
  730. z-index:10;
  731. }
  732.  
  733. .Excerpt a {
  734. color:#fff!important;
  735. font-size:16px!important;
  736. }
  737.  
  738. .Excerpt a:hover {
  739. color:#fff;
  740. font-size:16px!important;
  741. }
  742.  
  743. .Flyout .Author .PhotoWrap,.Flyout .Author .PhotoWrap:hover {
  744. margin: 0;
  745. background: none transparent!important;
  746. box-shadow: none!important;
  747. border: none!important;
  748. float: left;
  749. position: relative;
  750. top: -3px;
  751. }
  752.  
  753. .FlyoutButton {
  754. cursor:pointer;
  755. }
  756.  
  757. .FlyoutLeft .Flyout {
  758. right:inherit;
  759. }
  760.  
  761. .FlyoutMenu {
  762. -moz-border-radius: 2px;
  763. -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.9);
  764. -webkit-border-radius: 2px;
  765. -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.9);
  766. background: #000;
  767. border: solid 1px #666;
  768. border-radius: 2px;
  769. box-shadow: 0 3px 8px rgba(0,0,0,0.9);
  770. color: #000;
  771. width: 300px;
  772. }
  773.  
  774. .FlyoutMenu a {
  775. color:#00419b;
  776. }
  777. .FlyoutMenu .Excerpt{
  778. color:#fff!important;
  779. }
  780. .Flyout:after {
  781. border-bottom: 7px solid #f00;
  782. top: -6px;
  783. }
  784. .Form-Header .Author{
  785. display:none;
  786. }
  787. .Foot .Note {
  788. color:#000;
  789. float:left;
  790. font-weight:700;
  791. padding:0 0 0 8px;
  792. }
  793.  
  794. .Gloss {
  795. font-size: 95%;
  796. font-weight: normal;
  797. color:#fff;
  798. }
  799. .HeadingTabs .SubTab {
  800. background:none repeat scroll 0 0 transparent;
  801. display:inline;
  802. font-size:18px;
  803. font-weight:700;
  804. line-height:2.4;
  805. padding:0;
  806. }
  807.  
  808. .Headings .ItemHeading {
  809. font-size:18px;
  810. font-weight:700;
  811. line-height:2;
  812. }
  813.  
  814. .Info {
  815. -moz-border-radius: 2px;
  816. -webkit-border-radius: 2px;
  817. background: transparent!important;
  818. border: none;
  819. border-radius: 2px;
  820. color: #000;
  821. font-size: 17px;
  822. margin: 10px 0;
  823. padding: 6px 8px;
  824. text-align: center;
  825. text-shadow: none;
  826. }
  827. .ItemContent.Item{
  828. color:#fff;
  829. text-shadow:0 -1px 0 #000;
  830. }
  831. .ItemContent.Category {
  832. min-height: auto;
  833. }
  834. .Item .Author img {
  835. background:none repeat scroll 0 0 #222;
  836. border:2px solid #222;
  837. box-shadow:1px 1px 2px 1px #666;
  838. float:left;
  839. height:40px;
  840. margin:0 10px 0 0;
  841. overflow:hidden;
  842. width:40px;
  843. }
  844.  
  845. .Item .Author img:hover {
  846. background:none repeat scroll 0 0 #222;
  847. border:none;
  848. border-radius:43px;
  849. box-shadow:1px 1px 2px 1px #000;
  850. float:left;
  851. height:43px;
  852. margin:0 10px 0 0;
  853. overflow:hidden;
  854. width:43px;
  855. }
  856.  
  857. .Item .OptionsTitle, .MenuTitle {
  858. -moz-box-shadow: none;
  859. -moz-user-select: none;
  860. -webkit-box-shadow: none;
  861. background-color: transparent;
  862. background-image: url(images/cog2.png);
  863. background-position: bottom center;
  864. background-repeat: no-repeat;
  865. background-size: ;
  866. border: 0;
  867. border-radius: 4px;
  868. box-shadow: none;
  869. color: #FFF;
  870. font-size: 1px;
  871. font-weight: 700;
  872. text-shadow: 0 -1px 0 #000;
  873. height: 24px;
  874. width: 24px;
  875. }
  876. .Item.Open .OptionsTitle {
  877. visibility: visible;
  878. background-position: top center;
  879. }
  880. .DataList .Meta {
  881. font-size: 12px;
  882. color: #000;
  883. white-space: nowrap;
  884. padding: 0;
  885. margin: 0;
  886. position: relative;
  887. }
  888. .ItemDiscussion .Meta {
  889. font-size: 12px;
  890. color: #ccc;
  891. white-space: nowrap;
  892. padding: 0;
  893. margin: 0;
  894. position: relative;
  895. }
  896. .ItemDiscussion {
  897. margin-bottom: 0;
  898. padding: 10px;
  899. background: rgba(59, 41, 29,.6);
  900. }
  901. .MItem {
  902. margin-left: 0;
  903. margin-right: 0;
  904. padding-right: 2px;
  905. position: relative;
  906. margin-top: -5px;
  907. }
  908. .Meta span a {
  909. font-size: 12px;
  910. color: #000;
  911. text-shadow: none;
  912. }
  913. .Meta span a:hover{
  914. font-size:12px;
  915. color:#f00;
  916. }
  917. .MeBox-SignIn {
  918. position: relative;
  919. margin-top: 6px!important;
  920. }
  921. .MeBox-SignIn {
  922. display: none!important;
  923. }
  924. span.Bullet{
  925. display:none!important;
  926. }
  927. .MeBox .ProfilePhotoMedium {
  928. height: 23px!important;
  929. width: 23px!important;
  930. border-radius: 0;
  931. }
  932. .MeBox .Author.Photo .PhotoWrap img:hover {
  933. height: 23px!important;
  934. width: 23px!important;
  935. border-radius: 0;
  936. }
  937. .MeBox .Flyout {
  938. left: -4px;
  939. right: inherit;
  940. top: 150%;
  941. max-width: 200px;
  942. }
  943.  
  944. .MeBox.FlyoutRight .Flyout {
  945. left:inherit;
  946. right:-4px;
  947. }
  948. .MeBox .WhoIs {
  949. min-height: 40px;
  950. line-height: 1;
  951. }
  952. .MeBox.FlyoutRight .Flyout:before,.MeBox.FlyoutRight .Flyout:after {
  953. left:auto;
  954. right:9px;
  955. }
  956. .MeMenu, body.Vanilla.Post .ToggleFlyout {
  957.  
  958. }
  959. .MeMenu {
  960. line-height: 24px;
  961. margin: 0 auto;
  962. position: relative;
  963. left: 5%;
  964. text-align: center;
  965. padding-top: 10px;
  966. }
  967. .MeBox a.Username {
  968. line-height: 100%;
  969. margin-top: 0;
  970. }
  971. .MeBox .PhotoWrap {
  972. position: relative;
  973. line-height: normal;
  974. }
  975. .Menu {
  976. margin:0 auto;
  977. position:relative;
  978. text-align:center;
  979. vertical-align:bottom;
  980. width:100%;
  981. }
  982.  
  983. .Menu h1 span img {
  984. height:auto!important;
  985. margin:0 auto;
  986. text-align:center;
  987. width:220px;
  988. }
  989.  
  990. .MenuItems a, .MenuItems a:link, .MenuItems a:visited, .MenuItems a:active {
  991. color: #fff;
  992. line-height: 1.5;
  993. text-decoration: none;
  994. white-space: nowrap;
  995. }
  996.  
  997. .MenuItems a:hover,.MenuItems a:link:hover,.MenuItems a:focus,.MenuItems a:link:focus {
  998. background:none rgba(0,0,0,0.9)!important;
  999. color:#F00!important;
  1000. }
  1001.  
  1002. .MenuItems hr {
  1003. display: none;
  1004. border-bottom: 1px solid #ddd;
  1005. }
  1006.  
  1007. .MessageForm {
  1008. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1009. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1010. background:url(images/contnt.png) transparent;
  1011. border:1px solid #222;
  1012. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1013. }
  1014.  
  1015. .MessageList .Meta .Author a {
  1016. font-size:14px;
  1017. font-weight:700;
  1018. }
  1019.  
  1020. .MessageList .Meta a {
  1021. color:#eee;
  1022. font-size:12px;
  1023. }
  1024.  
  1025. .MessageList .Meta a,span.DateCreated a:hover,table.PreferenceGroup td.Description{
  1026. font-size:12px;
  1027. }
  1028.  
  1029. .MessageList .Meta a:hover {
  1030. color:#f00;
  1031.  
  1032. }
  1033.  
  1034. .Meta .RSS img {
  1035. height:auto;
  1036. vertical-align:text-bottom;
  1037. visibility:hidden;
  1038. width:25px;
  1039. }
  1040.  
  1041. .Meta span.MItem.RSS a {
  1042. background-attachment:scroll!important;
  1043. background-clip:border-box!important;
  1044. background-color:transparent!important;
  1045. background-image:url(images/rss.gif)!important;
  1046. background-origin:padding-box!important;
  1047. background-position:0 0!important;
  1048. background-repeat:no-repeat!important;
  1049. background-size:22px auto;
  1050. font-size:22px;
  1051. z-index:1000;
  1052. }
  1053.  
  1054. .MultipleEntryMethods .Methods {
  1055. background-image:url(images/menu_bg.png);
  1056. background-repeat:repeat;
  1057. border:solid 1px #222;
  1058. color:#fff;
  1059. text-shadow:0 -1px 0 #000;
  1060. }
  1061.  
  1062.  
  1063. .Open .MenuTitle {
  1064. -moz-border-radius-bottomleft:0;
  1065. -moz-border-radius-bottomright:0;
  1066. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1067. -webkit-border-bottom-left-radius:0;
  1068. -webkit-border-bottom-right-radius:0;
  1069. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1070. background:url(images/menu_bg.png) right -144px no-repeat transparent;
  1071. border:1px solid #666;
  1072. border-bottom-left-radius:0;
  1073. border-bottom-right-radius:0;
  1074. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1075. color:#fff;
  1076. }
  1077.  
  1078. .OptionsMenu .Flyout {
  1079. right:-9px;
  1080. top:18px;
  1081. }
  1082.  
  1083. .OptionsTitle {
  1084. cursor:pointer;
  1085. display:inline-block;
  1086. font-size:0;
  1087. height:18px;
  1088. line-height:999px;
  1089. overflow:hidden;
  1090. padding:0;
  1091. user-select:none;
  1092. vertical-align:top;
  1093. width:21px;
  1094. }
  1095. .Overlay {
  1096. position: absolute;
  1097. top: 0;
  1098. left: 0;
  1099. width: 100%;
  1100. height: 100%;
  1101. background:transparent;
  1102. }
  1103. .Pager a, .Pager span {
  1104. display: inline-block;
  1105. margin: 0;
  1106. padding: 2px 7px!important;
  1107. line-height: 1;
  1108. text-shadow: 0 -1px 0 #000;
  1109. }
  1110. .Pager .Highlight {
  1111. color: #fff;
  1112. }
  1113.  
  1114. .P {
  1115. text-align:center;
  1116. }
  1117. .PasswordStrength .Background {
  1118. height: 4px;
  1119. background-color:transparent;
  1120. width: 100%;
  1121. position: absolute;
  1122. left: 0;
  1123. }
  1124.  
  1125.  
  1126. .P.PageDescription {
  1127. text-shadow:none;
  1128. font-size:18px;
  1129. padding:3px;
  1130. text-align:center;
  1131. margin: 13px 0;
  1132. }
  1133.  
  1134. .PanelActivity li {
  1135. background: url(images/contnt.png);
  1136. border-bottom: 1px solid #222;
  1137. color: #fff;
  1138. font-size: 13px;
  1139. line-height: 1.6;
  1140. padding: 2px 6px;
  1141. text-shadow: 0 -1px 0 #000;
  1142. }
  1143. .PanelActivity {
  1144. border: 1px solid #222;
  1145. border-bottom: 0;
  1146. }
  1147. .PanelDiscussions li a {
  1148. color:#000;
  1149. float:none;
  1150. text-shadow: 0 -1px 0 #000;
  1151. }
  1152.  
  1153. .PanelDiscussions li a:hover,.Preview .Message a:hover,.Preview .Message p a:hover,.MessageList .Message a:hover,.MessageList .Message p span a:hover,.Message span a:hover,.ttb-panel a {
  1154. color:#f00;
  1155. text-shadow: 0 -1px 0 #000;
  1156. }
  1157.  
  1158. .PanelInfo {
  1159. }
  1160.  
  1161. .PanelInfo .Active {
  1162. background:#fff;
  1163. border:none;
  1164. }
  1165.  
  1166. .PanelInfo .Meta span,.PanelInfo .Meta strong {
  1167. color:#fff;
  1168. margin-right:11px;
  1169. text-shadow: 0 -1px 0 #000;
  1170. }
  1171.  
  1172. .PanelInfo li {
  1173. background-image:url(images/contnt.png);
  1174. background-repeat:repeat;
  1175. }
  1176.  
  1177. .Photo img {
  1178. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1179. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1180. border:none;
  1181. border-radius:10px;
  1182. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1183. }
  1184. .Photo.PhotoWrap.PhotoWrapLarge {
  1185. -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  1186. -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  1187. background-color: transparent;
  1188. background-image: url(images/contnt.png);
  1189. background-repeat: repeat;
  1190. border-radius: 5px;
  1191. border: 1px solid #222;
  1192. box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  1193. padding:10px;
  1194. text-align:center;
  1195. margin: 10px 0;
  1196. }
  1197.  
  1198. .PopList .Empty {
  1199. border:none;
  1200. color:#fff;
  1201. background:url(images/contnt.png)#666!important;
  1202. }
  1203.  
  1204. .PopList .ItemContent {
  1205. margin: 0;
  1206. line-height: 1.4;
  1207. text-align: left;
  1208. }
  1209.  
  1210. .PopList .Meta {
  1211. color:#ccc;
  1212. font-size: 80%;
  1213. margin-top: 6px;
  1214. }
  1215.  
  1216. .Popup #Content {
  1217. background:url(images/contnt.png)#666!important;
  1218. margin-left:0!important;
  1219. max-width:600px;
  1220. overflow:auto;
  1221. width:500px;
  1222. }
  1223.  
  1224. .Popup #ConversationForm form {
  1225. background-color:transparent;
  1226. background-image:url(images/contnt.png);
  1227. background-repeat:repeat;
  1228. background-size:100% 100%;
  1229. border-radius:0 0 0 0;
  1230. padding:10px;
  1231. }
  1232.  
  1233. .Popup #Form_Form {
  1234. background:#fff;
  1235. }
  1236.  
  1237. .Popup #Form_Form, div.Popup .Legal, div.Popup .Content form {
  1238. background: none repeat scroll 0 0 rgba(0,0,0,0.0);
  1239. color: #FFF;
  1240. font-size: 14px;
  1241. font-weight: 700;
  1242. text-shadow: 0 -1px 0 #000;
  1243. }
  1244. .Popup .Content #Content .Center {
  1245. background:url(images/contnt.png)#666!important;
  1246. max-width:600px;
  1247. overflow:auto;
  1248. }
  1249.  
  1250. .Preferences h3 {
  1251. font-size:16px;
  1252. margin:0 auto;
  1253. padding:10px 0 4px;
  1254. }
  1255.  
  1256. .Preview {
  1257. background-color:transparent;
  1258. background-image:url(images/contnt.png);
  1259. background-repeat:repeat;
  1260. background-size:100% 100%;
  1261. border:1px solid #222;
  1262. }
  1263.  
  1264. .Preview .Message a,.Preview .Message p a,.MessageList .Message a,.MessageList .Message p span a,.Message span a {
  1265. color:#ccc;
  1266. }
  1267.  
  1268. .Preview .Message,.Preview .Message p,.MessageList .Message,.MessageList .Message p span,.Message span {
  1269. color:#fff;
  1270. margin:8px 0;
  1271. padding-bottom: 20px;
  1272. }
  1273.  
  1274. .ProfileOptions {
  1275. float:right;
  1276. position:relative;
  1277. top:2px;
  1278. }
  1279. .ProfilePhotoLarge {
  1280. width: 100%;
  1281. max-width: 300px;
  1282. }
  1283. .PopList .Item {
  1284. padding: 4px;
  1285. position: relative;
  1286. overflow: hidden;
  1287. border-bottom: 1px solid #222;
  1288. border-bottom: 1px solid rgba(0, 0, 0, 1.5);
  1289. background: url(images/contnt.png)rgba(0, 0, 0, 1.9)!important;
  1290. }
  1291. .PopList .Item .Author img {
  1292. background: none repeat scroll 0 0
  1293. transparent;
  1294. border: none;
  1295. box-shadow: none;
  1296. float: left;
  1297. height: 40px;
  1298. margin: 0 10px 0 0;
  1299. overflow: hidden;
  1300. width: 40px;
  1301. }
  1302. .PopList .HasNew {
  1303. border-radius: 2px;
  1304. -moz-border-radius: 2px;
  1305. -webkit-border-radius: 2px;
  1306. background: #FF0;
  1307. color: #000;
  1308. font-size: 9px!important;
  1309. font-weight: bold;
  1310. padding: 3px;
  1311. line-height: 1;
  1312. white-space: nowrap;
  1313. }
  1314. .Reactions .MenuItems a:hover .ReactSprite,.MenuItems a:hover .Sprite {
  1315. background-image:url(images/sprites-14-ffffff.png);
  1316. }
  1317. .Row {
  1318. margin: auto;
  1319. width: 100%;
  1320. }
  1321.  
  1322. .SingleEntryMethod {
  1323. margin:0 auto;
  1324. min-width:320px;
  1325. }
  1326.  
  1327. .Sprite16 {
  1328. background: url(images/sprites.png) 0 0 no-repeat;
  1329. display: inline-block;
  1330. height: 17px;
  1331. width: 17px;
  1332. vertical-align: top;
  1333. }
  1334. .SpNotifications, .SpGlobe {
  1335. background-position: -32px -84px;
  1336. }
  1337. .SpNotifications:hover,.SpGlobe:hover{
  1338. background-position: -32px -84px;
  1339. background-color:#F00;
  1340. border-radius:17px;
  1341. }
  1342. .SpInbox, .SpEnvelope {
  1343. background-position: 1px -99px;
  1344. }
  1345. .SpInbox:hover, .SpEnvelope:hover {
  1346. background-position: 1px -99px;
  1347. background-color:#F00;
  1348. border-radius:0px;
  1349. }
  1350. .SpBookmarks, .SpStar {
  1351. background-position: -80px -116px;
  1352. }
  1353. .SpBookmarks:hover, .SpStar:hover {
  1354. background-position: -80px -116px;
  1355. background-color:#F00;
  1356. border-radius:17px;
  1357. }
  1358. .SpDashboard, .SpOptions, .SpCog {
  1359. background-position: 1px -83px;
  1360. }
  1361. .SpDashboard:hover, .SpOptions:hover, .SpCog:hover {
  1362. background-position: 1px -83px;
  1363. background-color:#F00;
  1364. border-radius:17px;
  1365. }
  1366. .SpEditProfile {
  1367. background-image: url(/Forum/themes/Glass/design/images/cog2.png)!important;
  1368. background-position: bottom center!important;
  1369. background-size: 20px;
  1370. position: relative;
  1371. height: 20px!important;
  1372. width: 20px!important;
  1373. }
  1374. #Content .ProfileOptions .ButtonGroup.Profiles-EditProfile.Open .SpEditProfile{
  1375. background-image: url(/Forum/themes/Glass/design/images/cog2.png)!important;
  1376. background-position: top center!important;
  1377. background-size: 20px;
  1378. position: relative;
  1379. height: 20px!important;
  1380. width: 20px!important;
  1381. }
  1382. .TabLink,.TabLink:link,.TabLink:active,.TabLink:visited {
  1383. background-color:transparent;
  1384. background-image:url(images/contnt.png);
  1385. background-repeat:repeat;
  1386. border:1px solid #666;
  1387. color:#000;
  1388. font-size:14px!important;
  1389. text-shadow:0 -1px 0 #000;
  1390. }
  1391.  
  1392. .TabLink:hover {
  1393. -moz-box-shadow:0 0 5px #aaa;
  1394. -webkit-box-shadow:0 0 5px #aaa;
  1395. background-color:transparent;
  1396. background-image:url(images/menu_bg.png);
  1397. background-repeat:repeat;
  1398. border:1px solid #444;
  1399. box-shadow:0 0 5px #aaa;
  1400. color:#fff;
  1401. font-size:14px!important;
  1402. }
  1403.  
  1404. .Tabs .AdminCheck {
  1405. bottom:5px;
  1406. position:absolute;
  1407. right:5px;
  1408. }
  1409.  
  1410. .Tabs .Breadcrumbs {
  1411. background:none repeat scroll 0 0 transparent;
  1412. }
  1413.  
  1414. .Tabs li a {
  1415. color:#000;
  1416. display:inline;
  1417. font-size:17px;
  1418. margin:0;
  1419. text-shadow:0 -1px 0 #000;
  1420. }
  1421.  
  1422. .Tabs li a span {
  1423. background:#222;
  1424. border-radius:14px;
  1425. color:#fff!important;
  1426. font-size:14px;
  1427. }
  1428.  
  1429. .Tabs li a:hover {
  1430. color:#fff;
  1431. display:inline;
  1432. font-size:17px;
  1433. margin:0;
  1434. text-shadow:0 -1px 0 #000;
  1435. }
  1436.  
  1437. .Tabs,.Headings {
  1438. background:none transparent;
  1439. background-size:50px 50px;
  1440. border:none;
  1441. border-radius:5px 5px 0 0;
  1442. margin:5px;
  1443. text-align:center;
  1444. }
  1445.  
  1446. .Tabs.Headings.CategoryHeadings,.Tabs.DiscussionsTabs,.Tabs.ActivityTabs,.Tabs.HeadingTabs.DiscussionTabs.FirstPage {
  1447. background-color:transparent;
  1448. background-image:url(images/menu_bg.png);
  1449. background-repeat:repeat;
  1450. background-size:100% 100%;
  1451. }
  1452.  
  1453. .ToggleFlyout {
  1454. display: inline-block;
  1455. left: -20px;
  1456. position: relative;
  1457. top: -5px;
  1458. margin: 4px;
  1459. }
  1460.  
  1461. .ToggleFlyout .Flyout, ul.MenuItems {
  1462. moz-border-radius: 5px;
  1463. -moz-box-shadow: 2px 2px 3px #222;
  1464. -webkit-border-radius: 5px!important;
  1465. -webkit-box-shadow: 1px 2px 3px #222;
  1466. background: rgba(0,0,0,0.0)!important;
  1467. border: solid 1px #222;
  1468. box-shadow: 1px 2px 3px #222;
  1469. background-repeat: repeat;
  1470. background-size: 100% 100%;
  1471. border-radius: 5px!important;
  1472. position: absolute;
  1473. top: 100%;
  1474. z-index: 100;
  1475. min-width: 100px;
  1476. display: none;
  1477. padding: 1px;
  1478. }
  1479. .ToggleFlyout.Open {
  1480. background:url(images/menu_bg.png);
  1481. background-size:100% 100%;
  1482. z-index:110;
  1483. }
  1484.  
  1485. .UploadProgress {
  1486. -moz-border-radius:2px;
  1487. -webkit-border-radius:2px;
  1488. background:url(images/upload-progress-back1.gif)!important;
  1489. border:1px solid #666;
  1490. border-radius:2px;
  1491. color:#fff;
  1492. font-size:14px;
  1493. height:39px;
  1494. margin:10px 0;
  1495. text-shadow:0 1px 1px #000;
  1496. width:200px;
  1497. z-index:0;
  1498. }
  1499. .UserBox .PhotoWrap, .MeBox .PhotoWrap {
  1500. padding: 3px!important;
  1501. float: none;
  1502. margin-right: 0;
  1503. position: relative;
  1504. line-height: normal;
  1505. top: 4px;
  1506. }
  1507. .UserBox .Username, .MeBox .Username {
  1508. font-weight: bold;
  1509. vertical-align: top;
  1510. font-size: 18px!important;
  1511. float: none;
  1512. position: relative;
  1513. top: 0;
  1514. padding: 0;
  1515. left: -1px;
  1516. }
  1517. .User h1 {
  1518. color:#fff;
  1519. font-size:12pt;
  1520. font-weight:400;
  1521. padding:10px;
  1522. }
  1523. .UserNotifications a.UserName {
  1524. background-color: rgba(255, 69, 0,.9)!important;
  1525. }
  1526.  
  1527. .cleditorButton:hover {
  1528. background:rgba(0,0,0,0.2);
  1529. }
  1530.  
  1531. .cleditorList {
  1532. background:url(images/contnt.png)transparent!important;
  1533. font-size:11pt;
  1534. padding:4px;
  1535. }
  1536.  
  1537. .cleditorList p:hover,.cleditorList h1:hover,.cleditorList h2:hover,.cleditorList h3:hover,.cleditorList h4:hover,.cleditorList h5:hover,.cleditorList h6:hover,.cleditorList font:hover,.cleditorColor div:hover,.cleditorList div:hover {
  1538. background:rgba(0,0,0,0.3)!important;
  1539. }
  1540.  
  1541. .cleditorMain {
  1542. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1543. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1544. background-color:transparent!important;
  1545. border:1px solid #222;
  1546. border-radius:5px;
  1547. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1548. color:#000!important;
  1549. font-size:14px;
  1550. font-weight:700;
  1551. margin:0 5px auto;
  1552. padding:0 1px 5px;
  1553. height:480px!important;
  1554. }
  1555.  
  1556. .cleditorMain iframe {
  1557. background:transparent;
  1558. border:none!important;
  1559. box-sizing:border-box;
  1560. height:480px!important;
  1561. margin:0;
  1562. padding:0;
  1563. width:100%!important;
  1564. }
  1565.  
  1566. .cleditorMain textarea {
  1567. -moz-border-radius:0;
  1568. -webkit-border-radius:0;
  1569. background:transparent;
  1570. border:none;
  1571. border-radius:0;
  1572. color:#000!important;
  1573. font:12pt Arial,Verdana;
  1574. font-weight:700!important;
  1575. height:480px!important;
  1576. margin:0;
  1577. outline:none;
  1578. overflow-y:scroll;
  1579. padding:0;
  1580. resize:none;
  1581. }
  1582.  
  1583. .cleditorMain textarea,.cleditorMain textarea:focus {
  1584. -moz-border-radius:0;
  1585. -webkit-border-radius:0;
  1586. background:transparent;
  1587. border:none;
  1588. border-radius:0;
  1589. color:#000!important;
  1590. font:12pt Arial,Verdana;
  1591. font-weight:700!important;
  1592. height:480!important;
  1593. margin:0;
  1594. outline:none;
  1595. overflow-y:scroll;
  1596. padding:0;
  1597. resize:none;
  1598. width:100%!important;
  1599. }
  1600.  
  1601. .cleditorMsg {
  1602. background:url(images/contnt.png)transparent!important;
  1603. font-size:11pt;
  1604. padding:4px;
  1605. width:150px;
  1606. }
  1607.  
  1608. .cleditorPopup {
  1609. background-color:transparent;
  1610. border:solid 1px #222;
  1611. color:#000;
  1612. cursor:default;
  1613. font:10pt Arial,Verdana;
  1614. font-weight:700;
  1615. position:absolute;
  1616. z-index:10000;
  1617. }
  1618.  
  1619. .cleditorPrompt {
  1620. background:url(images/contnt.png)transparent;
  1621. font-size:10pt;
  1622. padding:4px;
  1623. }
  1624.  
  1625. .cleditorPrompt input,.cleditorPrompt textarea {
  1626. font:11pt Arial,Verdana;
  1627. }
  1628.  
  1629. .cleditorToolbar {
  1630. background-attachment:scroll;
  1631. background-clip:border-box;
  1632. background-color:transparent;
  1633. background-image:url(images/menu_bg.png);
  1634. background-origin:padding-box;
  1635. background-position:0 0;
  1636. background-repeat:repeat;
  1637. background-size:100% 100%!important;
  1638. border-bottom:1px solid #222;
  1639. height:60px!important;
  1640. }
  1641.  
  1642. .flag {
  1643. background:url(flags.png) no-repeat;
  1644. cursor:help;
  1645. float:right;
  1646. height:11px;
  1647. margin-right:5px;
  1648. margin-top:10px;
  1649. width:16px;
  1650. }
  1651.  
  1652. .flag span {
  1653. position: relative!important;
  1654. top: 0;
  1655. font-size: 1px;
  1656. color:
  1657. transparent;
  1658. padding: 0 6px;
  1659. line-height: 1;
  1660. margin: -5px 0px;
  1661. }
  1662.  
  1663. .ttb-cta:hover {
  1664. background:transparent;
  1665. outline:1px solid #ff2400!important;
  1666. text-decoration:none!important;
  1667. }
  1668.  
  1669. .ttb-panel {
  1670. background:rgba(0,0,0,0.5)!important;
  1671. border:none!important;
  1672. color:#fff;
  1673. display:none;
  1674. font-family:"Trebuchet MS", Arial, sans-serif;
  1675. font-size:12px;
  1676. }
  1677.  
  1678. .ttb-panel.notranslate {
  1679. background:rgba(0,0,0,0.5);
  1680. border:none!important;
  1681. color:#fff;
  1682. display:none;
  1683. font-family:"Trebuchet MS", Arial, sans-serif;
  1684. font-size:12px;
  1685. text-align:left;
  1686. }
  1687.  
  1688. .ttb-panel.notranslate div {
  1689. background:rgba(0,0,0,0.5)!important;
  1690. border:none!important;
  1691. font-size:14px!important;
  1692. }
  1693.  
  1694. .ttb-panel.notranslate div a {
  1695. background:none transparent!important;
  1696. border:none!important;
  1697. color:#fff;
  1698. font-size:14px!important;
  1699. }
  1700.  
  1701. .ttb-panel.notranslate div a:hover {
  1702. background:rgba(0,0,0,0.5)!important;
  1703. border:1px solid #222!important;
  1704. color:#ff2400!important;
  1705. outline:1px solid #ff2400!important;
  1706. text-decoration:none!important;
  1707. }
  1708.  
  1709. .ttb-paneltop {
  1710. background:rgba(0,0,0,0.5)!important;
  1711. border:none!important;
  1712. }
  1713.  
  1714. ::-webkit-scrollbar {
  1715. width:12px;
  1716. }
  1717.  
  1718. ::-webkit-scrollbar-thumb {
  1719. -webkit-border-radius:10px;
  1720. -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  1721. background:#f00;
  1722. border-radius:10px;
  1723. }
  1724.  
  1725. ::-webkit-scrollbar-track {
  1726. -webkit-border-radius:0;
  1727. -webkit-box-shadow:inset 0 0 6px #666;
  1728. background:#000;
  1729. border-radius:0;
  1730. }
  1731.  
  1732.  
  1733. ::-moz-scrollbar {
  1734. width:12px;
  1735. }
  1736.  
  1737. ::-moz-scrollbar-thumb {
  1738. -moz-border-radius:10px;
  1739. -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  1740. background:#fff;
  1741. border-radius:10px;
  1742. }
  1743.  
  1744. ::-moz-scrollbar-track {
  1745. -moz-border-radius:0;
  1746. -moz-box-shadow:inset 0 0 6px #666;
  1747. background:#000;
  1748. border-radius:0;
  1749. }
  1750.  
  1751. .NonTab.SignOut a {
  1752. font-size:16px;
  1753. font-weight:700;
  1754. }
  1755.  
  1756. a {
  1757. color:#fff;
  1758. font-size:16px;
  1759. font-weight:700;
  1760. text-shadow:0 -1px 0 #000;
  1761. }
  1762. a.MeButton.FlyoutButton{
  1763.  
  1764. }
  1765. a.BigButton, a.Button.Primary.Action.NewDiscussion.BigButton, a.Button.BigButton.NewConversation.Primary, a.Button.Danger.BigButton.ClearConversation {
  1766. -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  1767. -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  1768. background: url(images/contnt.png);
  1769. background-repeat: repeat-x;
  1770. border: 1px solid #666;
  1771. border-radius: 3px 3px 3px 3px;
  1772. box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  1773. color: #000!important;
  1774. cursor: pointer;
  1775. display: block;
  1776. font-size: 16px;
  1777. font-weight: 700;
  1778. margin: 0;
  1779. padding: 10px!important;
  1780. text-shadow: 0 1px 0 #999;
  1781. width: 91%;
  1782. text-transform: uppercase;
  1783. }
  1784.  
  1785. a.BigButton:hover,a.Button.Primary.Action.NewDiscussion.BigButton:hover,a.Button.BigButton.NewConversation.Primary:hover,a.Button.Danger.BigButton.ClearConversation:hover {
  1786. -moz-box-shadow:0 0 5px #aaa;
  1787. -webkit-box-shadow:0 0 5px #aaa;
  1788. background:url(images/menu_bg.png);
  1789. border:1px solid #222;
  1790. box-shadow:0 0 5px #aaa;
  1791. color:#fff!important;
  1792. font-size:16px!important;
  1793. text-shadow:0 -1px 0 #000;
  1794. }
  1795.  
  1796. a.Bookmark, a.Bookmarked, a.Bookmarking {
  1797. background: url(images/star_sprite1.png) top center no-repeat;
  1798. display: inline-block;
  1799. top: -10px;
  1800. position: relative;
  1801. height: 20px;
  1802. left: 25px;
  1803. overflow: hidden;
  1804. text-indent: -1000px;
  1805. vertical-align: top;
  1806. width: 20px;
  1807. }
  1808. a.Bookmarked {
  1809. background-position:center center;
  1810. }
  1811.  
  1812. a.Bookmarking,a.Bookmark:hover {
  1813. background-position: bottom center!important;
  1814. }
  1815.  
  1816. a.Button,.Button,#Menu a,a.Back,a.Cancel,a.Category,.AttachFileLink a,.ProfileButtons,.Activities a.CommentLink,a.Button.Cancel,.Activities a.CommentLink,a.DeleteComment.Popable,a.DeleteComment,a.Button.SignInPopup,a.Button.ApplyButton,a.CommentOption,input.Button.Primary,span embed,.NavButton,b.Subject a,li.Item.Title a,li.Item.Center a,a.ReactButton.Quote.Visible,.CommentForm .WriteButton, .CommentForm .PreviewButton, .CommentForm .DraftButton,span.Back a, .SignInLinks a.SignInPopup, .SignInLinks a.ApplyButton,span.AddComment a.CommentOption,.Pager a, .Pager span,a.MeButton.FlyoutButton,.MeBox a.PhotoWrap,a.FlagContent.Popup,a.Hijack.ReactButton {
  1817. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1818. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1819. background:url(images/contnt.png);
  1820. background-repeat:repeat-x;
  1821. border:1px solid #666;
  1822. border-radius:3px 3px 3px 3px;
  1823. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  1824. color:#000;
  1825. cursor:pointer;
  1826. display:inline-block;
  1827. font-size:15px;
  1828. font-weight:700;
  1829. padding:6px;
  1830. text-align:center;
  1831. text-shadow:0 1px 0 #999!important;
  1832. text-transform: uppercase;
  1833. }
  1834.  
  1835. a.Button.SignInPopup:hover,a.Button.ApplyButton:hover,.Button:hover,a.Back:hover,#Menu a:hover,a.Cancel:hover,a.Category:hover,.AttachFileLink a:hover,.ProfileButtons:hover,.Activities a.CommentLink:hover,a.Button.Cancel:hover,.Activities a.CommentLink:hover,a.DeleteComment.Popable:hover,a.CommentLink:hover,a.CommentOption:hover,.Button.Active,.ButtonGroup.Open .Button.Handle,.Button:focus,.Button:active,input.Button.Primary:hover,span embed:hover,span embed:focus,.NavButton:hover,.NavButton:focus,.ButtonGroup.Open .NavButton.Handle,b.Subject a:hover,li.Item.Title a:hover,li.Item.Center a:hover,a.ReactButton.Quote.Visible:hover,.CommentForm .WriteButton:hover, .CommentForm .PreviewButton:hover, .CommentForm .DraftButton:hover,span.Back a:hover, .SignInLinks a.SignInPopup:hover, .SignInLinks a.ApplyButton:hover,span.AddComment a.CommentOption:hover,.Pager a:hover, .Pager span:hover,a.MeButton.FlyoutButton:hover,.MeBox a.PhotoWrap:hover,a.FlagContent.Popup:hover,a.Hijack.ReactButton:hover {
  1836. -moz-box-shadow:0 0 5px #aaa;
  1837. -webkit-box-shadow:0 0 5px #aaa;
  1838. background:url(images/menu_bg.png);
  1839. border:1px solid #222;
  1840. box-shadow:0 0 5px #aaa;
  1841. color:#fff;
  1842. text-shadow:0 -1px 0 #000!important;
  1843. }
  1844. a.ChangePicture {
  1845. position: absolute;
  1846. background: #333;
  1847. background: rgba(0,0,0,.7);
  1848. color: #fff;
  1849. font-size: 14px;
  1850. padding: 9px 0;
  1851. width: 94%;
  1852. display: none;
  1853. text-align: center;
  1854. }
  1855. a.Close span {
  1856. color: #fff;
  1857. font-family: arial;
  1858. font-size: 26px;
  1859. font-weight: 700;
  1860. position: relative;
  1861. left: -6px;
  1862. border-radius: 26px;
  1863. top: 1px;
  1864. }
  1865.  
  1866. a.Close span:hover {
  1867. color: #f00;
  1868. font-size: 26px;
  1869. font-weight: 700;
  1870. }
  1871.  
  1872. a.Permalink {
  1873. color:#ccc;
  1874. font-size:12px;
  1875. font-weight:700;
  1876. }
  1877.  
  1878. a.Permalink:hover {
  1879. color:#fff;
  1880. font-size:12px!important;
  1881. font-weight:700;
  1882. }
  1883.  
  1884. a.tooltip {
  1885. float: right;
  1886. z-index: 999;
  1887. cursor: pointer;
  1888. height: 20px;
  1889. vertical-align: bottom;
  1890. margin-top: 35px;
  1891. }
  1892.  
  1893. a.ttb-close {
  1894. background:#222!important;
  1895. color:#fff!important;
  1896. font-size:14px!important;
  1897. }
  1898.  
  1899. a:hover,a:link:hover,a:hover image,a:link img:hover {
  1900. color:#F00;
  1901. font-weight:700;
  1902. text-shadow:0 1px 0 #000;
  1903. }
  1904. a.TextColor, a .TextColor {
  1905. color: #fff;
  1906. }
  1907. blockquote {
  1908. margin: 1em 0 1em 10px;
  1909. background: rgba(0,0,0,0.3);
  1910. padding: 6px;
  1911. border-radius: 5px;
  1912. border: 1px solid #222;
  1913. }
  1914. b.Subject a, li.Item.Title a, strong, li.Item.Center a {
  1915. color: #F00;
  1916. padding: 0;
  1917. font-size: 12px!important;
  1918. background: none transparent;
  1919. box-shadow: none;
  1920. border: none;
  1921. text-align: left;
  1922. text-shadow: 0 1px 0 #000!important;
  1923. }
  1924. b.Subject a:hover, li.Item.Title a:hover, strong:hover, li.Item.Center a:hover {
  1925. color: #fff;
  1926. padding: 0;
  1927. font-size: 12px!important;
  1928. background: none transparent;
  1929. box-shadow: none;
  1930. border: none;
  1931. text-shadow: 0 -1px 0 #000!important;
  1932. }
  1933. body {
  1934. background-attachment:fixed;
  1935. background-clip:border-box;
  1936. background:url('images/WhiteBricks.jpg')#222;
  1937. background-origin:padding-box;
  1938. background-repeat:repeat;
  1939. background-size:;
  1940. font-weight:700;
  1941. overflow-x:hidden;
  1942. overflow-y:scroll;
  1943. text-shadow: 0 -1px 0 #000;
  1944. background-attachment:fixed;
  1945.  
  1946. }
  1947. body, .SiteTitle, h1, h2, h3, h4, h5 {
  1948. font-family: "Trebuchet MS", Arial, sans-serif!important;
  1949. }
  1950. body #Head h1 {
  1951. background:transparent;
  1952. border:0;
  1953. display:inline-block;
  1954. font-weight:700;
  1955. margin:0;
  1956. padding:21px 10px 4px 0;
  1957. }
  1958.  
  1959. body#dashboard_entry_password #Content form,body#dashboard_entry_signin #Content form,body#dashboard_entry_index #Content form,.SignInPopup form {
  1960. width:300px;
  1961. }
  1962.  
  1963. body.Dashboard.Activity .DataList .Options, body.Dashboard.Activity .MessageList .Options {
  1964. padding: 0;
  1965. position: relative;
  1966. right: -18px!important;
  1967. top: -10px;
  1968. }
  1969. body.Dashboard.Activity .ItemDiscussion .Meta, .DataList .Meta {
  1970. font-size: 12px;
  1971. color: #ccc;
  1972. padding: 0;
  1973. margin: 0;
  1974. position: relative;
  1975. top: 0;
  1976. left: 0;
  1977. }
  1978. body.Dashboard.Activity .DataList li.CommentForm {
  1979. background:transparent;
  1980. border:none;
  1981. margin-left:-60px;
  1982. }
  1983.  
  1984. body.Dashboard.Activity.index #Content,body.add #Content {
  1985. width:65%;
  1986. }
  1987.  
  1988. body.Dashboard.Entry.register div.Box {
  1989. -moz-box-shadow:none;
  1990. -webkit-box-shadow:none;
  1991. background:hsla(0,0%,0%,0);
  1992. border:none;
  1993. box-shadow:none;
  1994. margin:0 auto;
  1995. width:300px;
  1996. }
  1997.  
  1998. body.Dashboard.Plugin #Content {
  1999. border: 1px solid #222!important;
  2000. float: none!important;
  2001. margin: 0 auto;
  2002. width: 98%!important;
  2003. background: url('images/contnt.png')!important;
  2004. background-size: 100% 100%;
  2005. min-height:1000px;
  2006. }
  2007.  
  2008. body.Dashboard.Plugin #Foot {
  2009. background:transparent;
  2010. clear:both;
  2011. color:#fff;
  2012. font-size:13px;
  2013. margin-top:-50px!important;
  2014. padding:0!important;
  2015. text-align:center;
  2016. top:80px;
  2017. width:100%;
  2018. border: none;
  2019. }
  2020.  
  2021. body.Dashboard.Plugin #Foot div {
  2022. display:inline-block;
  2023. margin:0;
  2024. padding:0;
  2025. position:relative;
  2026. text-align:center;
  2027. width:auto!important;
  2028. border: none;
  2029. }
  2030.  
  2031. body.Dashboard.Plugin #Panel {
  2032. display: none!important;
  2033. float: none!important;
  2034. margin: 50px auto!important;
  2035. text-align: center;
  2036. width: 250px;
  2037. }
  2038.  
  2039. body.Dashboard.Plugin p#back-top {
  2040. top:0!important;
  2041. }
  2042.  
  2043. body.Dashboard.Plugin p.Left {
  2044. float:left;
  2045. margin-left:150px;
  2046. }
  2047.  
  2048. body.Dashboard.Plugin table#Log.AltColumns,body.Dashboard.Plugin table#Users.AltColumns,body.Dashboard.Plugin table tbody th,body.Dashboard.Plugin table tbody td,body.Dashboard.Plugin table.Label.AltRows {
  2049. border:1px solid #222!important;
  2050. float:left;
  2051. margin-left:0;
  2052. position:relative;
  2053. text-align:center;
  2054. width:100%;
  2055. }
  2056.  
  2057. body.Dashboard.Plugin.gallery #Body {
  2058. background:none transparent;
  2059. }
  2060.  
  2061. body.Dashboard.Plugin.gallery #Content h1 {
  2062. display:block;
  2063. float:none;
  2064. margin:0 auto;
  2065. text-align:center;
  2066. }
  2067.  
  2068. body.Dashboard.Plugin.gallery #Content h2 {
  2069. border:1px solid #666;
  2070. color:aqua;
  2071. font-size:130%;
  2072. font-weight:700;
  2073. margin-bottom:10px;
  2074. text-align:center;
  2075. }
  2076.  
  2077. body.Dashboard.Plugin.gallery .Info {
  2078. -moz-border-radius:2px;
  2079. -webkit-border-radius:2px;
  2080. background:url(images/contnt.png)rgba(0,0,0,0.1)!important;
  2081. border:1px solid rgba(0,0,0,0.6)!important;
  2082. border-radius:2px;
  2083. color:#000;
  2084. font-size:14px!important;
  2085. margin:10px 0;
  2086. padding:6px 8px;
  2087. }
  2088.  
  2089. body.Dashboard.Plugin.gallery .picGals .clr {
  2090. clear:both;
  2091. }
  2092.  
  2093. body.Dashboard.Plugin.gallery .picGals .pics {
  2094. display:inline;
  2095. margin:0 auto;
  2096. text-align:center;
  2097. width:100%;
  2098. }
  2099.  
  2100. body.Dashboard.Plugin.gallery .picGals .pics img {
  2101. border-radius:150px 150px 150px 0!important;
  2102. box-shadow:0 2px 2px 12px #333;
  2103. display:inline;
  2104. height:150px;
  2105. margin:15px;
  2106. text-align:center;
  2107. width:150px;
  2108. }
  2109.  
  2110. body.Dashboard.Plugin.gallery .picGals .pics img:hover {
  2111. border-radius:150px 150px 150px 0!important;
  2112. box-shadow:0 2px 2px 12px #ccc;
  2113. display:inline;
  2114. height:150px;
  2115. margin:15px;
  2116. text-align:center;
  2117. width:150px;
  2118. }
  2119.  
  2120. body.Dashboard.Plugin.gallery a.View.Button {
  2121. padding:8px;
  2122. text-shadow:0 -1px 0 #000;
  2123. }
  2124.  
  2125. body.Dashboard.Plugin.gallery a.View.Button:hover {
  2126. text-shadow:0 -1px 0 #000;
  2127. }
  2128.  
  2129. body.Dashboard.Plugin.gallery h3 {
  2130. font-size: 16px;
  2131. }
  2132.  
  2133. body.Dashboard.Plugin.gallery input.DateBox,input.InputBox,input.SmallInput,textarea,input.DateBox:focus,input.InputBox:focus,input.SmallInput,textarea:focus {
  2134. background:url(images/contnt.png) repeat scroll 0 0 rgba(255,255,255,0.7);
  2135. border:1px solid #666;
  2136. border-radius:2px 2px 2px 2px;
  2137. color:#000;
  2138. font-size:15px;
  2139. font-weight:700;
  2140. margin:0;
  2141. padding:3px;
  2142. width:250px!important;
  2143. }
  2144.  
  2145. body.Dashboard.Profile.Index.Profile .DataList .Options {
  2146. position: relative;
  2147. right: -10px;
  2148. top: -6px;
  2149. }
  2150.  
  2151. body.Dashboard.Profile.Index.Profile .ItemContent.Activity .Excerpt span.onebit_mp3 a,body.Dashboard.Activity .ItemContent.Activity .Excerpt span.onebit_mp3 a {
  2152. color:#000;
  2153. display:inline;
  2154. font-size:11pt;
  2155. left:10px;
  2156. position:relative;
  2157. top:-15px;
  2158. }
  2159.  
  2160. body.Dashboard.Profile.Index.Profile span.AddComment a, body.Dashboard.Activity .ItemContent.Activity span.AddComment a {
  2161. float: right;
  2162. position: relative;
  2163. top: -5px;
  2164. padding: 2px;
  2165. font-size: 12px;
  2166. }
  2167. body.Dashboard.Profile .UserBox, .MeBox {
  2168.  
  2169. }
  2170. body.Entry #Content {
  2171. background-color:transparent;
  2172. float:none;
  2173. margin:0 auto;
  2174. text-align:center;
  2175. width:97%;
  2176. }
  2177.  
  2178. body.Entry #Content form {
  2179. padding:10px;
  2180. text-align:left;
  2181. }
  2182.  
  2183. body.Entry #Content h1,h1,#DiscussionForm form label,.Activities li.Condensed .Excerpt,.Box .PanelCategories .Heading,.Conversations .Conversation .Message,#MessageForm h2 {
  2184. background-color:transparent;
  2185. color:#FFF!important;
  2186. font-size:16px;
  2187. font-weight:700!important;
  2188. text-align:center;
  2189. text-shadow:0 -1px 0 #000;
  2190. }
  2191.  
  2192. body.Entry #Panel,body.Entry.Register #Panel,body.Dashboard.Entry.register #Panel,div.FootMenu ul#Menu li ul li a,div.FootMenu ul#Menu li ul li,div.FootMenu ul#Menu li ul,#Foot #FootMenu ul#Menu li ul,body.Dashboard.Plugin #Panel ul#menu-bar {
  2193. display:none!important;
  2194. }
  2195.  
  2196. body.Entry form ul li label.CheckBoxLabel,body.Entry form ul li label.RadioLabel {
  2197. color:#000;
  2198. font-size:14px;
  2199. font-weight:700;
  2200. }
  2201.  
  2202. body.Entry form ul li.Gender label.RadioLabel,body.Profile.EditMode ul li.Gender label.RadioLabel,div.Popup form ul li.Gender label.RadioLabel {
  2203. display:inline;
  2204. padding-right:0!important;
  2205. }
  2206.  
  2207. body.Entry li.Buttons input.Button,.SignInPopup li.Buttons input.Button {
  2208. border:1px solid #222;
  2209. color:#000;
  2210. text-shadow:0 -1px 0 #000;
  2211. }
  2212.  
  2213. body.Entry li.Buttons input.Button:hover,.SignInPopup li.Buttons input.Button:hover {
  2214. color:#fff;
  2215. text-shadow:0 -1px 0 #000;
  2216. }
  2217.  
  2218. body.NoPanel #Content,body.Conversations.add #Content,body.Vanilla.Post #Content {
  2219. margin:0 10px auto;
  2220. width:65%;
  2221. }
  2222.  
  2223. body.NoPanel #Panel,body.Entry #Panel,body.Conversations.add #Panel,body.Vanilla.Post #Panel,#menu-bar li:hover > ul,html[xmlns] #menu-bar,.Open > .OptionsTitle {
  2224. display:block;
  2225. }
  2226.  
  2227. body.Post #Content,div.Message table {
  2228. width:98%;
  2229. }
  2230.  
  2231. body.Profile #Form_Invitation ul li label,body.Profile #Form_User ul li label,div.Popup form ul li label {
  2232. color:#fff;
  2233. display:block;
  2234. font-size:14px;
  2235. font-weight:700;
  2236. margin:10px 0 0;
  2237. text-shadow:0 -1px 0 #000;
  2238. }
  2239.  
  2240. body.Profile #Form_User ul li label.RadioLabel,body.Profile #Form_User ul li label.CheckBoxLabel,div.Popup form ul li label.RadioLabel,div.Popup form ul li label.CheckBoxLabel,#Menu li.NonTab,#Menu li.NonTab a {
  2241. font-weight:700;
  2242. }
  2243.  
  2244. body.Profile .Loading {
  2245. background-color:#222;
  2246. border-bottom:1px solid #adadad;
  2247. }
  2248.  
  2249. body.Profile .PanelInfo li {
  2250. background: url(images/nav.png);
  2251. border-bottom: 0;
  2252. text-align: left;
  2253. width: 98%;
  2254. padding: 6px 4px;
  2255. background-size: 100% 100%;
  2256. }
  2257.  
  2258. body.Profile .PanelInfo li a {
  2259. color:#fff;
  2260. float:none;
  2261. text-shadow:0 -1px 0 #000;
  2262. }
  2263. body.Profile .PanelInfo li a:hover {
  2264. color:#F00;
  2265. text-shadow:0 -1px 0 #000;
  2266. }
  2267.  
  2268. body.Profile .PanelInfo li:hover {
  2269. background:url(images/menu_bg.png);
  2270. border-bottom:0;
  2271. text-align:center;
  2272. width:97%;
  2273. }
  2274.  
  2275. body.Profile .PanelInfo,.Popup #Content h1 {
  2276. border:none!important;
  2277. }
  2278.  
  2279. body.Profile ul.Activities {
  2280. border-top:1px solid #333;
  2281. }
  2282.  
  2283.  
  2284. body.Vanilla.Discussion.Index .DataList .Options, .MessageList .Options, body.Vanilla.Categories .DataList .Options, .MessageList .Options,.PageTitle .Options {
  2285. margin: 7px 0;
  2286. padding: 0;
  2287. display: inline-block;
  2288. height: 50px;
  2289. }
  2290.  
  2291. body.Vanilla.Discussion.Index .MeMenu {
  2292.  
  2293. }
  2294.  
  2295. body.Vanilla.Discussion.Index p.Left,body.Vanilla.Categories p.Left,body.Vanilla.Categories.Index.Discussions p.Left,body.Conversations.Messages p.Left,body.Vanilla.Discussions p.Left,body.Dashboard.Activity p.Left {
  2296. float:none;
  2297. text-align:center;
  2298. }
  2299.  
  2300. body.Vanilla.Discussion.Index span.ToggleFlyout.OptionsMenu.Open {
  2301. background: rgba(0,0,0,.5);
  2302. border-radius: 5px;
  2303. padding: 0;
  2304. top: 0;
  2305. z-index: 100;
  2306. }
  2307.  
  2308. body.Vanilla.Discussions .ToggleFlyout, body.Vanilla.Categories.all .ToggleFlyout {
  2309. margin-left: 10px;
  2310. position: relative;
  2311. top: 0;
  2312. }
  2313. body.Vanilla.Drafts .MeMenu, body.Vanilla.Post .ToggleFlyout {
  2314. line-height: 24px;
  2315. position: relative;
  2316. top: 0;
  2317. }
  2318. body.Vanilla.Categories.all .DataList .Meta {
  2319. color: #333;
  2320. font-size: 12px;
  2321. position: relative;
  2322. left: 1%;
  2323. display: inline-block;
  2324. white-space: pre-line;
  2325. }
  2326. body.Vanilla.Categories.Index .DataList .Meta.Meta-Discussion {
  2327. color: #000;
  2328. position: relative;
  2329. margin-top: -20px;
  2330. left: 1%;
  2331. display: inline-block;
  2332. width: 100%;
  2333. float: left;
  2334. font-size: 12px;
  2335. text-shadow: none;
  2336. }
  2337. body.Dashboard.Entry #Body {
  2338. min-height: 800px;
  2339. margin: 15px 10px 0 auto;
  2340. min-width: 800px;
  2341. text-align: left;
  2342. width: 100%;
  2343. }
  2344. body.Plugin.PrivacyNotice p {
  2345. font-weight: bold;
  2346. text-align: left;
  2347. text-indent: 0;
  2348. padding: 0 10px 0;
  2349. font-size: 16px;
  2350. margin: 10px;
  2351. color: #fff;
  2352. }
  2353. dd.IP a, dd.Roles a {
  2354. color: #000;
  2355. font-size: 11px;
  2356. font-weight: 700;
  2357. text-shadow: none;
  2358. }
  2359.  
  2360. dd.IP a:hover,dd.Roles a:hover {
  2361. color:#F00;
  2362. font-size:11px!important;
  2363. font-weight:700;
  2364. }
  2365.  
  2366. dd.Name {
  2367. color:#fff;
  2368. font-size:11px;
  2369. font-weight:700;
  2370. }
  2371. div.CategoryDescription {
  2372. font-size: 15px;
  2373. text-shadow: none;
  2374. color:#000;
  2375. }
  2376. div.CategoryFilterOptions .CurrentFilter {
  2377. font-weight: normal;
  2378. font-size: 16px;
  2379. }
  2380. div#ConversationForm {
  2381. width:100%!important;
  2382. }
  2383. div.CategoryFilterOptions{
  2384. padding: 4px 2px 10px 0;
  2385. }
  2386. div.CategoryFilterOptions span{
  2387. text-shadow: none;
  2388. }
  2389. div#Popup .Border {
  2390. -moz-border-radius:8px;
  2391. -webkit-border-radius:8px;
  2392. background:none repeat scroll 0 0 rgba(82,82,82,0.3);
  2393. border-radius:8px;
  2394. box-shadow:1px 1px 1px 1px #333;
  2395. padding:10px;
  2396. }
  2397.  
  2398. div#kPoll.Box .PanelActivity {
  2399. border-bottom:0;
  2400. border-top:1px solid #222;
  2401. }
  2402.  
  2403. div.AttachFileWrapper table.AttachFileContainer tr.FileAttachment td div.ProgressBar {
  2404. background-color:transparent;
  2405. border:0;
  2406. font-size:14px;
  2407. height:39px;
  2408. width:126px;
  2409. }
  2410.  
  2411. div.AttachFileWrapper table.AttachFileContainer tr.FileAttachment td div.ProgressBar div.ProgressTicker {
  2412. background:url(images/upload-progress-back1.gif)!important;
  2413. background-color:transparent;
  2414. color:#fff;
  2415. font-size:14px;
  2416. height:39px;
  2417. line-height:14px;
  2418. padding-right:2px;
  2419. text-align:right;
  2420. }
  2421.  
  2422. div.Box.About h4,div.Box.CategoryFollowToggleBox h4,div.Box.GuestBox h4 {
  2423. background:url(images/menu_bg.png);
  2424. }
  2425.  
  2426. div.Box.CategoryFollowToggleBox h4 p a:link {
  2427. color:#222!important;
  2428. }
  2429.  
  2430. div.Comment {
  2431. color:#000;
  2432. font-family:"Trebuchet MS", Arial, sans-serif;
  2433. font-size:12pt!important;
  2434. }
  2435.  
  2436. div.Content {
  2437. opacity:10;
  2438. }
  2439.  
  2440. div.DismissMessage.Info {
  2441. background:transparent;
  2442. border-color:#222;
  2443. border-style:solid;
  2444. border-width:1px;
  2445. font-family:"Trebuchet MS", Arial, sans-serif;
  2446. font-size:12pt;
  2447. font-weight:700;
  2448. }
  2449.  
  2450. div.Entry.SingleEntryMethod {
  2451. border-color:#222;
  2452. border-width:1px;
  2453. }
  2454.  
  2455. div.Entry.SingleEntryMethod Label,li.CreateAccount {
  2456. color:#FFF;
  2457. text-shadow:0 -1px 0 #000;
  2458. }
  2459.  
  2460. div.Entry.SingleEntryMethod h1 {
  2461. background:url(images/menu_bg.png);
  2462. border-color:#222;
  2463. border-style:solid;
  2464. border-width:1px;
  2465. color:#fff;
  2466. }
  2467. div.Foot {
  2468. background: transparent;
  2469. background-size: 100% 100%;
  2470. border:none;
  2471. margin: 0 auto;
  2472. text-align: center;
  2473. }
  2474.  
  2475. div.FootMenu #Menu a:link,div.FootMenu #Menu a:link:hover {
  2476. background:none;
  2477. border:none;
  2478. box-shadow:none;
  2479. font-size:12pt;
  2480. text-decoration:none;
  2481. }
  2482.  
  2483. div.ItemContent.Category.Read a,span.Breadcrumb.FirstCrumb a {
  2484. background:url(images/contnt.png);
  2485. background-repeat:repeat-x;
  2486. border:1px solid #666;
  2487. border-radius:3px 3px 3px 3px;
  2488. color:#000;
  2489. cursor:pointer;
  2490. display:inline-block;
  2491. font-size:14px;
  2492. font-weight:700;
  2493. margin:0 0 10px;
  2494. padding:3px 6px;
  2495. text-align:center;
  2496. text-shadow:0 -1px 0 #000;
  2497. }
  2498.  
  2499. div.ItemContent.Category.Read a:hover,span.Breadcrumb.FirstCrumb a:hover {
  2500. -moz-box-shadow:0 0 5px #aaa;
  2501. -webkit-box-shadow:0 0 5px #aaa;
  2502. background:url(images/menu_bg.png);
  2503. border:1px solid #222;
  2504. box-shadow:0 0 5px #aaa;
  2505. color:#fff;
  2506. text-shadow:0 -1px 0 #000;
  2507. }
  2508.  
  2509. div.MainForm {
  2510. background: none transparent;
  2511. padding: 0;
  2512. min-width: 320px;
  2513. }
  2514.  
  2515. div.Message {
  2516. background:transparent;
  2517. background-repeat:repeat;
  2518. color:#fff;
  2519. font-family:"Trebuchet MS", Arial, sans-serif;
  2520. font-size:12pt!important;
  2521. font-weight:700;
  2522. }
  2523.  
  2524. div.Message img {
  2525. -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  2526. -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  2527. border:1px solid #222;
  2528. border-radius:10px;
  2529. box-shadow:2px 2px 3px rgba(0,0,0,0.5);
  2530. width:98%;
  2531. }
  2532.  
  2533. div.Popup .Body {
  2534. background: url(images/contnt.png)rgba(0,0,0,0.7);
  2535. min-width: 320px;
  2536. max-height: 600px;
  2537. overflow-y: auto;
  2538. overflow-x: hidden;
  2539. border: 1px solid #000;
  2540. border-radius: 10px;
  2541. box-shadow: none!important;
  2542. }
  2543.  
  2544.  
  2545. div.Popup .Legal, div.Popup .Content form {
  2546. max-height: 840px!important;
  2547. min-width: 320px;
  2548. overflow: auto;
  2549. padding: 0 10px 10px;
  2550. }
  2551.  
  2552. div.Popup a {
  2553. color:#ccc;
  2554. }
  2555.  
  2556. div.Popup a,#ThemeCredit a {
  2557. color:#ADADAD;
  2558. }
  2559.  
  2560. div.Popup a:hover {
  2561. text-decoration:none;
  2562. }
  2563.  
  2564. div.Popup h1, div.Popup h2, div.Popup h4 {
  2565. background: url(images/menu_bg.png);
  2566. background-repeat: repeat;
  2567. border: 1px solid #222;
  2568. border-radius: 0;
  2569. box-shadow: 0 0 2px #999;
  2570. color: #fff;
  2571. font-size: 16px;
  2572. padding: 6px;
  2573. }
  2574.  
  2575. div.Popup p {
  2576. background: rgba(0,0,0,0.0);
  2577. color: #fff;
  2578. font-size: 18px;
  2579. padding: 6px 10px 10px;
  2580. text-align: left;
  2581. }
  2582.  
  2583. div.Popup, .PanelInfo .Active a {
  2584. color: #F00;
  2585. }
  2586. .ProfilePhotoMedium, .Item .Author img {
  2587. border-radius: 5px;
  2588. }
  2589. div.Preview {
  2590. background:#222!important;
  2591. font-size:14px;
  2592. }
  2593.  
  2594. div.Tabs.ProfileTabs {
  2595. background-color:transparent;
  2596. }
  2597.  
  2598. div.User h1 {
  2599. color: #fff;
  2600. font-size: 24px;
  2601. font-weight: 700;
  2602. text-align: left;
  2603. text-shadow: 0 -1px 0 #000;
  2604. }
  2605.  
  2606. dl.About dd,.CommentForm .FormWrapper {
  2607. padding:0;
  2608. }
  2609.  
  2610. dl.About dt {
  2611. background:url(images/profile-sprites.png) 2px -139px no-repeat transparent;
  2612. padding-left:14px!important;
  2613. }
  2614.  
  2615. dl.About dt {
  2616. float: none;
  2617. font-size: 12px;
  2618. line-height: 2;
  2619. margin: 0;
  2620. padding:0;
  2621. color:#eee;
  2622. }
  2623. dl.About dd {
  2624. float: none;
  2625. font-size: 12px;
  2626. line-height: 2;
  2627. margin: 0;
  2628. padding: 0;
  2629. text-shadow: none;
  2630. color: #000;
  2631. }
  2632. dt.location {
  2633. position:relative;
  2634. right:0;
  2635. top:0px;
  2636. }
  2637.  
  2638. h1,h2,h3,h4,h5,h6 {
  2639. color:#fff;
  2640. font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
  2641. font-weight:700;
  2642. margin:0;
  2643. text-align:center;
  2644. text-shadow:0 -1px 0 #000;
  2645. }
  2646.  
  2647. h19 {
  2648. font-size:18px;
  2649. margin:0 auto;
  2650. text-align:center;
  2651. }
  2652.  
  2653. h2 {
  2654. background: url(images/menu_bg.png)repeat;
  2655. border-bottom: 1px solid #222;
  2656. font-size: 22px;
  2657. padding: 9px;
  2658. }
  2659.  
  2660. iframe#Form_body, textarea#Form_Body.TextBox,form.Activity textarea {
  2661. color: #fff!important;
  2662. min-height: 330px!important;
  2663. overflow: auto;
  2664. width: 100%!important;
  2665. border: solid 1px #000;
  2666. background: url(images/contnt.png);
  2667. text-shadow: 0px 1px 0px #000;
  2668. }
  2669.  
  2670. iframe#jplayer2 {
  2671. float:right;
  2672. margin:5px 10px;
  2673. position:relative;
  2674. }
  2675.  
  2676. input#Form_Go.Button {
  2677. -moz-box-shadow:none;
  2678. -webkit-box-shadow:none;
  2679. background:url(images/contnt.png);
  2680. border:1px solid #222;
  2681. border-radius:12px;
  2682. box-shadow:none;
  2683. font-size:12pt;
  2684. font-weight:700;
  2685. }
  2686.  
  2687. input#Form_Go.Button:hover {
  2688. -moz-box-shadow:0 0 5px #aaa;
  2689. -webkit-box-shadow:0 0 5px #aaa;
  2690. background:url(images/menu_bg.png);
  2691. border-radius:12px;
  2692. box-shadow:0 0 5px #aaa;
  2693. font-size:12pt;
  2694. font-weight:700;
  2695. }
  2696.  
  2697. input.Button {
  2698. padding:6px;
  2699. text-shadow:0 -1px 0 #000;
  2700. }
  2701.  
  2702. input.Button.Primary {
  2703. margin:5px;
  2704. }
  2705.  
  2706. input.DateBox,input.InputBox,input.SmallInput,textarea,input.DateBox:focus,input.InputBox:focus,input.SmallInput,textarea:focus {
  2707. background:url(images/contnt.png) repeat scroll 0 0 rgba(255,255,255,0.7);
  2708. border:1px solid #666;
  2709. border-radius:2px 2px 2px 2px;
  2710. color:#000;
  2711. font-size:15px;
  2712. font-weight:700;
  2713. margin:0;
  2714. padding:3px;
  2715. width:98%!important;
  2716. }
  2717.  
  2718. p#back-top {
  2719. top:0px!important;
  2720. }
  2721.  
  2722. span.Email a,span.AddComment a {
  2723. color:#222;
  2724. font-size:10pt;
  2725. }
  2726.  
  2727. span.OptionsTitle {
  2728. -moz-box-shadow: none;
  2729. -moz-user-select: none;
  2730. -webkit-box-shadow: none;
  2731. background-color:
  2732. transparent;
  2733. background-image: url(images/cog2.png);
  2734. background-position: bottom center;
  2735. background-repeat: no-repeat;
  2736. border: none;
  2737. border-radius: 4px;
  2738. box-shadow: none;
  2739. color: #FFF;
  2740. font-size: 1px;
  2741. font-weight: 700;
  2742. text-shadow: 0 -1px 0 #000;
  2743. height: 24px;
  2744. width: 24px;
  2745. }
  2746.  
  2747. span.ToggleFlyout.OptionsMenu.Open {
  2748. background: rgba(0,0,0,.0);
  2749. border-radius: 5px;
  2750. padding: 0;
  2751. top:0;
  2752. z-index: 100;
  2753. }
  2754. span.MItem.CommentFlag{
  2755. float: right;
  2756. position: relative;
  2757. right: 40px;
  2758. }
  2759. textarea.MultiComplete {
  2760. background:none repeat scroll 0 0 #222;
  2761. color:#fff;
  2762. height:20px;
  2763. text-align:left;
  2764. width:100%;
  2765. }
  2766.  
  2767. textarea.TextBox {
  2768. height:100px!important;
  2769. min-height:100px;
  2770. width:98%!important;
  2771. }
  2772.  
  2773. ul#Menu {
  2774. margin:0 auto;
  2775. padding:5px;
  2776. position:relative;
  2777. }
  2778.  
  2779. ul#Menu li ul {
  2780. -moz-border-radius: 5px;
  2781. -moz-box-shadow: 1px 1px 5px #333;
  2782. -webkit-border-radius: 5px;
  2783. -webkit-box-shadow: 1px 1px 5px #333;
  2784. background: rgba(0,0,0,0.0)!important;
  2785. background-repeat: repeat;
  2786. border: solid 1px #222;
  2787. border-radius: 5px;
  2788. box-shadow: 1px 1px 5px #333;
  2789. display: none;
  2790. left: 0;
  2791. margin: 0;
  2792. padding: 0;
  2793. position: absolute;
  2794. text-align: left;
  2795. top: 33px!important;
  2796. visibility: hidden;
  2797. min-width: 133px;
  2798. z-index: 100;
  2799. }
  2800.  
  2801. ul#Menu li ul li, ul.Flyout.MenuItems li, .MeMenu .Flyout.MenuItems li,ul.Dropdown.MenuItems li {
  2802. -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  2803. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  2804. background-image: url(images/contnt.png)!important;
  2805. background-repeat: repeat!important;
  2806. border: none!important;
  2807. box-shadow: 0 1px 1px rgba(0,0,0,.2);
  2808. float: none;
  2809. font-size: 12pt;
  2810. margin: 1px;
  2811. text-align: left;
  2812. text-shadow: 0px -1px 0px #000;
  2813. z-index: 9;
  2814. padding: 1px!important;
  2815. }
  2816.  
  2817. ul#Menu li ul li a,ul.Flyout.MenuItems li a,.MeMenu .Flyout.MenuItems li a ,ul.Dropdown.MenuItems li a{
  2818. background: rgba(0,0,0,.7);
  2819. border: none;
  2820. box-shadow: none;
  2821. color: #fff!important;
  2822. display: inline-block;
  2823. font-size: 15px!important;
  2824. font-weight: 700;
  2825. margin: 0;
  2826. padding: 4px;
  2827. text-align: left!important;
  2828. text-shadow: 0 -1px 0 #000!important;
  2829. min-width: 133px!important;
  2830. border-radius: 2px;
  2831. }
  2832.  
  2833. ul#Menu li ul li a:hover,ul.Flyout.MenuItems li a:hover,.MeMenu .Flyout.MenuItems li a:hover,ul.Dropdown.MenuItems li a:hover {
  2834. -moz-border-radius:none;
  2835. -webkit-border-radius:none;
  2836. background:rgba(0,0,0,1)!important;
  2837. border:none;
  2838. border-bottom:1px solid #222;
  2839. border-radius:none;
  2840. box-shadow:none;
  2841. color:#F00!important;
  2842. display:inline-block;
  2843. font-weight:700;
  2844. margin:0;
  2845. text-align:left!important;
  2846. text-shadow:0 -1px 0 #000!important;
  2847. }
  2848.  
  2849. ul.Discussions li img.dttp {
  2850. float: right;
  2851. height: auto;
  2852. top: 35px;
  2853. width: 24px!important;
  2854. position: relative;
  2855. z-index: 1;
  2856. }
  2857.  
  2858. ul.FilterMenu {
  2859. }
  2860.  
  2861.  
  2862. ul.Flyout.MenuItems li a.DeleteComment.Popable:hover {
  2863. background: none rgba(0,0,0,1)!important;
  2864. border: none!important;
  2865. font-family: arial;
  2866. font-size: 8.5pt;
  2867. font-weight: 700;
  2868. text-align: center;
  2869. width: 88%;
  2870. box-shadow: none;
  2871. }
  2872. ul.MessageList div.Meta span.Votes {
  2873. display:block;
  2874. left:90%;
  2875. line-height:normal;
  2876. padding:0;
  2877. position:absolute;
  2878. text-align:center;
  2879. }
  2880.  
  2881. ul.MessageList li.Item {
  2882. background:url(images/contnt.png);
  2883. background-size:100% 100%;
  2884. }
  2885.  
  2886. ul.token-input-list {
  2887. -moz-border-radius:5px!important;
  2888. -webkit-border-radius:5px!important;
  2889. background:url(images/contnt.png);
  2890. background-color:transparent!important;
  2891. border:1px solid #222!important;
  2892. border-radius:5px!important;
  2893. color:#333!important;
  2894. cursor:text;
  2895. font-size:15px!important;
  2896. height:auto!important;
  2897. list-style-type:none;
  2898. margin:0 2px auto!important;
  2899. min-height:1px;
  2900. overflow:hidden;
  2901. padding:3px;
  2902. width:98%!important;
  2903. z-index:999;
  2904. }
  2905.  
  2906. ul.token-input-list li input {
  2907. background-color:#222!important;
  2908. border:1px solid #666!important;
  2909. border-radius:5px!important;
  2910. color:#fff!important;
  2911. font-size:14px!important;
  2912. margin:2px 0;
  2913. padding:3px;
  2914. width:120px;
  2915. }
  2916. body.Dashboard.Plugin.Feedback #Panel{
  2917. display:none!important;
  2918. }
  2919. div.insert {
  2920. text-align: center;
  2921. border: none!important;
  2922. font-size: 7pt;
  2923. vertical-align: bottom;
  2924. position: relative;
  2925. top: -10px!important;
  2926. padding: 2px;
  2927. float:right;
  2928. }
  2929. .Reactions {
  2930. position: relative;
  2931. font-size: 11px;
  2932. line-height: 1;
  2933. margin-left: 0px;
  2934. top: -10px;
  2935. }
  2936. .QuoteAuthor {
  2937. position:relative;
  2938. left: 35px;
  2939. }
  2940. .QuoteAuthor a{
  2941. color:#F00!important;;
  2942. }
  2943. .QuoteAuthor a:hover{
  2944. color:#fff!important;;
  2945. }
  2946. .Quote .ProfilePhotoMedium{
  2947. width:30px!important;
  2948. height:auto;
  2949. border-radius:30px;
  2950. }
  2951. blockquote.Quote, blockquote.UserQuote {
  2952. padding: 1ex 16px;
  2953. margin: 1px 0;
  2954. background:
  2955. rgba(0, 0, 0, 0.2);
  2956. border: 4px solid
  2957. rgba(0, 0, 0, 0.2);
  2958. font-style: italic;
  2959. color:#FFF;
  2960. text-shadow:0 -1px 0 #000;
  2961. }
  2962. blockquote.Quote .UserPhoto {
  2963. position: relative;
  2964. top: 20px;
  2965. }
  2966. .UserBox, .MeBox {
  2967. -moz-border-radius: 5px!important;
  2968. -webkit-border-radius: 5px!important;
  2969. -o-border-radius: 5px!important;
  2970. border-radius: 5px!important;
  2971. position: relative;
  2972. width: 98%;
  2973. text-align: center;
  2974. padding-bottom: 10px;
  2975. }
  2976. .PageTitle .Options {
  2977. height: 50px;
  2978. float: right;
  2979. }
  2980. #Panel .PanelInfo li.Popup.EditAccountLink {
  2981. display: inline-block;
  2982. }
  2983.  
  2984. body.Dashboard.Profile.edit.EditMode .UserBox {
  2985. float: left;
  2986. width: 100%;
  2987. }
  2988. a.Close {
  2989. line-height: .9;
  2990. color: #fff;
  2991. cursor: pointer;
  2992. font-family: arial;
  2993. font-size: 26px;
  2994. font-weight: bold;
  2995. padding: 0;
  2996. border-radius: 26px;
  2997. -webkit-border-radius: 26px;
  2998. -moz-border-radius: 26px;
  2999. background: none rgba(0,0,0,0.9);
  3000. border: 2px solid #f00;
  3001. position: absolute;
  3002. right: -6px;
  3003. top: -6px;
  3004. height: 26px;
  3005. width: 26px;
  3006. overflow: hidden;
  3007. }
  3008. span.MItem.IPAddress a{
  3009. font-size:9px;
  3010. }
  3011. body.Dashboard.Profile.Index.Profile .MItem.DateCreated {
  3012. margin-left: 0;
  3013. margin-right: 0;
  3014. white-space: pre-wrap;
  3015. position: relative;
  3016. }
  3017. .Discussion.ItemContent {
  3018. padding-left: 0px;
  3019. min-height: 55px;
  3020. width: 100%;
  3021. }
  3022. span.DateUpdated {
  3023. color: #eee;
  3024. text-shadow: 0 1px 0 #000;
  3025. }
  3026. img.Symbol {
  3027. height: auto;
  3028. width: 30px;
  3029. position: relative;
  3030. top:10px;
  3031. }
  3032.  
  3033. .Item-Header.CommentHeader{
  3034. padding-top:15px;
  3035. }
  3036. span.Author a.Username{
  3037. position:relative;
  3038. top:0px;
  3039. }
  3040. .VShare {
  3041.  
  3042. }
  3043. .MItem:last-child {
  3044. margin-right: 0;
  3045. }
  3046.  
  3047. span.AddComment a.CommentOption {
  3048. position: absolute;
  3049. margin-left: 150px;
  3050. top: 10px;
  3051. }
  3052. span.MItem.DateCreated {
  3053. color: #eee;
  3054. text-shadow: 0 1px 0 #000;
  3055. }
  3056. .Popup #Content {
  3057. width:100%!important;
  3058. }
  3059. iframe#onlineRadioFrame{
  3060. width:100%;
  3061. }
  3062. p.Center a img{
  3063.  
  3064. }
  3065. .ButtonBarMarkupHint {
  3066. font-size: 14px!important;
  3067. text-shadow: none;
  3068. }
  3069. .BarWrap {
  3070. background:
  3071. transparent;
  3072. border: none;
  3073. margin: 0 0 -1px;
  3074. line-height: 0.1;
  3075. }
  3076. .ButtonBar .ButtonWrap {
  3077. background-color: rgba(255, 69, 0,.9);
  3078. border: 2px solid #000;
  3079. margin: 2px;
  3080. border-radius: 33px;
  3081. box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  3082. -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  3083. -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  3084. }
  3085. .ButtonBar .ButtonWrap:hover {
  3086. box-shadow: 0 0 5px #aaa;
  3087. -moz-box-shadow: 0 0 5px #aaa;
  3088. -webkit-box-shadow: 0 0 5px #aaa;
  3089. }
  3090. dl.About dd.flag {
  3091. padding: 0;
  3092. margin: 0;
  3093. }
  3094. dl.About dt, dl.About dd {
  3095. display: inline-block;
  3096. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement