Guest User

DurovLoh CSS 13.11.2025

a guest
Nov 13th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. @-moz-document url-prefix("https://durovloh.net/") {
  2. /*Шапка старая, привычная*/
  3. body {
  4. background: #ffffff;
  5. color: #45688E;
  6. font-family: tahoma;
  7. font-size: 11px;
  8. }
  9. .im_msg_text {
  10. color: black !important;
  11. }
  12.  
  13. div#total_search {
  14. font-weight: 900;
  15. }
  16. .page_name.fl_l.ta_l {
  17. font-weight: 900;
  18. }
  19. button {
  20. font-size: 11px;
  21. }
  22. .post_media.clear_fix {
  23. color: black !important;
  24. }
  25. .wall_post_text {
  26. color: black !important;
  27. }
  28. .wall_text {
  29. color: black;
  30. }
  31. span.rel_date {
  32. color: gray;
  33. }
  34. .wall_reply_text {
  35. color: black;
  36. }
  37. .labeled_text.fl_l {
  38. color: black;
  39. }
  40. span.inl_bl.left_count {
  41. font-weight: 900;
  42. }
  43.  
  44.  
  45.  
  46. #top_home_logo {
  47. background: url(/images/hat.png) no-repeat;
  48. width: 145px;
  49. height: 28px;
  50. margin: 3px 0px 0px 7px;
  51. display: none;
  52. }
  53. .top_home_link {
  54. top: 9px;
  55. left: 10px;
  56. width: 132px;
  57. height: 22px;
  58. display: block;
  59. position: absolute;
  60. outline: medium none;
  61. background: url(https://vk.com/images/logo.png) no-repeat;
  62. background-size: 88%;
  63. }
  64. a.top_home_link:active {
  65. top: 11px;
  66. }
  67. .head_nav {
  68. margin: 0px;
  69. padding: 0px 8px 0px 0px;
  70. background: #5d80a6;
  71. }
  72. /*Фикс картинок*/
  73. img {
  74. object-fit: cover;
  75. }
  76. .captcha img {
  77. object-fit: none;
  78. }
  79. /*Фикс шапки*/
  80. .head_nav a.top_nav_link {
  81. font-size: 11px;
  82. font-weight: 900;
  83. }
  84. .head_wrap {
  85. background: #5d80a6;
  86. width: 0;
  87. height: 40px;
  88. position: absolute;
  89. }
  90. .head_nav {
  91. margin: 0px;
  92. padding: 0px 8px 0px 0px;
  93. background: #5d80a6;
  94. border-radius: 0px 0px 8px 8px;
  95. }
  96. /*Фикс поиска*/
  97. #ts_wrap {
  98. left: 145px;
  99. }
  100. /*Фикс овнер*/
  101. .gedit_user_level {
  102. font-weight: 100;
  103. }
  104. /*Фикс кнопки назад чтобы не мешала кнопке Мои Настройки*/
  105. div#stl_side {
  106. display: none;
  107. }
  108. div#stl_left {
  109. width: 100px !important;
  110. }
  111. /*Фикс даты поста*/
  112. span.rel_date.rel_date_needs_update {
  113. color: gray;
  114. }
  115. span.rel_date {
  116. color: gray !important;
  117. }
  118. /*Фикс увеличить*/
  119. span.gedit_bigph_label {
  120. color: white !important;
  121. }
  122. /*Фикс загрузить аву*/
  123. span.owner_photo_bubble_action_in {
  124. color: white !important;
  125. }
  126.  
  127. /*Моя Страница*/
  128. /*Инфа о странице*/
  129. .profile_info .labeled {
  130. width: 250px;
  131. overflow: hidden;
  132. color: #45688e;
  133. }
  134. .profile_info .labeled:hover {
  135. text-decoration: underline;
  136. cursor: pointer;
  137. }
  138.  
  139.  
  140. .profile_top_sep {
  141. display: none;
  142. }
  143.  
  144. #profile_main_actions {
  145. padding: 8px;
  146. }
  147. #profile_main_actions .friend_status_info {
  148. padding: 15px 0px 8px;
  149. }
  150.  
  151. /*Фикс модуля стена*/
  152. .wall_module#submit_post_box textarea {
  153. overflow: hidden;
  154. outline: none;
  155. width: 372px;
  156. height: 18px;
  157. resize: none;
  158. }
  159. ul.bNav2 {
  160. padding-bottom: 100px;
  161. }
  162. .bNav2 li a {
  163. padding: 4px;
  164. }
  165. /*Фикс фото размеров*/
  166. .page_post_thumb_sized_photo {
  167. object-fit: cover;
  168. }
  169. /*Фикс галочки*/
  170. #user_real .fl_r {
  171. display: none;
  172. }
  173. #content h4 .no_current_info {
  174. text-transform: lowercase;
  175. }
  176.  
  177.  
  178.  
  179.  
  180.  
  181. /*Мои Фотографии*/
  182. #photos_albums_container .photo_row img {
  183. object-fit: cover;
  184. width: auto;
  185. height: 200px;
  186. position: relative;
  187. top: 0px;
  188. }
  189. #photos_albums_container .photo_row a.img_link {
  190. background: #eeeeee;
  191. }
  192. #photos_albums_container .photo_row img {
  193. object-fit: cover;
  194. width: 100%;
  195. top: 0px;
  196. }
  197. #photos_albums .photo_album_title {
  198. width: 278px;
  199. }
  200.  
  201.  
  202. .photos_edit_description {
  203. margin-bottom: 10px;
  204. height: 100px;
  205. }
  206.  
  207. #album_privacy {
  208. padding-left: 2px;
  209. }
  210.  
  211. select {
  212. padding: 5px 0px 5px 2px;
  213. font-size: 11px;
  214. cursor: pointer;
  215. }
  216.  
  217. .photo_edit_caption {
  218. height: 101px;
  219. }
  220.  
  221. .photos_move_block {
  222. margin: 10px;
  223. height: 20px;
  224. }
  225.  
  226. input#album_title {
  227. width: 420px;
  228. }
  229.  
  230. textarea#album_description {
  231. width: 420px !important;
  232. }
  233.  
  234.  
  235. /*Мои Сообщения*/
  236. .dialogs_msg_text {
  237. color: #67829E;
  238. line-height: 160%;
  239. width: 295px;
  240. height: 35px;
  241. }
  242. .im_fixed_nav#side_bar {
  243. top: 40px;
  244. }
  245.  
  246.  
  247. /*Приватность*/
  248. .texta {
  249. float: left;
  250. width: 165px;
  251. text-align: left;
  252. padding-right: 5px;
  253. color: #666;
  254. padding-top: 3px;
  255. font-size: 11px;
  256. }
  257.  
  258. /*Фикс окошка новое сообщение в профиле*/
  259. #mail_box_ava .wdd_img {
  260. width: 32px;
  261. height: 32px;
  262. object-fit: cover;
  263. }
  264.  
  265. /*Фикс миниатюр в Мои Фотографии*/
  266. .photo_row_img {
  267. width: 200px;
  268. position: relative;
  269. height: 112px;
  270. object-fit: cover;
  271. }
  272. /*Фикс кнопок*/
  273. .button_blue button {
  274. padding: 3px 16px;
  275. border-radius: 2px !important;
  276. }
  277.  
  278. /*Фикс изображений в посте*/
  279. a.page_post_thumb_wrap.page_post_thumb_last_column.page_post_thumb_last_row.fl_l {
  280. margin: 10px 0;
  281. }
  282.  
  283. /*Фикс имен*/
  284. .labeled.name {
  285. font-weight: bold !important;
  286. }
  287. /*Фикс оглавлений страниц*/
  288. .summary_wrap .summary {
  289. font-weight: bold;
  290. }
  291. .input_back {
  292. padding: 4px 41px 5px 19px !important;
  293. }
  294. #submit_post_box .input_back{
  295. padding: 5px !important;
  296. }
  297. /*Фикс статуса*/
  298. span.current_text.fl_l {
  299. color: black;
  300. }
  301. /*Фикс кнопок вверху на странице*/
  302. .search_subtab1.active {
  303.  
  304. border-radius: 2px;
  305. font-weight: bold;
  306. }
  307. /*Фикс действий с юзером в поиске*/
  308. #search_content .three_col_row .info {
  309. width: 58%;
  310. }
  311. /*Фикс поиска*/
  312. #search_query_wrap.wide #search_query {
  313. width: 490px;
  314. height: 12px;
  315. border-radius: 2px;
  316. }
  317. .input_back_content {
  318. padding: 0px 2px;
  319. }
  320. .search_subtab2 {
  321. font-weight: bold;
  322. }
  323. /*Фикс новости*/
  324. #feed_bar nobr {
  325. font-weight: bold;
  326. }
  327. /*Фикс описания видео*/
  328. div#mv_description {
  329. color: black;
  330. }
  331. /*Фикс системной ошибки*/
  332. div#system_msg {
  333. color: black;
  334. border-radius: 2px;
  335. }
  336. /*Фикс модального окна*/
  337. span.photos_choose_header_title.inl_bl {
  338. color: white;
  339. }
  340. /*footer*/
  341. .footnav {
  342. display: none;
  343. }
  344.  
  345.  
  346.  
  347.  
  348. td#im_write_form .input_back{
  349. padding: 3px 25px 5px 3px !important;
  350. }
  351. }
  352.  
  353. @-moz-document url-prefix("https://durovloh.net/friends") {
  354. .button_blue button:hover,
  355. .button_blue button.hover {
  356. text-decoration: none;
  357. color: #2b587a;
  358. background: #E1E7ED !important;
  359. }
  360. .info.fl_l button {
  361. background: none !important;
  362. color: #2b587a;
  363. position: relative;
  364. top: -15px;
  365. left: 350px;
  366. padding: 5px;
  367. text-align: left;
  368. width: 130px !important;
  369. z-index: 1000;
  370. }
  371. .info.fl_l button:hover {
  372. background: #E1E7ED !important;
  373. }
  374. #remove {
  375. position: relative;
  376. top: 10px;
  377. }
  378. #remove a {
  379. padding: 5px;
  380. width: 110px;
  381. display: block;
  382. }
  383. #remove a:hover {
  384. background: #E1E7ED !important;
  385. text-decoration: none !important;
  386. }
  387. }
Tags: DurovLoh
Advertisement
Add Comment
Please, Sign In to add comment