Advertisement
Guest User

CSS

a guest
Jan 1st, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.94 KB | None | 0 0
  1.  
  2.  
  3. /*
  4. .prj-button:hover {text-decoration: none; color: #fff;}
  5.  
  6. .prj-button{
  7. display:inline-block;
  8. font-family:"Interstate Light",helvetica,Arial,Sans-Serif;
  9. font-style:normal;
  10. font-weight:normal;
  11. text-decoration:none;
  12. text-align:center;
  13. -webkit-border-radius:3px;
  14. -moz-border-radius:3px;
  15. -o-border-radius: 3px;
  16. border-radius:3px;
  17. font-size: 14px;
  18. padding:10px 20px;
  19. cursor:pointer;
  20. -webkit-box-sizing: border-box;
  21. -moz-box-sizing: border-box;
  22. box-sizing: border-box;
  23. color: #fff;
  24. }
  25. .prj-button-small{padding: 2px 7px}
  26. .prj-button-dlg{padding: 4px;}
  27. .prj-button-full{width: 625px;}
  28.  
  29. .prj-button-red {
  30. background-color: #d73d32;
  31. border: 1px solid #bd3d2a;
  32. color: #fff;
  33. text-shadow: 0 1px 0px rgba(0,0,0,0.15);
  34. border-width: 1px 1px 3px !important;
  35. border-style: solid;
  36. background-color: #d73d32;
  37. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  38. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  39. }
  40.  
  41. .prj-button-red:hover {
  42. text-decoration: none;
  43. -webkit-box-shadow:inset 0 -1px 0 #bd3d2a;
  44. box-shadow:inset 0 -1px 0 #bd3d2a;
  45. background-color:#e74b37;
  46. border:1px solid #bd3d2a;
  47. border-bottom-color:#bd3d2a;
  48. }
  49.  
  50. .prj-button-vk {
  51. background-color: #4E729A;
  52. border: 1px solid #466588;
  53. border-width: 1px 1px 3px !important;
  54. border-style: solid;
  55. border-color: #466588;
  56. }
  57.  
  58. .prj-button-tw {
  59. background-color: #00b4f2;
  60. border: 1px solid #049DD1;
  61. border-width: 1px 1px 3px !important;
  62. border-style: solid;
  63. border-color: #049DD1;
  64. }
  65.  
  66. .prj-button-fb {
  67. background-color: #3b5998;
  68. border: 1px solid #344D80;
  69. border-width: 1px 1px 3px !important;
  70. border-style: solid;
  71. border-color: #344D80;
  72. }
  73.  
  74. .prj-button-vk:hover, .prj-button-tw:hover, .prj-button-fb:hover {
  75. opacity: 0.9;
  76. }
  77.  
  78. .prj-button-white {
  79. background-color: #fff;
  80. border: 1px solid #e5e5e5;
  81. color: #737373;
  82. border-width: 1px 1px 2px !important;
  83. border-style: solid;
  84. border-color: #d8d8d8;
  85. }
  86.  
  87. .prj-button-white:hover {
  88. color: #404040;
  89. border: 1px solid #c8c8c8;
  90. }
  91.  
  92. .prj-button-orange{
  93. font-weight: bold;
  94. background-color: #fce359;
  95. background-image: -webkit-linear-gradient(#fce359, #fed231);
  96. background-image: linear-gradient(#fce359, #fed231);
  97. border: 1px solid #e5b50f;
  98. color: #393c3d;
  99. text-shadow: 0 1px 0 rgba(255,255,255,0.32);
  100. box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11),inset 0 0 1px 1px rgba(255,255,255,0.12);
  101. }
  102. .prj-button-orange:hover{
  103. border-color:#e7ba0e;
  104. color: #393c3d;
  105. background-color:#fde861;
  106. background-image:-webkit-linear-gradient(#fde861, #fedb33);
  107. background-image:linear-gradient(#fde861, #fedb33);
  108. }
  109. .prj-button-orange:active{
  110. border-color:#eac533;
  111. border-bottom-color:#ecca45;
  112. box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.04),inset 0 1px 1px 0 rgba(0,0,0,0.06);
  113. }
  114.  
  115. .prj-button-blue{
  116. text-overflow: ellipsis;
  117. text-shadow: 0 1px 0px rgba(0,0,0,0.15);
  118. border-width: 1px 1px 3px !important;
  119. border-style: solid;
  120. border-color: #3079ed;
  121. border: 1px solid #3079ed;
  122. background-color: #4787ed;
  123. text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  124. box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09);
  125. }
  126.  
  127. .prj-button-blue:hover{
  128. color: #fff;
  129. background-color: #4d90fe;
  130.  
  131. }
  132. .prj-button-blue:active{
  133. background-color: #357ae8;
  134. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  135. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  136. }
  137. .prj-button-green {
  138. background: #64ce83;
  139. cursor: pointer;
  140. text-shadow: 0 1px 0px rgba(0,0,0,0.15);
  141. border-width: 1px 1px 3px !important;
  142. border-style: solid;
  143. border-color: #3dc264;
  144. white-space: nowrap;
  145. text-overflow: ellipsis;
  146. }
  147.  
  148. .prj-button-green:hover{
  149. background:#4fca74 !important;
  150. border-color:#35b15a !important;
  151. text-decoration: none;
  152. color: #fff;
  153. }
  154.  
  155. .prj-button-green:active{
  156. text-decoration:none;
  157. color:#fff;
  158. background-color:#3dc264;
  159. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  160. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  161. }
  162.  
  163. #loginform button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}
  164.  
  165. #loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
  166. border: 1px solid #C4CDE0 !important
  167. }
  168.  
  169. #loginform input[type="text"], #loginform input[type="password"] {
  170. color:#868f95;
  171. font-family:Helvetica,Arial,sans-serif;
  172. border: 1px solid #ddd;
  173. -webkit-appearance: none !important;
  174. color: #333333;
  175. outline: 0;
  176. height: 20px;
  177. padding: 6px 6px !important;
  178. line-height: 20px;
  179. font-size: 14px;
  180. font-weight: normal;
  181. vertical-align: top;
  182. background-color: #ffffff;
  183. background-image: none !important;
  184. filter: none !important;
  185. -webkit-box-shadow: none !important;
  186. -moz-box-shadow: none !important;
  187. box-shadow: none !important;
  188. -webkit-border-radius: 0px;
  189. -moz-border-radius: 0px;
  190. border-radius: 0px;
  191. }
  192. #loginform textarea{color:#868f95;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd;padding:5px;margin-right:10px;margin-top: 10px;}
  193. #loginform input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}
  194. #loginform select{width: 223px; padding: 5px;border:1px solid #ddd;}
  195. #loginform .captcha{float: left;margin-top: 0px;margin-left: 5px;}
  196.  
  197. input[type=checkbox],input[type=radio]{
  198. width:auto;
  199. height:auto;
  200. padding:0;
  201. margin:3px 0;
  202. line-height:normal;
  203. border:0;
  204. background-color:transparent;
  205. cursor:pointer
  206. }
  207.  
  208. .dropdown-bordered li a {
  209. border-bottom: 1px solid #eee;
  210. }
  211.  
  212.  
  213. html,body,#doc,#page-outer{
  214. display: block;
  215. }
  216.  
  217. body{
  218. padding:0;
  219. margin:0;
  220. font-size:14px;
  221. line-height:18px;
  222. color:#222;
  223. background-image: url(URL DE LA IMAGEN);
  224. overflow: auto;
  225. overflow-y: scroll;
  226. }
  227.  
  228. body,label,input,textarea,select,button{
  229. font-family:tahoma, arial, verdana, sans-serif, Lucida Sans;
  230. }
  231.  
  232. /*a {
  233. color:#3b5998;
  234. text-decoration:none
  235. }*/
  236.  
  237. a {
  238. color: #3081A3;
  239. text-decoration:none;
  240. cursor: pointer;
  241. }
  242.  
  243. a:focus{outline:0}
  244. a:hover {
  245. color: #007ab6;
  246. text-decoration:underline
  247. }
  248. /*a:hover,a:focus{text-decoration:underline}*/
  249.  
  250. h1,h2,h3,h4,h5,h6{
  251. margin:0;
  252. color:#333;
  253. }
  254.  
  255. h1{font-size:24px;font-weight:bold;line-height:1}
  256. h2{font-size:18px;font-weight:bold;line-height:20px}
  257. h2 small{font-size:12px;font-weight:normal;color:#999}
  258. h3{font-size:14px;font-weight:normal;line-height:1}
  259. h4{font-size:12px;line-height:18px}
  260. h5,h6{font-size:10px}
  261. p{margin:0}
  262. table{border-collapse:collapse;border-spacing:0}
  263. td,th{padding:0}
  264. small{font-size:12px}
  265.  
  266. .important{color:#c00c0c}
  267.  
  268. .hidden{display:none}
  269.  
  270. ul,ol{
  271. padding:0;
  272. margin:0
  273. }
  274.  
  275. ul{list-style:none}
  276. ol{margin-left:20px;list-style:decimal}
  277. ol li{line-height:20px}
  278. .inline-list{margin-left:0}
  279. .inline-list li{display:inline}
  280. button{margin:0}
  281. img{border:0}
  282.  
  283. ._timestamp {
  284. font-size: 9px;
  285. }
  286.  
  287. .ie9 .btn{
  288. border-radius:0
  289. }
  290.  
  291. .no-shadow{
  292. -webkit-box-shadow:none;
  293. -moz-box-shadow:none;
  294. box-shadow:none
  295. }
  296.  
  297. hr{
  298. height:0;
  299. padding:0;
  300. margin:14px 0 14px 0;
  301. border:0;
  302. border-top:1px solid #eee
  303. }
  304.  
  305. #back_top a {
  306. display: block;
  307. height: 100%;
  308. margin: 0;
  309. padding: 0;
  310. position: fixed;
  311. text-decoration: none;
  312. top: 0;
  313. width: 126px;
  314. }
  315.  
  316. #back_top:hover {
  317. background-color: #E1E7ED;
  318. }
  319.  
  320. li#back_top {
  321. margin-left: 0px;
  322. }
  323.  
  324. .nav>li>a.last-menu-item, .nav>li>a.app-logo {
  325. padding:0;
  326. background: transparent;
  327. color: #fff;
  328. border-bottom: none;
  329. height: 48px;
  330. width: 48px;
  331. background-image: url(../img/app_img.png);
  332. opacity: 1;
  333. }
  334.  
  335. .nav>li>a.settings {
  336. background-position: -118px -102px;
  337. }
  338.  
  339. .nav>li>a.search {
  340. background-position: -166px -102px;
  341. }
  342.  
  343. .nav>li>a.app-logo {
  344. width: 118px;
  345. background-position: 0px -102px;
  346. }
  347.  
  348. .nav>li>a.last-menu-item:hover, .nav>li>a.app-logo:hover {
  349. border-bottom: none;
  350. opacity: 0.9;
  351. }
  352.  
  353. .nav>li.menu-item {
  354. margin-right: 10px;
  355. text-transform: lowercase;
  356. }
  357.  
  358. .wrapper{
  359. position:relative;
  360. display: block;
  361. width:834px;
  362. min-height:100%;
  363. padding:54px 14px 15px;
  364. margin:0 auto;
  365. }
  366.  
  367. .wrapper-main {
  368. position:relative;
  369. display: block;
  370. width:792px;
  371. min-height:100%;
  372. padding:48px 0px 0px;
  373. margin:0 auto;
  374. }
  375.  
  376. .small-footer {
  377. display: block;
  378. float: right;
  379. width: 660px;
  380. margin-top: 10px;
  381. margin-top: 10px;
  382. padding-bottom: 30px;
  383. font-size: 11px;
  384. }
  385.  
  386. .small-footer li {
  387. display: inline;
  388. }
  389.  
  390. .small-footer li:first-child {
  391. color: gray;
  392. margin-right: 7px;
  393. margin-left: 7px;
  394. }
  395.  
  396. .small-footer a {
  397. padding-right: 7px;
  398. color: #737373;
  399. }
  400.  
  401. .small-footer a:hover {
  402. color: #262626;
  403. }
  404.  
  405. .page-wrapper {
  406. float: left;
  407. width: 790px;
  408. color: #fff;
  409. position: relative;
  410. }
  411.  
  412. .profile-wrapper {
  413. float: left;
  414. min-height: 170px;
  415. width: 660px;
  416. position: relative;
  417. padding: 0px;
  418. background: #fff;
  419. border: 1px solid #d8d8d8;
  420. border-top: none;
  421. }
  422.  
  423. .profile-wrapper .header {
  424. display: block;
  425. font-size: 16px;
  426. font-weight: bold;
  427. background-color: #f5f7fa;
  428. word-break: break-all;
  429. border-bottom: 1px dashed #ced5e5;
  430. padding: 17px 18px 16px 20px;
  431. }
  432.  
  433. .profile-wrapper .header a {
  434. font-size: 13px;
  435. font-weight: bold;
  436. }
  437.  
  438. .profile-wrapper .header a.ask-link {
  439. font-size: 14px;
  440. font-weight: bold;
  441. }
  442.  
  443. .profile-wrapper .main-header {
  444. display: block;
  445. font-size: 16px;
  446. font-weight: bold;
  447. background-color: #f5f7fa;
  448. border-bottom: 1px dashed #ced5e5;
  449. padding:20px 10px 20px 40px
  450. }
  451.  
  452. .profile-wrapper .search-header {
  453. display: block;
  454. font-size: 16px;
  455. font-weight: bold;
  456. background-color: #f5f7fa;
  457. border-bottom: 1px dashed #ced5e5;
  458. }
  459.  
  460. .profile-page-header {
  461. background:#f8f8f8;
  462. display: block;
  463. position: relative;
  464. float: left;
  465. width: 100%;
  466. border-bottom: 1px solid #e5e5e5;
  467. }
  468.  
  469. .page-header {
  470. display: block;
  471. font-size: 16px;
  472. font-weight: bold;
  473. color: #404040;
  474. background-color: #f8f8f8;
  475. border-bottom: 1px solid #e5e5e5;
  476. padding: 17px 18px 16px 20px;
  477. }
  478.  
  479. .page-header a {
  480. font-size: 14px;
  481. font-weight: normal;
  482. }
  483.  
  484. .page-header p.title {
  485. display: block;
  486. font-weight: bold;
  487. font-size: 18px;
  488. line-height: 24px;
  489. color: #404040;
  490. }
  491.  
  492. .page-header p.content {
  493. display: block;
  494. margin-top: 20px;
  495. color: #404040;
  496. font-size: 13px;
  497. font-weight: bold;
  498. }
  499.  
  500. .page-header p.description {
  501. font-size: 13px;
  502. margin-top: 10px;
  503. display: block;
  504. color: #404040;
  505. font-weight: normal;
  506. }
  507.  
  508. .wrapper{padding-bottom:0;}
  509.  
  510. .container{
  511. position:relative;
  512. margin:0 auto;
  513. }
  514.  
  515. .noface-canvas{
  516. position:relative;
  517. width:835px;
  518. background: #fff;
  519. margin:0 auto;
  520. border: 1px solid #C4CDE0;
  521. background-color: #fff;
  522. margin-bottom: 15px;
  523. border-radius: 6px;
  524. }
  525.  
  526. .page-canvas,.permalink{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
  527.  
  528. .content-main{
  529. margin-left: auto;
  530. margin-right: auto;
  531. padding-bottom: 20px;
  532. padding-top: 20px;
  533. width: 522px
  534. }
  535.  
  536. .topbar{
  537. display: block;
  538. top: 0;
  539. margin: 0 auto;
  540. z-index:1000;
  541. width:100%;
  542. box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  543. -webkit-box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  544. }
  545.  
  546. .promptbar{
  547. display: none;
  548. position: fixed;
  549. top: 48px;
  550. margin: 0 auto;
  551. z-index:1000;
  552. width:100%;
  553. box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  554. -webkit-box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  555. }
  556.  
  557. .promptbar .prompt-nav {
  558. position: fixed;
  559. z-index:1001;
  560. height:48px;
  561. margin: 0 auto;
  562. width:100%;
  563. border-radius: 0px;
  564. background-repeat:repeat-y;
  565. background-size:auto;
  566. background-position:0 0;
  567. background-color: #262626;
  568. /*background: #3B5998;*/
  569. /* border: 1px solid #324e78;*/
  570. border-top: none;
  571. /* -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, .15) inset, 0 1px 1px 0 rgba(0, 0, 0, .15);
  572. box-shadow: 0 1px 2px rgba(255, 255, 255, .15) inset, 0 1px 1px 0 rgba(0, 0, 0, .15);*/
  573. }
  574.  
  575. .promptbar .prompt-nav .container{
  576. width:790px;
  577. margin-left: auto;
  578. margin-right: auto;
  579. text-align: center;
  580. }
  581.  
  582. .promptbar .prompt-nav .container .text{
  583. display: inline-block;
  584. padding: 14px 10px;
  585. color: #fff;
  586. font-size: 13px;
  587. font-weight: bold;
  588. }
  589.  
  590. .promptbar .prompt-nav .container .btn {
  591. padding: 4px 10px;
  592. font-weight: bold;
  593. font-size: 12px;
  594. }
  595.  
  596. .global-nav{
  597. z-index:1001;
  598. height:48px;
  599. margin: 0 auto;
  600. width:100%;
  601. min-width: 790px;
  602. border-radius: 0px;
  603. background-repeat:repeat-y;
  604. background-size:auto;
  605. background-position:0 0;
  606. background-color: #fff;
  607. border: 1px solid #ccc;
  608. border-top: none;
  609. border-bottom: none;
  610. box-shadow: 0 1px 4px 0px rgba(0,0,0,0.3);
  611. }
  612.  
  613. .global-nav .container{
  614. width:790px;
  615. min-width: 790px;
  616. margin-left: auto;
  617. margin-right: auto;
  618. }
  619.  
  620. .nav,.nav>li{
  621. float:left;
  622. position:relative;
  623. }
  624.  
  625. .nav>li>a{
  626. font-family: "Interstate Light",helvetica,Arial,Sans-Serif;
  627. font-style: normal;
  628. font-weight: normal;
  629. font-size: 14px;
  630. color: #737373;
  631. display: block;
  632. float: left;
  633. text-decoration: none;
  634. padding-top: 14px;
  635. padding-bottom: 14px;
  636. font-size: 14px;
  637. border-bottom: 1px solid #fff;
  638. }
  639.  
  640. .nav>li>a:hover{
  641. text-decoration:none;
  642. color: #262626;
  643. border-bottom: 2px solid #00aff0;
  644. }
  645.  
  646. .nav>li>a:focus{
  647. text-decoration:none;
  648. }
  649.  
  650. .nav small{
  651. font-weight:normal;
  652. }
  653.  
  654. .nav i{
  655. float:left;
  656. }
  657.  
  658. .settings-avatar{
  659. width:75px;
  660. height:75px;
  661. -webkit-border-radius:3px;
  662. -moz-border-radius:3px;
  663. border-radius:3px;
  664. border: 1px solid #ccc;
  665. background-color: #FFF;
  666. }
  667.  
  668. form{
  669. font-size:12px;
  670. margin-bottom:0
  671. }
  672.  
  673. form p+p{margin-top:9px}
  674. legend{
  675. display:block;
  676. width:100%;
  677. margin-bottom:20px;
  678. font-size:20px;
  679. line-height:30px;
  680. color:#333;
  681. border-bottom:1px solid #eee
  682. }
  683. label,input,textarea,div[contenteditable="true"],select{margin:0;font-size:13px;line-height:20px}
  684. label{
  685. display:block;
  686. display:block;
  687. margin-bottom:5px;
  688. color:#333;
  689. cursor:pointer
  690. }
  691. button{border:0}
  692. fieldset{padding:0;margin:0;border:0}
  693.  
  694. fieldset input[type=password]{
  695. width: 210px;
  696. }
  697.  
  698. input,textarea,div[contenteditable="true"],select{
  699. display:inline-block;
  700. width:210px;
  701. padding:4px;
  702. margin:0;
  703. outline:0;
  704. background-color:#fff;
  705. border:1px solid #ccc;
  706. }
  707. .ie9 input,.ie9 textarea{min-height:20px}
  708.  
  709. input[type=file]{
  710. background-color:#fff;
  711. padding:initial;
  712. border:initial;
  713. line-height:initial;
  714. -webkit-box-shadow:none;
  715. -moz-box-shadow:none;
  716. box-shadow:none;
  717. cursor: pointer;
  718. }
  719.  
  720. select[multiple]{background-color:#fff;height:inherit}
  721. .inline-form{float:left;width:100%;margin:10px 0}
  722. textarea{height:auto}
  723. .radio,.checkbox{margin:5px 0;padding-left:18px;line-height:18px}
  724. .radio input[type=radio],.checkbox input[type=checkbox]{float:left;margin-left:-18px}
  725. .radio-nested,.checkbox-nested{margin-left:18px}
  726. .controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:1px}
  727. input,textarea,div[contenteditable="true"]{
  728. -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
  729. -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
  730. box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
  731. -webkit-transition:.2s linear background;
  732. -moz-transition:.2s linear background;
  733. transition:.2s linear background
  734. }
  735.  
  736. input:focus,textarea:focus,div[contenteditable="true"]:focus{
  737. outline:0;
  738. color:#333;
  739. }
  740.  
  741. input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus,select:focus{
  742. outline:auto 5px -webkit-focus-ring-color;
  743. -webkit-box-shadow:none;
  744. -moz-box-shadow:none;
  745. box-shadow:none;
  746. }
  747.  
  748. .disabled,.disabled:hover,.disabled:focus,.disabled:active,input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly],div[contenteditable="true"][readonly]{background:#f5f5f5;border-color:#ccc;}
  749. .disabled.btn,.disabled.btn:active{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
  750. input.placeholded,textarea.placeholded{color:#7f7f7f}
  751. .input-mini{width:50px}
  752. .input-small{width:90px}
  753. .input-medium{width:175px}
  754. .input-large{width:270px}
  755. .input-xlarge{width:330px}
  756. .input-block{
  757. display:block;
  758. width:100%;
  759. padding:7px 9px;
  760. margin-bottom:5px;
  761. font-size:14px;
  762. -webkit-box-sizing:border-box;
  763. -moz-box-sizing:border-box;
  764. -ms-box-sizing:border-box;
  765. box-sizing:border-box;
  766. }
  767.  
  768. .control-group{
  769. margin-bottom:5px;
  770. margin-top:5px;
  771. }
  772.  
  773. .form-horizontal .control-label{
  774. float:left;
  775. width:150px;
  776. padding-top:10px;
  777. text-align:right
  778. }
  779.  
  780. .form-horizontal .top_5{
  781. float:left;
  782. width:150px;
  783. padding-top:5px;
  784. text-align:right
  785. }
  786.  
  787. .form-horizontal .controls{
  788. margin-left:165px
  789. }
  790.  
  791. .form-horizontal input,.form-horizontal select,.form-horizontal textarea{margin-bottom:5px}
  792. .form-horizontal .controls p{
  793. color:#999;
  794. max-width: 220px;
  795. }
  796. .form-horizontal .form-actions{padding-left:165px;margin:20px 0 8px}
  797.  
  798. .error-text {
  799. font-size: 14px;
  800. color: white;
  801. text-align: center;
  802. text-shadow: 1px 1px 1px #913807;
  803. background-color: #F35C0B;
  804. display: block;
  805. padding: 10px 20px;
  806. max-width: 272px;
  807. }
  808.  
  809. .error-settings {
  810. font-size: 14px;
  811. color: white;
  812. text-align: center;
  813. text-shadow: 1px 1px 1px #913807;
  814. background-color: #F35C0B;
  815. display: block;
  816. padding: 10px 20px;
  817. }
  818.  
  819. .success-settings {
  820. font-size: 14px;
  821. color: white;
  822. text-align: center;
  823. text-shadow: 1px 1px 1px #3B6900;
  824. background-color: #5B9F00;
  825. display: block;
  826. padding: 10px 20px;
  827. }
  828.  
  829. .top-10 {
  830. margin-top: 10px;
  831. }
  832.  
  833. .users_table {
  834. width: 100%;
  835. border: 1px solid #cccccc;
  836. word-break: break-all;
  837. }
  838.  
  839. .users_table th {
  840. padding: 5px;
  841. font-size: 12px;
  842. width: 100px;
  843. text-align: center;
  844. font-weight: normal;
  845. background: #f6f6f6;
  846. color: #666666;
  847. border-top: 1px dashed #cccccc;
  848. }
  849.  
  850. .users_table td {
  851. padding: 5px;
  852. font-size: 12px;
  853. width: 100px;
  854. text-align: center;
  855. font-weight: normal;
  856. background: #f6f6f6;
  857. color: #666666;
  858. border-left: 1px dashed #cccccc;
  859. border-top: 1px dashed #cccccc;
  860. }
  861.  
  862. .users_table td.first {
  863. border-top: none;
  864. }
  865.  
  866. .users_table td.selected {
  867. color: #ffffff;
  868. font-weight: bold;
  869. background: #4ebce6;
  870. }
  871.  
  872. .tosContent {
  873. margin: 25px;
  874. display: block;
  875. }
  876.  
  877. .tosContent span {
  878. display: block;
  879. }
  880.  
  881. .tosHeader {
  882. border-bottom: 1px solid #CCC;
  883. color: #274862;
  884. font-size: 28px;
  885. line-height: 35px;
  886. font-weight: bold;
  887. margin-bottom: 10px;
  888. display: block;
  889. }
  890.  
  891. .tosThemes {
  892. list-style: square;
  893. padding-left: 40px;
  894. color: #444;
  895. margin: 0px 0px 15px 0px;
  896. width: 95%;
  897. }
  898.  
  899. .font_14 {
  900. font-size: 14px;
  901. }
  902.  
  903. .tosThemes span {
  904. color: #444;
  905. }
  906.  
  907. .tosThemes li{
  908. margin-bottom: 10px;
  909. }
  910.  
  911.  
  912. .cursor-pointer {
  913. cursor: pointer;
  914. }
  915.  
  916. .lightbox {
  917. position: fixed;
  918. display: none;
  919. top: 0;
  920. left: 0;
  921. z-index: 1000;
  922. height: 100%;
  923. width: 100%;
  924. max-width: 100%;
  925. background-color: #000;
  926. background-color: rgba(0,0,0,0.8);
  927. overflow: auto;
  928. }
  929.  
  930. .lightbox .content {
  931. width: 800px;
  932. height: 450px;
  933. position: absolute;
  934. left: 50%;
  935. top: 50%;
  936. -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  937. -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  938. box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  939. margin-top: -225px;
  940. margin-left: -400px;
  941. /*background-color: rgba(0,0,0,0.5);*/
  942. background-color: rgba(255,255,255,1);
  943. background-image: url(../img/lightbox.gif);
  944. background-repeat: no-repeat;
  945. background-position: center, center;
  946. }
  947.  
  948. .search-users-area {
  949.  
  950. }
  951.  
  952. .search-users-area button {
  953. display: block;
  954. margin-left: 2px;
  955. line-height: 20px;
  956. height: 32px;
  957. width: 98px;
  958. font-size: 14px;
  959. padding: inherit;
  960. }
  961.  
  962. .search-users-area input[type="text"] {
  963. font-family:Helvetica,Arial,sans-serif;
  964. border:1px solid #ddd;
  965. margin-right:10px;
  966. width: 500px;
  967. height: 20px;
  968. -webkit-appearance: none !important;
  969. color: #333333;
  970. outline: 0;
  971. height: 20px;
  972. padding: 6px 6px !important;
  973. line-height: 20px;
  974. font-size: 14px;
  975. font-weight: normal;
  976. vertical-align: top;
  977. background-color: #ffffff;
  978. background-image: none !important;
  979. filter: none !important;
  980. -webkit-box-shadow: none !important;
  981. -moz-box-shadow: none !important;
  982. box-shadow: none !important;
  983. -webkit-border-radius: 0px;
  984. -moz-border-radius: 0px;
  985. border-radius: 0px;
  986. }
  987.  
  988. .search-users-area input[type="text"]:focus {
  989. border: 1px solid #C4CDE0 !important
  990. }
  991.  
  992. .clearfix:after {
  993. content: ".";
  994. display: block;
  995. clear: both;
  996. visibility: hidden;
  997. line-height: 0;
  998. height: 0;
  999. }
  1000.  
  1001. .clearfix {
  1002. display: block;
  1003. }
  1004.  
  1005. html[xmlns] .clearfix {
  1006. display: block;
  1007. }
  1008.  
  1009. .left {
  1010. float: left;
  1011. }
  1012.  
  1013. .right {
  1014. float: right;
  1015. }
  1016.  
  1017. .hide {
  1018. display: none;
  1019. }
  1020.  
  1021. .wrapper.noface {
  1022. background: #fff;
  1023. border: 2px solid #C4CDE0;
  1024. border-bottom: none;
  1025. }
  1026.  
  1027. body {
  1028. background-position: left 0px;
  1029. background-attachment: fixed;
  1030. background-repeat: repeat;
  1031. background-image: url(..img/b.gif);
  1032. }
  1033.  
  1034. .profile-cover {
  1035. position: relative;
  1036. float: left;
  1037. width: 660px;
  1038. height: 215px;
  1039. display: block;
  1040. background: #336699;
  1041. border-bottom: 1px solid #C4CDE0;
  1042. }
  1043.  
  1044.  
  1045. .profile-form-container {
  1046. position: relative;
  1047. margin: 17px;
  1048. margin-top: 0px;
  1049. float: left;
  1050. display: block;
  1051. width: 626px;
  1052. }
  1053.  
  1054. .ask-form {
  1055. border: 1px solid #ccc;
  1056. display: block;
  1057. margin: 17px;
  1058. }
  1059.  
  1060. .ask-form .footer {
  1061. background-color: #f8f8f8;
  1062. border-top: 1px solid #e0e0e0;
  1063. display: block;
  1064. }
  1065.  
  1066. .ask-form .footer .actionbar {
  1067. float: right;
  1068. padding: 3px;
  1069. display: block;
  1070. }
  1071.  
  1072. .ask-form .footer .actionbar button {
  1073. margin-left: 5px;
  1074. }
  1075.  
  1076. .ask-form .ask-mode, .ask-form .comment-mode {
  1077. position: absolute;
  1078. left: 347px;
  1079. width: 155px;
  1080. border-radius: 3px;
  1081. }
  1082.  
  1083. .ask-form button {
  1084. height: 27px;
  1085. width: 130px;
  1086. padding: 5px;
  1087. }
  1088.  
  1089. .ask-form select {
  1090. height: 27px;
  1091. }
  1092.  
  1093. .ask-form .footer .word-counter {
  1094. position: relative;
  1095. float: left;
  1096. margin-top: 7px;
  1097. padding-left: 10px;
  1098. color: #404040;
  1099. font-weight: bold;
  1100. display: block;
  1101. }
  1102.  
  1103. .profile-status {
  1104. display: block;
  1105. position:relative;
  1106. float:left;
  1107. width: 100%;
  1108. margin-top: 0px;
  1109. margin-bottom: 0px;
  1110. clear: both;
  1111. background:#fff;
  1112. display: block;
  1113. /*border-bottom: 1px solid #d3d6db;*/
  1114. }
  1115.  
  1116. .profile-status span {
  1117. display: block;
  1118. font-size: 13px;
  1119. font-weight: bold;
  1120. margin: 10px;
  1121. margin-left: 17px;
  1122. margin-right: 17px;
  1123. word-wrap:break-word
  1124. }
  1125.  
  1126. .mobile-form {
  1127. display: block;
  1128. text-align: left;
  1129. }
  1130.  
  1131. .mobile-form span {
  1132. display: block;
  1133. font-size: 16px;
  1134. padding: 15px;
  1135. cursor: default;
  1136. }
  1137.  
  1138. .mobile-form span.head {
  1139. display: block;
  1140. font-size: 16px;
  1141. padding-left: 0px;
  1142. cursor: default;
  1143. }
  1144.  
  1145. .mobile-form .footer {
  1146. display: block;
  1147. margin-top: 20px;
  1148. }
  1149.  
  1150. .mobile-form .footer button {
  1151. width: 120px;
  1152. }
  1153.  
  1154. .mobile-form label {
  1155. display: block;
  1156. font-size: 14px;
  1157. padding: 10px;
  1158. cursor: default;
  1159. background: #f8f8f8;
  1160. }
  1161.  
  1162. .mobile-form input[type='radio'] {
  1163. margin-right: 10px;
  1164. }
  1165.  
  1166. .confirm-form {
  1167. text-align: center;
  1168. padding: 10px;
  1169. }
  1170.  
  1171. .bold {
  1172. font-weight: bold;
  1173. }
  1174.  
  1175. .confirm-form a,.mobile-form a {
  1176. padding-left: 10px;
  1177. padding-right: 10px;
  1178. }
  1179.  
  1180. .confirm-form img {
  1181. border: 1px solid #ccc;
  1182. }
  1183.  
  1184. .confirm-form img:hover {
  1185. opacity: 0.9;
  1186. }
  1187.  
  1188. .confirm-form span,.confirm-form label{
  1189. display: block;
  1190. font-size: 16px;
  1191. padding: 15px;
  1192. cursor: default;
  1193. }
  1194.  
  1195. .confirm-form .top-padding {
  1196. padding-top: 0px;
  1197. }
  1198.  
  1199. #header_vk {
  1200. position: relative;
  1201. font-weight: bold;
  1202. font-size: 11px;
  1203. padding: 7px 10px;
  1204. line-height: 140%;
  1205. background: #E9EDF1;
  1206. color: #607387;
  1207. border: solid #D9E0E7;
  1208. border-width: 0px 1px;
  1209. }
  1210.  
  1211. .profile-avatar {
  1212. position: relative;
  1213. float: left;
  1214. width:160px;
  1215. margin-top: 5px;
  1216. padding: 3px;
  1217. background: #fff;
  1218. height: 160px;
  1219. border:1px solid #ccc;
  1220. border-radius: 2px;
  1221. }
  1222.  
  1223. .profile-header {
  1224. position: relative;
  1225. margin: 17px;
  1226. margin-bottom: 5px;
  1227. margin-top: -130px;
  1228. float: left;
  1229. display: block;
  1230. width: 626px;
  1231. }
  1232.  
  1233. .profile-info {
  1234. float: left;
  1235. position: relative;
  1236. display: block;
  1237. margin: 17px;
  1238. margin-top: 7px;
  1239. width: 626px;
  1240. }
  1241.  
  1242. .profile-info .status {
  1243. float: left;
  1244. width: 425px;
  1245. background: #fff;
  1246. display: inline-block;
  1247. margin-left: 10px;
  1248. padding: 10px;
  1249. border: 1px solid #e1e1e1;
  1250. border-radius: 3px;
  1251. word-wrap: break-word;
  1252. }
  1253.  
  1254. .profile-info .status .arrow-up {
  1255. position: absolute;
  1256. width: 10px;
  1257. height: 8px;
  1258. background: url(../img/app_img.png?x=1);
  1259. background-position: 0px 0px;
  1260. top: -5px
  1261. }
  1262.  
  1263. .profile-info a {
  1264.  
  1265. }
  1266.  
  1267. .info-block {
  1268. display: block;
  1269. color: #262626;
  1270. font-size: 14px;
  1271. background-color: #f8f8f8;
  1272. text-align: center;
  1273. margin-bottom: 10px;
  1274. margin-top: 10px;
  1275. padding: 20px
  1276. }
  1277.  
  1278. .green-block {
  1279. display: block;
  1280. color: #fff;
  1281. font-size: 14px;
  1282. background-color: #8DC63F;
  1283. text-align: center;
  1284. margin-bottom: 10px;
  1285. margin-top: 10px;
  1286. padding: 6px;
  1287. }
  1288.  
  1289. .green-block span {
  1290. padding: 6px;
  1291. }
  1292.  
  1293. .profile-info a.follow-btn {
  1294. float: left;
  1295. padding: 9px 20px;
  1296. width: 168px;
  1297. }
  1298.  
  1299. .profile-info a.settings-btn {
  1300. float: left;
  1301. padding: 9px 20px;
  1302. width: 168px;
  1303. }
  1304.  
  1305. .profile-fullname {
  1306. position: absolute;
  1307. margin-left: 180px;
  1308. margin-top: 135px;
  1309. min-width: 445px;
  1310. float: left;
  1311. color: #1c2a47;
  1312. font-size: 20px;
  1313. line-height: 18px;
  1314. overflow: hidden;
  1315. font-weight: bold;
  1316. }
  1317.  
  1318. .user-info {
  1319. display: block;
  1320. font-size: 12px;
  1321. color: gray;
  1322. }
  1323.  
  1324. .profile-fullname span.city {
  1325. color: #555555;
  1326. font-size: 16px;
  1327. }
  1328.  
  1329. .wall-header {
  1330. display: block;
  1331. position: relative;
  1332. float: left;
  1333. margin-left: 17px;
  1334. margin-right: 17px;
  1335. border-bottom: 1px solid #e5e5e5;
  1336. min-width: 626px;
  1337. }
  1338.  
  1339. .wall-header a.opacity_60 {
  1340. opacity: .6;
  1341. color: #737373;
  1342. }
  1343.  
  1344. .wall-header a.opacity_60:hover {
  1345. opacity: 1;
  1346. }
  1347.  
  1348. .wall-header a.active {
  1349. border-bottom: none;
  1350. opacity: 1;
  1351. color: #262626;
  1352. font-weight: bold;
  1353. border-bottom: 2px solid #00aff0;
  1354. }
  1355.  
  1356. .wall-header a:hover {
  1357. color: #262626;
  1358. border-bottom: 2px solid #00aff0;
  1359. text-decoration: none;
  1360. }
  1361.  
  1362. .wall-header a:last-child {
  1363. margin-right: 0px;
  1364. }
  1365.  
  1366. .wall-header a{
  1367. margin-right: 15px;
  1368. float: left;
  1369. border-bottom: 2px solid #fff;
  1370. text-align: center;
  1371. line-height: 18px;
  1372. font-size: 15px;
  1373. padding-top: 12px;
  1374. padding-bottom: 12px;
  1375. color: #737373;
  1376. text-transform: lowercase;
  1377. }
  1378.  
  1379. .profile-fullname .user-fullname {
  1380. cursor: default;
  1381. display: block;
  1382. min-width: 440px;
  1383. text-overflow: ellipsis;
  1384. }
  1385.  
  1386. .profile-fullname .user-fullname a {
  1387. font-size: 12px;
  1388. color: #262626;;
  1389. }
  1390.  
  1391. .btn-light {
  1392. padding: 6px 7px;
  1393. text-align: center;
  1394. cursor: pointer;
  1395. color: #2B587A;
  1396. font-size: 11px;
  1397. font-weight: normal;
  1398. }
  1399.  
  1400. .btn-light:hover {
  1401. background: #E1E7ED;
  1402. text-decoration: none;
  1403. }
  1404.  
  1405. .btn-light:active {
  1406. text-decoration: none;
  1407. }
  1408.  
  1409. .question-textarea {
  1410. background-color: transparent;
  1411. min-height: 50px;
  1412. border: 0;
  1413. outline: 0;
  1414. width: 99%;
  1415. font-size: 14px;
  1416. padding: 5px;
  1417. resize: none;
  1418. transition:height .3s;
  1419. vertical-align:bottom;
  1420. overflow: hidden;
  1421. }
  1422.  
  1423. .no-bottom-border {
  1424. border-bottom: none;
  1425. }
  1426.  
  1427. #share {
  1428. width: 100%;
  1429. margin: 6px auto 15px;
  1430. padding: 10px 0px 10px 0px;
  1431. font-size: 20px;
  1432. font-weight: 600;
  1433. text-align: center;
  1434. }
  1435.  
  1436. .bottom_section {
  1437. background-color: #fff;
  1438. width: 100%;
  1439. overflow: hidden;
  1440. }
  1441.  
  1442. .bottom_section .mobile-form {
  1443. padding: 10px;
  1444. }
  1445.  
  1446. .bottom_section .mobile-form .footer{
  1447. text-align: right;
  1448. margin-top: 10px;
  1449. padding-top: 10px;
  1450. border-top: 1px solid #e5e5e5;
  1451. }
  1452.  
  1453. .bottom_section button {
  1454. padding: 5px;
  1455. }
  1456.  
  1457. .bottom_section select {
  1458. position: absolute;
  1459. left: 240px;
  1460. width: 157px;
  1461. }
  1462.  
  1463. .bottom_section .report-block {
  1464. text-align: center;
  1465. margin: 10px;
  1466. }
  1467.  
  1468. .bottom_section .editor-block {
  1469. text-align: center;
  1470. margin: 10px;
  1471. border: 1px solid #ccc;
  1472. }
  1473.  
  1474. .bottom_section .editor-block textarea.editor {
  1475. min-height: 90px;
  1476. display: block;
  1477. resize: none;
  1478. font-size: 14px;
  1479. border: none;
  1480. width: 510px;
  1481. }
  1482.  
  1483. .bottom_section .people-data{
  1484. margin: 10px;
  1485. margin-top: 15px;
  1486. margin-bottom: 0px;
  1487. }
  1488.  
  1489. .bottom_section .people-data img.like-face, .questions-content img.like-face{
  1490. height: 100px;
  1491. width: 100px;
  1492. border: 1px solid #ddd;
  1493. display: block;
  1494. }
  1495.  
  1496. .bottom_section .people-data li.liker {
  1497. float:left;
  1498. position: relative;
  1499. /*display:inline-block;*/
  1500. min-height: 160px;
  1501. margin-left: 7px;
  1502. margin-right: 7px;
  1503. padding-bottom: 7px;
  1504. }
  1505.  
  1506. .questions-content li.liker {
  1507. float:left;
  1508. position: relative;
  1509. min-height: 160px;
  1510. margin-left: 12px;
  1511. margin-right: 11px;
  1512. padding-bottom: 7px;
  1513. }
  1514.  
  1515. .bottom_section .people-data a.liker-link, .questions-content a.liker-link {
  1516. display: block;
  1517. text-align: center;
  1518. max-width: 100px;
  1519. font-size: 11px;
  1520. word-wrap: break-word;
  1521. }
  1522.  
  1523. .bottom_section .people-data span.liker-text, .questions-content span.liker-text {
  1524. display: block;
  1525. text-align: center;
  1526. max-width: 100px;
  1527. font-size: 11px;
  1528. word-wrap: break-word;
  1529. }
  1530.  
  1531. .questions-content span.liker {
  1532. margin-left: 14px;
  1533. }
  1534.  
  1535. .questions-content span.liker a {
  1536. display: block;
  1537. }
  1538.  
  1539. .questions-content ul.main-menu {
  1540. margin: 5px;
  1541. }
  1542.  
  1543. .questions-content ul.main-menu li {
  1544. display: block;
  1545. margin: 5px;
  1546. }
  1547.  
  1548. .questions-content ul.main-menu li>a {
  1549. padding: 12px;
  1550. display: block;
  1551. font-size: 18px;
  1552. text-decoration: none;
  1553. background: #fff;
  1554. color: #737373;
  1555. font-weight: bold;
  1556. }
  1557.  
  1558. .questions-content ul.main-menu li>a:hover {
  1559. text-decoration: none;
  1560. background: #f5f5f5;
  1561. color: #262626;
  1562. }
  1563.  
  1564. .questions-content div.comment {
  1565. display: block;
  1566. padding: 7px;
  1567. border-top: 1px solid #e8e8e8;
  1568. }
  1569.  
  1570. .questions-content div.comment p>a.comment-link {
  1571. color: #333;
  1572. display: block;
  1573. }
  1574.  
  1575. .questions-content div.comment p>a.comment-link:hover {
  1576. text-decoration: none;
  1577. }
  1578.  
  1579. .questions-content div.comment:first-child {
  1580. border-top: none;
  1581. }
  1582.  
  1583. .questions-content div.comment a.comment-avatar {
  1584. float: left;
  1585. }
  1586.  
  1587. .questions-content div.comment a.comment-avatar img {
  1588. position: relative;
  1589. display: inline-block;
  1590. height: 40px;
  1591. width: 40px;
  1592. border: 1px solid #e8e8e8;
  1593. border-radius: 4px;
  1594. }
  1595.  
  1596. .questions-content div.comment p {
  1597. display: inline-block;
  1598. margin-left: 10px;
  1599. word-break: break-all;
  1600. max-width: 550px;
  1601. line-height: 18px;
  1602. font-weight: normal;
  1603. }
  1604.  
  1605. .questions-content div.comment span.time {
  1606. color: #808080;
  1607. float: left;
  1608. font-size: 11px;
  1609. font-weight: normal;
  1610. display: inline-block;
  1611. margin-top: 7px;
  1612. min-width: 565px;
  1613. }
  1614.  
  1615. .questions-content div.comment span.time a.remove-comment {
  1616. -moz-opacity: 0.0;
  1617. opacity: 0.0;
  1618. float: right;
  1619. }
  1620.  
  1621. .questions-content div.comment:hover span.time a.remove-comment {
  1622. -moz-opacity: 0.9;
  1623. opacity: 0.9;
  1624. }
  1625.  
  1626. .modal-footer div {
  1627. display: inline-block;
  1628. float: left;
  1629. }
  1630.  
  1631. .modal-footer span.word-counter {
  1632. position: absolute;
  1633. left:10px;
  1634. padding-top: 3px;
  1635. font-weight: bold;
  1636. color: #777;
  1637. }
  1638.  
  1639. .modal-footer {
  1640. background: #f2f2f2;
  1641. overflow: hidden;
  1642. }
  1643.  
  1644. .modal-footer a.uiButton {
  1645. margin-right: 0px;
  1646. }
  1647.  
  1648. .modal-footer {
  1649. padding: 10px 10px 10px;
  1650. margin-bottom: 0;
  1651. border-top: 1px solid #d5d5d5;
  1652. -webkit-box-shadow: inset 0 1px 0 #fff,0 0 0 #000;
  1653. box-shadow: inset 0 1px 0 #fff,0 0 0 #000;
  1654. }
  1655.  
  1656. .btn-send {
  1657. width: 130px;
  1658. font-size: 12px;
  1659. color: #fff;
  1660. padding: 5px;
  1661. }
  1662.  
  1663. form.reply-form {
  1664. display: block;
  1665. margin-left: 50px;
  1666. background: #f8f8f8;
  1667. padding: 6px;
  1668. clear: both;
  1669. }
  1670.  
  1671. form.reply-form div.comment-bar {
  1672. clear: both;
  1673. display: table;
  1674. position: relative;
  1675. }
  1676.  
  1677. form.reply-form div.comment-bar img {
  1678. float: left;
  1679. width: 40px;
  1680. height: 40px;
  1681. border: 1px solid #e8e8e8;
  1682. border-radius: 4px;
  1683. }
  1684.  
  1685. form.reply-form div.comment-bar .comment-arrow {
  1686. width: 5px;
  1687. height: 9px;
  1688. background: url(../img/app_img.png?x=4);
  1689. background-position: 0px -18px;
  1690. position: absolute;
  1691. left: 52px;
  1692. margin-top: 14px;
  1693. }
  1694.  
  1695. form.reply-form div.comment-bar label {
  1696. padding: 3px;
  1697. float: right;
  1698. display: inline-block;
  1699. }
  1700.  
  1701. form.reply-form div.comment-bar input[type="checkbox"] {
  1702. padding: 3px;
  1703. margin-right: 5px;
  1704. margin-top: 5px;
  1705. display: inline-block;
  1706. }
  1707.  
  1708. form.reply-form div.comment-bar textarea.reply {
  1709. float: left;
  1710. margin: 0px 0 4px 14px;
  1711. width: 485px;
  1712. overflow: hidden;
  1713. resize: none;
  1714. height: 30px;
  1715. }
  1716.  
  1717. form.reply-form div.comment-bar a {
  1718. float: left;
  1719. margin-top: 5px;
  1720. }
  1721.  
  1722. form.reply-form div.comment-bar button {
  1723. margin: 0px 0 0px 57px;
  1724. float: left;
  1725. }
  1726.  
  1727. form.reply-form textarea.reply {
  1728. width: 542px;
  1729. display: block;
  1730. margin-bottom: 5px;
  1731. resize: none;
  1732. height: 40px;
  1733. line-height: 15px;
  1734. }
  1735.  
  1736. form.reply-form div.footer select {
  1737. width: 165px;
  1738. margin-left: 5px;
  1739. padding: 1px;
  1740. height: 27px;
  1741. }
  1742.  
  1743. form.reply-form div.footer {
  1744. display: block;
  1745. text-align: left;
  1746. }
  1747.  
  1748. form.reply-form div.img-content {
  1749. display: none;
  1750. margin-top: 5px;
  1751. text-align: left;
  1752. border-top: 1px solid #eee;
  1753. }
  1754.  
  1755. form.reply-form div.img-content img {
  1756. display: inline-block;
  1757. margin-top: 10px;
  1758. max-width: 350px;
  1759. max-height: 150px;
  1760. min-width: 100px;
  1761. min-height: 70px;
  1762. border: 1px solid #ccc;
  1763. }
  1764.  
  1765. form.reply-form div.img-content a {
  1766. display: block;
  1767. text-align: left;
  1768. margin-top: 3px;
  1769. }
  1770.  
  1771. form.reply-form div.loader {
  1772. display: none;
  1773. margin: 5px;
  1774. text-align: center;
  1775. border-top: 1px solid #eee;
  1776. }
  1777.  
  1778. form.reply-form div.loader span.spinner {
  1779. background-image: url(../img/bigger_spinner.gif);
  1780. width: 32px;
  1781. height: 32px;
  1782. display: inline-block;
  1783. }
  1784.  
  1785. form.reply-form div.footer a {
  1786. margin-left: 10px;
  1787. }
  1788.  
  1789. .modal-footer .btn-send{
  1790. float: right;
  1791. margin-left: 5px;
  1792. margin-bottom: 0;
  1793. }
  1794.  
  1795. .center {
  1796. text-align: center;
  1797. }
  1798.  
  1799. .padding_15 {
  1800. padding: 15px;
  1801. }
  1802.  
  1803. #signUpInBox input[type="text"], #signUpInBox input[type="password"] {
  1804. font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  1805. font-size: 15px;
  1806. }
  1807.  
  1808. .modal.signup.in p {
  1809. font-size: 15px;
  1810. }
  1811.  
  1812. .best-places {
  1813. padding: 10px 20px 10px;
  1814. }
  1815.  
  1816. .notifycount {
  1817. float: right;
  1818. margin-top: -1px;
  1819. background-color: #f03d25;
  1820. border: 1px solid #d83722;
  1821. border-bottom: 1px solid #c0311e;
  1822. border-top: 1px solid #e23923;
  1823. -webkit-border-radius: 2px;
  1824. border-radius: 2px;
  1825. text-align: center;
  1826. min-width: 16px;
  1827. padding: 0 1px;
  1828. color: #fff;
  1829. font-size: 9px;
  1830. font-weight: bold;
  1831. overflow: hidden;
  1832. }
  1833.  
  1834. .profile-username {
  1835. color: #1c2a47;
  1836. font-size: 20px;
  1837. overflow: hidden;
  1838. line-height: 22px;
  1839. margin: 16px 0px 16px 10px;
  1840. font-weight: bold;
  1841. }
  1842.  
  1843. .ask-data .action span.liketoolbox {
  1844. min-height: 20px;
  1845. float: right;
  1846. }
  1847.  
  1848. .ask-data .action span.likeloadbox {
  1849. display: none;
  1850. position: relative;
  1851. top: 4px;
  1852. right: 25px;
  1853. float: right;
  1854. }
  1855.  
  1856. .send-ask, .send-comment, .offer-ask {
  1857. width: 130px;
  1858. font-size: 12px;
  1859. color: #fff;
  1860. }
  1861.  
  1862. .yet-btn {
  1863. margin-top: 15px;
  1864. width: 130px;
  1865. font-size: 12px;
  1866. padding: 5px 15px;
  1867. color: #fff;
  1868. }
  1869.  
  1870. .send-ask:hover, .send-comment:hover {
  1871. color: #fff;
  1872. }
  1873.  
  1874. .notify-block {
  1875. text-align: center;
  1876. position: fixed;
  1877. width: 500px;
  1878. left: 50%;
  1879. margin-left: -250px;
  1880. margin-top: -50px;
  1881. top: 50%;
  1882. background-color: rgb(34, 34, 34);
  1883. opacity: 0.9;
  1884. font-size: 14px;
  1885. padding: 20px;
  1886. color: rgb(255, 255, 255);
  1887. z-index: 999;
  1888. border-top-left-radius: 5px;
  1889. border-top-right-radius: 5px;
  1890. border-bottom-right-radius: 5px;
  1891. border-bottom-left-radius: 5px;
  1892. -webkit-user-select: none;
  1893. display: none;
  1894. }
  1895.  
  1896. .search-content {
  1897. display: block;
  1898. margin: 17px;
  1899. }
  1900.  
  1901. .user-data {
  1902. position: relative;
  1903. min-height: 101px;
  1904. padding: 9px 12px;
  1905. padding-right: 0px;
  1906. border-bottom: 1px solid #e5e5e5;
  1907. }
  1908.  
  1909. .user-data:last-child {
  1910. border-bottom: none;
  1911. }
  1912.  
  1913. .user-data:hover .footer {
  1914. -moz-opacity:1;
  1915. opacity:1
  1916. }
  1917.  
  1918. .user-data .footer {
  1919. -moz-opacity:.50;
  1920. opacity:.50
  1921. }
  1922.  
  1923. .user-data .content {
  1924. display: block;
  1925. margin-left: 108px;
  1926. }
  1927.  
  1928. .user-data .content p {
  1929. font-size: 11px;
  1930. }
  1931.  
  1932. .user-data .content p.rating a {
  1933. background-color: #6FBC00;
  1934. color: #FFF;
  1935. padding: 2px;
  1936. line-height: 12px;
  1937. font-weight: normal;
  1938. font-size: 11px;
  1939. text-decoration: none;
  1940. border-radius: 2px;
  1941. }
  1942.  
  1943. .user-data .content p.rating a:hover {
  1944. text-decoration: none;
  1945. }
  1946.  
  1947. .user-data .content p.answers {
  1948. font-weight: normal;
  1949. }
  1950.  
  1951. .user-data .content p.status {
  1952. font-weight: bold;
  1953. color: gray;
  1954. white-space: nowrap;
  1955. text-overflow: ellipsis;
  1956. outline: 0;
  1957. overflow: hidden;
  1958. width: 100%;
  1959. }
  1960.  
  1961. .user-data .content p.city {
  1962. color: gray;
  1963. }
  1964.  
  1965. .user-data .avatar {
  1966. position: absolute;
  1967. top: 12px;
  1968. left: 0px;
  1969. border: 1px solid #ccc;
  1970. height: 100px;
  1971. width: 100px;
  1972. }
  1973.  
  1974. .user-data p {
  1975. display: block;
  1976. position: relative;
  1977. word-wrap: break-word;
  1978. }
  1979.  
  1980. .user-data p.footer {
  1981. text-align: right;
  1982. position: absolute;
  1983. right: 0px;
  1984. bottom: 5px;
  1985. }
  1986.  
  1987. .user-data p.footer a{
  1988. margin-left: 5px;
  1989. float:left;
  1990. }
  1991.  
  1992. .user-data p.userfullname {
  1993. line-height: 20px;
  1994. font-size: 13px;
  1995. font-weight: bold;
  1996. }
  1997.  
  1998. .user-data p.userfullname a {
  1999. color: #2B587A;
  2000. }
  2001.  
  2002. .user-data .action {
  2003. position: absolute;
  2004. right: 0;
  2005. top: 10px;
  2006. color: #ccc;
  2007. background-color: #999999;
  2008. color: #FFF;
  2009. padding: 2px;
  2010. line-height: 12px;
  2011. font-weight: normal;
  2012. font-size: 11px;
  2013. border-radius: 2px;
  2014. }
  2015.  
  2016. .questions-content {
  2017. display: block;
  2018. margin: 17px;
  2019. }
  2020.  
  2021. .view-more-container {
  2022. vertical-align: middle;
  2023. text-align: center;
  2024. padding-top: 10px;
  2025. min-height: 33px;
  2026. }
  2027.  
  2028. .view-more-container img {
  2029. margin-top: 3px;
  2030. }
  2031.  
  2032. .adv-data {
  2033. position: relative;
  2034. display: block;
  2035. padding: 20px 12px;
  2036. padding-bottom: 30px;
  2037. border-bottom: 1px solid #e8e8e8;
  2038. }
  2039.  
  2040. .adv-data .warning {
  2041. display: block;
  2042. font-size: 13px;
  2043. font-weight: bold;
  2044. color: #404040;
  2045. }
  2046.  
  2047. .adv-data .warning span.url {
  2048. font-family: Arial, Helvetica, sans-serif;
  2049. display: block;
  2050. text-align: center;
  2051. font-size: 15px;
  2052. font-weight: bold;
  2053. margin-right: 50px;
  2054. margin-left: 50px;
  2055. color: #fff;
  2056. line-height: 24px;
  2057. padding: 5px 10px 5px 10px;
  2058. margin-top: 13px;
  2059. background: #4fca74;
  2060. border-radius: 5px;
  2061. -moz-border-radius: 5px;
  2062. -webkit-border-radius: 5px;
  2063. cursor: text;
  2064. }
  2065.  
  2066. .adv-data .warning span.message {
  2067. display: block;
  2068. text-align: center;
  2069. margin-top: 10px;
  2070. border: 1px solid #ddd;
  2071. padding: 10px;
  2072. background-color: #f8f8f8;
  2073. }
  2074.  
  2075. .adv-data .error {
  2076. display: block;
  2077. font-size: 14px;
  2078. font-weight: bold;
  2079. color: #990000;
  2080. }
  2081.  
  2082. .adv-data .success {
  2083. display: block;
  2084. font-size: 14px;
  2085. font-weight: bold;
  2086. color: #669900;
  2087. }
  2088.  
  2089. .adv-data .wait {
  2090. display: block;
  2091. font-size: 14px;
  2092. font-weight: bold;
  2093. color: #444444;
  2094. }
  2095.  
  2096. .adv-data small {
  2097. display: block;
  2098. font-size: 10px;
  2099. font-weight: bold;
  2100. color: gray;
  2101. padding-left: 20px;
  2102. }
  2103.  
  2104. .adv-data .center {
  2105. text-align: center;
  2106. }
  2107.  
  2108. .adv-data .lefttext {
  2109. text-align: left;
  2110. font-size: 12px;
  2111. }
  2112.  
  2113. .ask-data {
  2114. position: relative;
  2115. display: block;
  2116. min-height: 50px;
  2117. padding: 9px 12px;
  2118. padding-right: 0px;
  2119. border-bottom: 1px solid #e5e5e5;
  2120. }
  2121.  
  2122. .ask-data:last-child {
  2123. border-bottom: none;
  2124. }
  2125.  
  2126. .ask-data:hover .action-bar a {
  2127. -moz-opacity:1;
  2128. opacity:1
  2129. }
  2130.  
  2131. .ask-data .action-bar a {
  2132. margin-left: 10px;
  2133. font-size: 11px;
  2134. float: right;
  2135. font-weight: normal;
  2136. -moz-opacity:.50;
  2137. opacity:.50;
  2138. }
  2139.  
  2140. .ask-data:hover .action {
  2141. -moz-opacity:1;
  2142. opacity:1
  2143. }
  2144.  
  2145. .ask-data:hover .stream-ask {
  2146. -moz-opacity: .40;
  2147. opacity: .40
  2148. }
  2149.  
  2150. .ask-data .action {
  2151. -moz-opacity:.90;
  2152. opacity:.90;
  2153. }
  2154.  
  2155. .ask-data p.action {
  2156. display:block;
  2157. text-align: left;
  2158. }
  2159.  
  2160. .ask-data span.action {
  2161. display: inline-block;
  2162. }
  2163.  
  2164. .ask-data .action {
  2165. margin-top: 10px;
  2166. margin-bottom: 2px;
  2167. font-size: 11px;
  2168. color: #000;
  2169. line-height: 24px;
  2170. }
  2171.  
  2172. .ask-data .action a.btn-comment {
  2173. -moz-opacity: .0;
  2174. opacity: .0
  2175. }
  2176.  
  2177. .ask-data .action a.btn-light{
  2178. -moz-opacity:.0;
  2179. opacity:.0;
  2180. }
  2181.  
  2182. .ask-data:hover .action a.btn-light, .ask-data:hover .action a.btn-comment{
  2183. -moz-opacity:.90;
  2184. opacity:.90;
  2185. }
  2186.  
  2187. .ask-data .action a {
  2188. margin-left: 5px;
  2189. font-weight: normal;
  2190. display: inline-block;
  2191. white-space: nowrap;
  2192. text-overflow: ellipsis;
  2193. }
  2194.  
  2195. .ask-data .action a.likecount {
  2196. background: #fff;
  2197. display: inline-block;
  2198. color: #7295b2;
  2199. display: inline-block;
  2200. font-size: 10px;
  2201. font-weight: bold;
  2202. margin: 0;
  2203. padding: 0px 8px;
  2204. text-align: center;
  2205. cursor: pointer;
  2206. border-radius: 3px;
  2207. }
  2208.  
  2209. .ask-data .action a.ask-share, .ask-data .action a.ask-like {
  2210. cursor: pointer;
  2211. display: inline-block;
  2212. font-size: 10px;
  2213. font-weight: normal;
  2214. line-height: 14px;
  2215. padding: 4px;
  2216. padding-top: 5px;
  2217. text-align: center;
  2218. text-decoration: none;
  2219. vertical-align: top;
  2220. white-space: nowrap;
  2221. color: #fff;
  2222. border-radius: 3px;
  2223. opacity: .30;
  2224. }
  2225.  
  2226. .ask-data .action a.ask-share:hover, .ask-data .action a.ask-like:hover, .ask-data .action a.likecount:hover {
  2227. background: #EFF2F8;
  2228. opacity: 100;
  2229. text-decoration: none;
  2230. }
  2231.  
  2232. .ask-data .action a.ask-like:focus, .ask-data .action a.ask-like:focus, .ask-data .action a.likecount:focus {
  2233. text-decoration: none;
  2234. }
  2235.  
  2236. .ask-data i.btn-play {
  2237. cursor: pointer;
  2238. position: absolute;
  2239. left: 80px;
  2240. width: 49px;
  2241. height: 41px;
  2242. margin-top: -45px;
  2243. background-position: -214px -102px;
  2244. }
  2245.  
  2246. .ask-data i.like {
  2247. background-position: -15px -45px;
  2248. }
  2249.  
  2250. .ask-data i.share {
  2251. background-position: -15px -30px;
  2252. }
  2253.  
  2254. .ask-data i.unlink {
  2255. background-position: -15px -60px;
  2256. }
  2257.  
  2258. .ask-data i {
  2259. display: block;
  2260. background-image: url(../img/app_img.png?x=2);
  2261. height: 15px;
  2262. width: 15px;
  2263. }
  2264.  
  2265. .ask-data .time {
  2266. color: #808080;
  2267. font-size: 11px;
  2268. font-weight: normal;
  2269. }
  2270.  
  2271. .ask-data .time a.from {
  2272. color: #3b5998;
  2273. cursor: pointer;
  2274. }
  2275.  
  2276. .ask-data a.time {
  2277. margin-right: 5px;
  2278. color: #808080;
  2279. cursor: pointer;
  2280. }
  2281.  
  2282. .ask-data .content {
  2283. display: block;
  2284. margin-left: 50px;
  2285. }
  2286.  
  2287. .ask-data .avatar {
  2288. position: absolute;
  2289. top: 12px;
  2290. left: 0px;
  2291. height: 50px;
  2292. width: 50px;
  2293. border: 1px solid #e8e8e8;
  2294. border-radius: 4px;
  2295. }
  2296.  
  2297. .ask-data p {
  2298. display: block;
  2299. word-wrap: break-word;
  2300. font-size: 14px;
  2301. line-height: 25px;
  2302. font-weight: bold;
  2303. }
  2304.  
  2305. .ask-data div.comment {
  2306. display: block;
  2307. padding: 10px;
  2308. padding-left: 0px;
  2309. min-height: 40px;
  2310. word-wrap: break-word;
  2311. font-size: 14px;
  2312. font-weight: bold;
  2313. border-top: 1px solid #e8e8e8;
  2314. }
  2315.  
  2316. .ask-data div.get-comments {
  2317. display: block;
  2318. min-height: 13px;
  2319. text-align: center;
  2320. cursor: pointer;
  2321. background: #E9EDF1;
  2322. color: #6A7989;
  2323. font-size: 11px;
  2324. padding: 8px;
  2325. }
  2326.  
  2327. .ask-data div.quick-comment {
  2328. display: block;
  2329. min-height: 13px;
  2330. text-align: center;
  2331. background: #f8f8f8;
  2332. color: #6A7989;
  2333. font-size: 11px;
  2334. padding: 8px;
  2335. }
  2336.  
  2337. .ask-data div.quick-comment span {
  2338. display: block;
  2339. min-height: 13px;
  2340. text-align: center;
  2341. background: #f8f8f8;
  2342. color: #6A7989;
  2343. font-size: 12px;
  2344. padding-top: 3px;
  2345. padding-bottom: 4px;
  2346. }
  2347.  
  2348. .ask-data div.quick-comment>input[type="text"] {
  2349. display: block;
  2350. width: 538px;
  2351. height: 15px;
  2352. line-height: 14px;
  2353. background: #fff;
  2354. color: #6A7989;
  2355. font-size: 11px;
  2356. resize: none;
  2357. }
  2358.  
  2359. .ask-data div.get-comments>img {
  2360. padding: 2px;
  2361. }
  2362.  
  2363. .ask-data div.comment:hover span.time a.remove-comment {
  2364. -moz-opacity: 0.9;
  2365. opacity: 0.9;
  2366. }
  2367.  
  2368. .ask-data div.comment:first-child {
  2369. margin-top: 10px;
  2370. }
  2371.  
  2372. .ask-data div.comment span.time {
  2373. display: inline-block;
  2374. margin-top: 7px;
  2375. min-width: 500px;
  2376. }
  2377.  
  2378. .ask-data div.comment span.time a.remove-comment {
  2379. -moz-opacity: 0.0;
  2380. opacity: 0.0;
  2381. float: right;
  2382. }
  2383.  
  2384. .ask-data div.comment p {
  2385. display: inline-block;
  2386. margin-left: 10px;
  2387. word-break: break-all;
  2388. max-width: 490px;
  2389. line-height: 18px;
  2390. font-weight: normal;
  2391. }
  2392.  
  2393. .ask-data div.comment p>a.comment-link {
  2394. color: #333;
  2395. word-break: break-all;
  2396. display: block;
  2397. }
  2398.  
  2399. .ask-data div.comment p>a.comment-link:hover {
  2400. text-decoration: none;
  2401. }
  2402.  
  2403. .ask-data div.comment a.comment-avatar {
  2404. float: left;
  2405. margin-left: 5px;
  2406. display: inline-block
  2407. }
  2408.  
  2409. .ask-data div.comment a.comment-avatar img {
  2410. position: relative;
  2411. display: inline-block;
  2412. height: 40px;
  2413. width: 40px;
  2414. border: 1px solid #e8e8e8;
  2415. border-radius: 4px;
  2416. }
  2417.  
  2418. .ask-report-btn,.user-report-btn,.qa-report-btn {
  2419. display: block;
  2420. width: 100%;
  2421. margin-top: 7px;
  2422. padding: 4px;
  2423. -moz-opacity: 0.9;
  2424. opacity: 0.9;
  2425. }
  2426.  
  2427. .ask-report-btn:hover,.user-report-btn:hover,.qa-report-btn:hover {
  2428. -moz-opacity: 1;
  2429. opacity: 1;
  2430. }
  2431.  
  2432. .adv-data:hover .delete,.ask-data:hover .delete,.ask-data:hover .ask-report,.ask-data:hover .remove,.ask-data:hover .ask-stream,.ask-data:hover .msg-stream, .ask-data:hover .answer-delete{
  2433. display: block;
  2434. }
  2435.  
  2436. .adv-data:hover .delete:hover,.ask-data:hover .delete:hover,.ask-data:hover .stream-ask:hover,.ask-data:hover .ask-report:hover,.ask-data:hover .remove:hover,.ask-data:hover .ask-stream:hover,.ask-data:hover .msg-stream:hover, .ask-data:hover .answer-delete:hover {
  2437. -moz-opacity:1;
  2438. opacity:1
  2439. }
  2440.  
  2441. .ask-data .ask-report {
  2442. cursor: pointer;
  2443. display: none;
  2444. background-image: url(../img/app_img.png?x=1);
  2445. background-position: -15px -15px;
  2446. position: absolute;
  2447. height: 15px;
  2448. width: 15px;
  2449. top: 15px;
  2450. right: 0;
  2451. -moz-opacity:.50;
  2452. opacity:.50
  2453. }
  2454.  
  2455. .add-img i {
  2456. display: block;
  2457. background-image: url(../img/app_img.png?x=1);
  2458. background-position: -15px 0px;
  2459. margin-left: 2px;
  2460. height: 15px;
  2461. width: 15px;
  2462. }
  2463.  
  2464. .adv-data .delete,.ask-data .delete {
  2465. cursor: pointer;
  2466. display: none;
  2467. background-image: url(../img/app_img.png);
  2468. background-repeat: no-repeat;
  2469. background-size: auto;
  2470. background-position: -15px -75px;
  2471. position: absolute;
  2472. height: 16px;
  2473. width: 16px;
  2474. top: 15px;
  2475. right: 0;
  2476. -moz-opacity:.50;
  2477. opacity:.50
  2478. }
  2479.  
  2480. .ask-data .rating {
  2481. background-color: #31c8f8;
  2482. color: #FFF;
  2483. padding: 2px;
  2484. padding-left: 5px;
  2485. padding-right: 5px;
  2486. line-height: 12px;
  2487. font-weight: normal;
  2488. position: absolute;
  2489. font-size: 11px;
  2490. text-decoration: none;
  2491. border-radius: 2px;
  2492. top: 15px;
  2493. right: 0;
  2494. }
  2495.  
  2496. .adv-data .remove,.ask-data .remove {
  2497. cursor: pointer;
  2498. display: none;
  2499. background-image: url(../img/app_img.png);
  2500. background-repeat: no-repeat;
  2501. background-size: auto;
  2502. background-position: -15px -60px;
  2503. position: absolute;
  2504. height: 16px;
  2505. width: 16px;
  2506. top: 15px;
  2507. right: 0;
  2508. -moz-opacity:.50;
  2509. opacity:.50
  2510. }
  2511.  
  2512. .ask-data .answer-delete {
  2513. cursor: pointer;
  2514. display: none;
  2515. position: absolute;
  2516. top: 15px;
  2517. right: 0;
  2518. font-size: 11px;
  2519. -moz-opacity:.50;
  2520. opacity:.50
  2521. }
  2522.  
  2523. .adv-data .delete i,.ask-data .delete i, .ask-data .ask-report i{
  2524. position: absolute;
  2525. top: 10px;
  2526. right: 0;
  2527. }
  2528.  
  2529. .ask-data p.normal-text{
  2530. display: block;
  2531. word-wrap: break-word;
  2532. font-size: 12px;
  2533. line-height: 25px;
  2534. font-weight: bold;
  2535. }
  2536.  
  2537. .ask-data p.user-name{
  2538. display: block;
  2539. word-wrap: break-word;
  2540. font-size: 13px;
  2541. line-height: 25px;
  2542. font-weight: normal;
  2543. color: #404040;
  2544. }
  2545.  
  2546. .ask-data p.answer-block{
  2547. border: 1px solid #e5e5e5;
  2548. background: #f8f8f8;
  2549. display: block;
  2550. word-wrap: break-word;
  2551. font-size: 12px;
  2552. line-height: 20px;
  2553. margin-top: 5px;
  2554. padding: 10px;
  2555. font-weight: normal;
  2556. }
  2557.  
  2558. .ask-data p.answer-block span {
  2559. display: block;
  2560. word-wrap: break-word;
  2561. font-size: 14px;
  2562. line-height: 20px;
  2563. font-weight: bold;
  2564. }
  2565.  
  2566. .ask-data p.answer-block span.answer-img {
  2567. display: block;
  2568. word-wrap: break-word;
  2569. font-size: 14px;
  2570. line-height: 20px;
  2571. font-weight: bold;
  2572. text-align: left;
  2573. border: none;
  2574. background: transparent;
  2575. }
  2576.  
  2577. .ask-data p.answer-block span.reply {
  2578. display: block;
  2579. color: #000;
  2580. padding: 5px;
  2581. margin-top: 10px;
  2582. border: 1px dashed #ccc;
  2583. }
  2584.  
  2585. .ask-data p.answer-text{
  2586. display: block;
  2587. padding-top: 10px;
  2588. word-wrap: break-word;
  2589. font-size: 14px;
  2590. font-weight: normal;
  2591. line-height: 18px;
  2592. }
  2593.  
  2594. .ask-data p.ask-text {
  2595. font-size: 14px;
  2596. max-width: 540px;
  2597. }
  2598.  
  2599. .ask-data p.question {
  2600. max-width: 540px;
  2601. }
  2602.  
  2603. .ask-data p.ask-text a.answer{
  2604. color: #222;
  2605. text-decoration: none;
  2606. }
  2607.  
  2608. .ask-data p.ask-text a.answer:hover{
  2609. text-decoration:none
  2610. }
  2611.  
  2612. .ask-data .answer-img{
  2613. display: block;
  2614. float: none;
  2615. margin-top: 15px;
  2616. font-size: 14px;
  2617. text-align: left;
  2618. padding: 7px;
  2619. background-color: #f8f8f8;
  2620. border: 1px solid #e5e5e5;
  2621. }
  2622.  
  2623. .ask-data .answer-img span.video-object {
  2624. display: inline-block;
  2625. cursor: pointer;
  2626. }
  2627.  
  2628. .ask-data .answer-img img{
  2629. border: 1px solid #f5f5f5;
  2630. position: relative;
  2631. max-height: 130px;
  2632. max-width: 350px;
  2633. min-width: 50px;
  2634. min-height: 50px;
  2635. display: block;
  2636. vertical-align: top;
  2637. background: url(../img/bigger_spinner.gif) center center;
  2638. background-repeat: no-repeat;
  2639. }
  2640.  
  2641. .ask-data .answer-img img.video-img{
  2642. min-width: 132px;
  2643. min-height: 100px;
  2644. background: url(../img/bigger_spinner.gif) center center;
  2645. background-repeat: no-repeat;
  2646. }
  2647.  
  2648. .ask-data .answer-img img.answer-photo{
  2649. display: inline-block;
  2650. }
  2651.  
  2652. .ask-data .answer-img a{
  2653. margin-right: 5px;
  2654. }
  2655.  
  2656. small {
  2657. font-size: 10px;
  2658. }
  2659.  
  2660. .about {
  2661. display: block;
  2662. font-size: 14px;
  2663. line-height: 20px;
  2664. }
  2665.  
  2666. .slogan {
  2667. display: block;
  2668. margin-top: 20px;
  2669. margin-bottom: 20px;
  2670. font-size: 28px;
  2671. line-height: 32px;
  2672. font-weight: bold;
  2673. text-align: center;
  2674. }
  2675.  
  2676. .users_table {
  2677. width: 100%;
  2678. border: 1px solid #cccccc;
  2679. word-break: break-all;
  2680. }
  2681.  
  2682. .users_table th {
  2683. padding: 5px;
  2684. font-size: 12px;
  2685. width: 100px;
  2686. text-align: center;
  2687. font-weight: normal;
  2688. background: #f6f6f6;
  2689. color: #666666;
  2690. border-top: 1px dashed #cccccc;
  2691. }
  2692.  
  2693. .users_table td {
  2694. padding: 5px;
  2695. font-size: 12px;
  2696. width: 100px;
  2697. text-align: center;
  2698. font-weight: normal;
  2699. background: #f6f6f6;
  2700. color: #666666;
  2701. border-left: 1px dashed #cccccc;
  2702. border-top: 1px dashed #cccccc;
  2703. }
  2704.  
  2705. .users_table td.first {
  2706. border-top: none;
  2707. }
  2708.  
  2709. .users_table td.selected {
  2710. color: #ffffff;
  2711. font-weight: bold;
  2712. background: #4ebce6;
  2713. }
  2714.  
  2715. .users_table td.selected2 {
  2716. color: #ffffff;
  2717. font-weight: bold;
  2718. background: #94A2BF;
  2719. }
  2720.  
  2721. .profile-box {
  2722. display: block;
  2723. position: relative;
  2724. float: left;
  2725. width: 100%;
  2726. }
  2727.  
  2728. .profile-form-prompt {
  2729. padding: 30px;
  2730. text-align:center;
  2731. border-bottom: 1px solid #ddd;
  2732. background: #f8f8f8;
  2733. }
  2734.  
  2735. .profile-form-prompt span{
  2736. display: block;
  2737. font-weight: bold;
  2738. padding: 5px;
  2739. }
  2740.  
  2741. .profile-form {
  2742. display: block;
  2743. width: 100%;
  2744. }
  2745.  
  2746. .profile-form .footer .counter {
  2747. float: left;
  2748. color: gray;
  2749. font-weight: bold;
  2750. padding-left: 10px;
  2751. padding-top: 2px;
  2752. }
  2753.  
  2754. .profile-form .footer {
  2755. background:#f5f7fa;
  2756. display: block;
  2757. border-bottom: 1px solid #d3d6db;
  2758. border-top: 1px solid #d3d6db;
  2759. padding: 10px;
  2760. height: 25px
  2761. }
  2762.  
  2763. .profile-form .editor {
  2764. display: block;
  2765. min-height: 63px;
  2766. font-size: 14px;
  2767. line-height: 18px;
  2768. background-color: transparent;
  2769. resize:none;
  2770. border: 0;
  2771. outline: 0;
  2772. padding: 10px;
  2773. width: 642px;
  2774. }
  2775.  
  2776. .profile-form .editor[disabled="disabled"]{
  2777. cursor: default;
  2778. }
  2779.  
  2780. .share1 {text-align:center;margin:3px 2px; font-size: 12px; font-weight: bolder; line-height: 32px; padding:0 15px;border-radius:3px;background:url('../img/share_bg.png');
  2781. -webkit-box-shadow: inset 0 0 0.2em rgba(255,255,255,0.1),inset 0 0 0.1em rgba(255,255,255,0.3),0 1px 5px rgba(0,0,0,0.2);
  2782. box-shadow: inset 0 0 0.2em rgba(255,255,255,0.1),inset 0 0 0.1em rgba(255,255,255,0.3),0 1px 5px rgba(0,0,0,0.2);
  2783. }
  2784. .share1:hover {box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),inset 0 0 0 50px rgba(255,255,255,0.1);}
  2785. .share1:active {box-shadow:inset 0 2px 5px rgba(0,0,0,0.1);}
  2786. .share1 a {display:block;color:#fff;text-decoration:none;}
  2787. .share1 a:before {width:37px;height:31px;margin:0px 7px 0 -10px;content:'';display:block;float:left;top:3px;font:0/0 arial;background:url('../img/share_ico.png');}
  2788.  
  2789. /* VK */
  2790. .share1.vk {background-position:0 -96px;border:1px solid #23405b;}
  2791. .share1.vk a {text-shadow: 0 -1px 1px rgba(0,0,0,0.6);}
  2792. .share1.vk a:before {background-position:0 -93px;}
  2793.  
  2794. /* FB */
  2795. .share1.fb {background-position:0 -32px;border:1px solid #23405b;}
  2796. .share1.fb a {text-shadow: 0 -1px 1px rgba(0,0,0,0.6);}
  2797. .share1.fb a:before {background-position:0 -31px;}
  2798.  
  2799. /* tw */
  2800. .share1.tw {background-position:0 -64px;border:1px solid #3aaed1;}
  2801. .share1.tw a {text-shadow: 0 -1px 1px rgba(0,0,0,0.2);}
  2802. .share1.tw a:before {background-position:0 -62px;}
  2803.  
  2804. .sharer {
  2805. display: block;
  2806. }
  2807.  
  2808. .sharer a.share-btn {
  2809. margin-top: 10px;
  2810. margin-right: 2px;
  2811. padding: 0px;
  2812. text-decoration: none;
  2813. display: inline-block;
  2814. }
  2815.  
  2816. .sharer i {
  2817. background: url(../img/share_ico2.png) no-repeat center;
  2818. background-color: transparent;
  2819. display: block;
  2820. width: 32px;
  2821. height: 32px;
  2822. }
  2823. .share-btn i.vk {
  2824. background-position: 0px -94px;
  2825. }
  2826.  
  2827. .share-btn i.fb {
  2828. background-position: 0px -32px;
  2829. }
  2830.  
  2831. .share-btn i.tw {
  2832. background-position: 0px -62px;
  2833. }
  2834.  
  2835. .dark-btn {
  2836. background-color: #5B7FA6;
  2837. font-size: 11px;
  2838. padding: 7px 7px;
  2839. font-weight: normal;
  2840. -webkit-transition: opacity 100ms linear, background-color 100ms linear;
  2841. -moz-transition: opacity 100ms linear, background-color 100ms linear;
  2842. -o-transition: opacity 100ms linear, background-color 100ms linear;
  2843. transition: opacity 100ms linear, background-color 100ms linear;
  2844. color: #FFFFFF;
  2845. }
  2846. .dark-btn:hover {
  2847. text-decoration: none;
  2848. opacity: 0.9;
  2849. filter: alpha(opacity=90);
  2850. }
  2851. .dark-btn:active {
  2852. text-decoration: none;
  2853. }
  2854.  
  2855. .tt_pointer {
  2856. margin-left: 101.5px;
  2857. display: block;
  2858. background-image: url(../img/app_img.png?x=1);
  2859. background-position: 0px 0px;
  2860. background-color: transparent;
  2861. position: relative;
  2862. bottom: -2px;
  2863. height: 8px;
  2864. width: 11px;
  2865. margin: 0px 20px;
  2866. overflow: hidden;
  2867. }
  2868.  
  2869. .tt_text {
  2870. background: #FFF;
  2871. border: 1px solid #ccc;
  2872. border-color: rgba(0,0,0,.2);
  2873. box-shadow: 0 2px 10px rgba(0,0,0,.2);
  2874. color: #2C587D;
  2875. }
  2876.  
  2877. div.tt_main_menu .tt_text {
  2878. background: #FFF;
  2879. border: 1px solid #ccc;
  2880. border-top: none;
  2881. border-color: rgba(0,0,0,.2);
  2882. box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  2883. color: #2C587D;
  2884. }
  2885.  
  2886. div.tt_main_menu .tt_text div.tt_menu {
  2887. padding: 4px;
  2888. }
  2889.  
  2890. div.tt_menu {
  2891. padding: 4px;
  2892. }
  2893.  
  2894. ul.tt_menu {
  2895. display: block;
  2896. background: #fff;
  2897. padding: 10px;
  2898. text-align: left;
  2899. white-space: normal;
  2900. margin: 0;
  2901. }
  2902.  
  2903. ul.tt_menu li {
  2904. display: inline-block;
  2905. line-height: 1.2;
  2906. border: 0;
  2907. padding: 0;
  2908. }
  2909.  
  2910. ul.tt_menu li>a {
  2911. color: #404040;
  2912. text-decoration: none;
  2913. cursor: pointer;
  2914. display: inline-block;
  2915. font-size: 13px;
  2916. margin: 5px 5px;
  2917. text-align: center;
  2918. outline: none;
  2919. white-space: normal;
  2920. }
  2921.  
  2922. ul.tt_menu span.image {
  2923. display: inline-block;
  2924. vertical-align: top;
  2925. height: 64px;
  2926. width: 64px;
  2927. }
  2928.  
  2929. ul.tt_menu span.image img {
  2930. height: 64px;
  2931. width: 64px;
  2932. border: 1px solid #ccc;
  2933. }
  2934.  
  2935. ul.tt_menu span.title {
  2936. display: block;
  2937. line-height: 20px;
  2938. overflow: hidden;
  2939. white-space: nowrap;
  2940. width: 84px;
  2941. text-overflow: ellipsis;
  2942. }
  2943.  
  2944. div.tt_footer {
  2945. display: block;
  2946. background: #f5f5f5;
  2947. }
  2948.  
  2949. div.tt_footer a {
  2950. display: block;
  2951. padding: 7px 12px 7px 12px;
  2952. text-align: center;
  2953. line-height: 18px;
  2954. text-decoration: none;
  2955. color: #737373;
  2956. float: none;
  2957. }
  2958.  
  2959. .tt_item {
  2960. display: block;
  2961. padding: 4px 12px 4px 12px;
  2962. text-decoration: none;
  2963. color: #2C587D;
  2964. cursor: pointer;
  2965. font-size: 11px;
  2966. font-weight: normal;
  2967. }
  2968.  
  2969. div.tt_main_menu .tt_item {
  2970. display: block;
  2971. padding: 10px 12px 10px 12px;
  2972. text-decoration: none;
  2973. color: #737373;
  2974. cursor: pointer;
  2975. font-size: 14px;
  2976. font-weight: normal;
  2977. }
  2978.  
  2979. .tt_item:hover {
  2980. background: #E1E7ED;
  2981. text-decoration: none;
  2982. }
  2983.  
  2984. div.tt_main_menu .tt_item:hover {
  2985. background-color: #f5f5f5;
  2986. color: #262626;
  2987. text-decoration: none;
  2988. }
  2989.  
  2990. .ribbon {
  2991. -webkit-transition: top .15s,opacity .15s;
  2992. transition: top .15s,opacity .15s;
  2993. -webkit-user-select: none;
  2994. cursor: pointer;
  2995. display: block;
  2996. height: auto;
  2997. min-height: 60px;
  2998. max-width: 60px;
  2999. min-width: 50px;
  3000. outline: none;
  3001. padding: 0 0 0 0;
  3002. position: absolute;
  3003. top: 100px;
  3004. color: #fff;
  3005. }
  3006.  
  3007. .ribbon-content {
  3008. cursor: pointer;
  3009. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3010. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3011. background-color: #427fed;
  3012. background-image: -webkit-linear-gradient(top,transparent,transparent);
  3013. background-image: linear-gradient(top,transparent,transparent);
  3014. border: 1px solid transparent;
  3015. color: #fff;
  3016. -webkit-border-radius: 2px;
  3017. border-radius: 2px;
  3018. cursor: default;
  3019. font-size: 12px;
  3020. font-weight: bold;
  3021. text-align: center;
  3022. white-space: nowrap;
  3023. margin-right: 16px;
  3024. line-height: 28px;
  3025. min-width: 54px;
  3026. outline: 0;
  3027. padding: 0 8px;
  3028. }
  3029.  
  3030. .ribbon-msg {
  3031. line-height: 15px;
  3032. margin: 5px 5px 5px 5px;
  3033. overflow: hidden;
  3034. white-space: normal;
  3035. }
  3036.  
  3037. .ribbon-msg span.count {
  3038. display: block;
  3039. }
  3040.  
  3041. .ribbon-notify {
  3042. background-position: 0px -100px;
  3043. }
  3044.  
  3045. .ribbon-money {
  3046. background-position: 0px -120px;
  3047. }
  3048.  
  3049. .ribbon-msg {
  3050. background-position: 0px -80px;
  3051. }
  3052.  
  3053. .ribbon-ask {
  3054. background-position: 0px 0px;
  3055. }
  3056.  
  3057. .ribbon-vk {
  3058. background-position: 0px -20px;
  3059. }
  3060.  
  3061. .ribbon-scroll {
  3062. background-position: 0px -40px;
  3063. }
  3064.  
  3065. .ribbon-back {
  3066. background-position: 0px -60px;
  3067. }
  3068.  
  3069. .left-sidebar {
  3070. float: left;
  3071. display: block;
  3072. width: 130px;
  3073. min-height: 100px;
  3074. }
  3075.  
  3076. .left-sidebar .usermenu {
  3077. padding-top: 5px;
  3078. padding-left: 2px;
  3079. /*position: fixed;*/
  3080. }
  3081.  
  3082. .left-sidebar .usermenu ul {
  3083. padding-left: 3px;
  3084. }
  3085.  
  3086. .left-sidebar .usermenu ul.ribbon-menu {
  3087. padding-left: 0px;
  3088. width: 120px;
  3089. }
  3090.  
  3091. .left-sidebar .usermenu ul.ribbon-menu li {
  3092. float: left;
  3093. -webkit-transition: top .15s,opacity .15s;
  3094. transition: top .15s,opacity .15s;
  3095. -webkit-user-select: none;
  3096. cursor: pointer;
  3097. display: inline-block;
  3098. height: auto;
  3099. min-height: 55px;
  3100. max-width: 105px;
  3101. min-width: 50px;
  3102. outline: none;
  3103. margin-top: 7px;
  3104. margin-left: 7px;
  3105. color: #fff;
  3106. }
  3107.  
  3108. .left-sidebar .usermenu ul.ribbon-menu li>a>i {
  3109. background-image: url(../img/ribbon.png?x=9);
  3110. background-color: transparent;
  3111. margin: 10px auto 0 auto;
  3112. display: block;
  3113. height: 20px;
  3114. width: 20px;
  3115. }
  3116.  
  3117. .left-sidebar .usermenu ul.ribbon-menu li>a.green {
  3118. background-color: #75ab00;
  3119. }
  3120.  
  3121. .left-sidebar .usermenu ul.ribbon-menu li>a.blue {
  3122. background-color: #31c8f8;
  3123. }
  3124.  
  3125. .left-sidebar .usermenu ul.ribbon-menu li>a.scroll {
  3126. background-color: #e5e5e5;
  3127. }
  3128.  
  3129. .left-sidebar .usermenu ul.ribbon-menu li>a.black {
  3130. background-color: #262626;
  3131. }
  3132.  
  3133. .left-sidebar .usermenu ul.ribbon-menu li>a.red {
  3134. background-color: #DC4A36;
  3135. }
  3136.  
  3137. .left-sidebar .usermenu ul.ribbon-menu li>a.orange {
  3138. background-color: #F4B400;
  3139. }
  3140.  
  3141. .left-sidebar .usermenu ul.ribbon-menu li>a.vk {
  3142. background-color: #41599a;
  3143. }
  3144.  
  3145. .left-sidebar .usermenu ul.ribbon-menu li>a {
  3146. cursor: pointer;
  3147. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3148. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3149. background-color: #427fed;
  3150. background-image: -webkit-linear-gradient(top,transparent,transparent);
  3151. background-image: linear-gradient(top,transparent,transparent);
  3152. border: 1px solid transparent;
  3153. color: #fff;
  3154. -webkit-border-radius: 2px;
  3155. border-radius: 2px;
  3156. cursor: pointer;
  3157. font-size: 11px;
  3158. font-weight: bold;
  3159. text-align: center;
  3160. white-space: nowrap;
  3161. line-height: 28px;
  3162. min-width: 55px;
  3163. outline: 0;
  3164. padding: 0 10px;
  3165. overflow: hidden;
  3166. text-overflow: ellipsis;
  3167. }
  3168.  
  3169. .left-sidebar .usermenu ul.ribbon-menu li>a.mypage {
  3170. cursor: pointer;
  3171. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3172. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3173. background-color: transparent;
  3174. border: 1px solid #ccc;
  3175. color: #fff;
  3176. -webkit-border-radius: 2px;
  3177. border-radius: 2px;
  3178. min-width: 55px;
  3179. min-height: 90px;
  3180. line-height: 0px;
  3181. padding: 0px;
  3182. }
  3183.  
  3184. .left-sidebar .usermenu ul.ribbon-menu li>a.mypage img.photo {
  3185. height: 103px;
  3186. }
  3187.  
  3188. .left-sidebar .usermenu ul.ribbon-menu li>a:hover {
  3189. opacity: 0.9;
  3190. }
  3191.  
  3192. .left-sidebar .usermenu ul.ribbon-menu li:hover {
  3193. background: #fff;
  3194. }
  3195.  
  3196. .left-sidebar .usermenu a {
  3197. color: #3081A3;
  3198. display: block;
  3199. font-size: 11px;
  3200. text-decoration: none;
  3201. }
  3202.  
  3203. .left-sidebar .usermenu span.red {
  3204. color: #C00C0C;
  3205. }
  3206.  
  3207. .left-sidebar .usermenu li {
  3208. cursor: pointer;
  3209. display: block;
  3210. width: 116px;
  3211. border-radius: 2px;
  3212. }
  3213.  
  3214. .left-sidebar .usermenu li.divider {
  3215. display: block;
  3216. margin-top: 3px;
  3217. padding-top: 3px;
  3218. margin-left: 2px;
  3219. border-top: 1px solid #C4CDE0;
  3220. width: 105px;
  3221. }
  3222.  
  3223. .left-sidebar .usermenu li.divider:hover {
  3224. background: transparent;
  3225. cursor: default;
  3226. }
  3227.  
  3228. .left-sidebar .usermenu li>a{
  3229. padding: 5px;
  3230. color: #737373;
  3231. }
  3232.  
  3233. .left-sidebar .usermenu li>a:hover{
  3234. color: #262626;
  3235. }
  3236.  
  3237. .left-sidebar .usermenu li:hover {
  3238. /*background: #d8dfea;*/
  3239. text-decoration:none;
  3240. background: #f8f8f8;
  3241. }
  3242.  
  3243. .main-page-users {
  3244. padding: 0;
  3245. margin: 0;
  3246. background: transparent;
  3247. width: 100%;
  3248. }
  3249.  
  3250. .main-page-users .content {
  3251. width: 790px;
  3252. margin: 0 auto;
  3253. }
  3254.  
  3255. .main-page-users .content span {
  3256. margin-top: 30px;
  3257. margin-bottom: 30px;
  3258. font-size: 18px;
  3259. display: block;
  3260. text-align: center;
  3261. }
  3262.  
  3263. .users-block a {
  3264. margin-left: 7px;
  3265. }
  3266.  
  3267. .users-block a>img {
  3268. border: 1px solid #ccc;
  3269. width: 70px;
  3270. height: 70px;
  3271. }
  3272.  
  3273. .main-page {
  3274. display: block;
  3275. width: 100%;
  3276. margin: 0;
  3277. padding: 0;
  3278. background: url(/img/reg.jpg?x=2) no-repeat top center;
  3279. background-size: cover;
  3280. min-height: 498px;
  3281. /*border-bottom: 1px solid #ccc;*/
  3282. }
  3283.  
  3284. .main-page .content {
  3285. position: relative;
  3286. display: block;
  3287. width: 790px;
  3288. min-height: 100%;
  3289. margin: 0 auto;
  3290. padding: 0;
  3291. padding-top: 0;
  3292. }
  3293.  
  3294. .main-content-block {
  3295. display: block;
  3296. color: #000;
  3297. margin: 0;
  3298. padding: 0;
  3299. max-width: 790px;
  3300. padding-top: 155px;
  3301. /*text-align: center;*/
  3302. font-family:"segoe ui",helvetica,Arial,Sans-Serif;
  3303. }
  3304.  
  3305. .main-content-block .join-block {
  3306. /*text-align: center;*/
  3307. display: block;
  3308. padding-top: 20px;
  3309. }
  3310.  
  3311. .main-content-block .welcome-block {
  3312. font-size: 48px;
  3313. display: block;
  3314. line-height: 42px;
  3315. font-weight: normal;
  3316. padding-bottom: 15px;
  3317. color: #fff;
  3318. }
  3319.  
  3320. .join-btn {
  3321. color: #fff;
  3322. display: inline-block;
  3323. text-align: center;
  3324. font-weight: bold;
  3325. padding: 21px 35px 19px;
  3326. background: #64ce83;
  3327. font-size: 18px;
  3328. }
  3329.  
  3330. @media screen and (device-width: 1366px) {
  3331.  
  3332. .main-page {
  3333. min-height: 360px;
  3334. }
  3335.  
  3336. .main-content-block {
  3337. padding-top: 110px;
  3338. }
  3339. }
  3340.  
  3341. @media screen and (device-width: 1024px) {
  3342.  
  3343. .main-page {
  3344. min-height: 360px;
  3345. }
  3346.  
  3347. .main-content-block {
  3348. padding-top: 110px;
  3349. }
  3350. }
  3351.  
  3352. @media screen and (device-width: 1280px) {
  3353.  
  3354. .main-page {
  3355. min-height: 360px;
  3356. }
  3357.  
  3358. .main-content-block {
  3359. padding-top: 110px;
  3360. }
  3361. }
  3362.  
  3363. @media screen and (device-width: 1360px) {
  3364.  
  3365. .main-page {
  3366. min-height: 360px;
  3367. }
  3368.  
  3369. .main-content-block {
  3370. padding-top: 110px;
  3371. }
  3372. }
  3373.  
  3374. .main-footer {
  3375. display: block;
  3376. width: 100%;
  3377. background: #fff;
  3378. }
  3379.  
  3380. .main-footer ul {
  3381. width: 790px;
  3382. padding-top: 40px;
  3383. padding-bottom: 40px;
  3384. text-align: center;
  3385. margin: 0 auto;
  3386. }
  3387.  
  3388. .main-footer li {
  3389. display: inline;
  3390. margin: 0 3px;
  3391. }
  3392.  
  3393. .main-footer li:first-child {
  3394. color: #333;
  3395. margin-right: 7px;
  3396. }
  3397.  
  3398. .main-footer li>a {
  3399. color: rgb(160,160,160);
  3400. }
  3401.  
  3402. .verify {
  3403. position: absolute;
  3404. right: auto;
  3405. margin-left: 5px;
  3406. top: 5px;
  3407. cursor: pointer;
  3408. width: 15px;
  3409. height: 15px;
  3410. background: url(../img/app_img.png?x=4);
  3411. background-position: -30px 0px;
  3412. }
  3413.  
  3414. .search_verify {
  3415. margin-left: 5px;
  3416. top: 2px;
  3417. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement