Advertisement
Guest User

Untitled

a guest
May 17th, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.20 KB | None | 0 0
  1. /*(((((((((( Conversion rate: 0.06875 x px = rem ))))))))))*/
  2.  
  3.  
  4. /*
  5. text color for entries, views and content in general */
  6. @define-color theme_text_color #252525;
  7.  
  8. @define-color theme_fg_color #363636;
  9. /*
  10. widget base background color */
  11. @define-color theme_bg_color #e6e6e6;
  12. /*
  13. text widgets and the like base background color */
  14. @define-color theme_base_color #ffffff;
  15. /*
  16. base background color of selections #3584e4 */
  17. @define-color theme_selected_bg_color #3584e4;
  18. /*
  19. text/foreground color of selections */
  20. @define-color theme_selected_fg_color #ffffff;
  21. /*
  22. base background color of insensitive widgets */
  23. @define-color insensitive_bg_color #faf9f8;
  24. /*
  25. text foreground color of insensitive widgets */
  26. @define-color insensitive_fg_color #929595;
  27. /*
  28. insensitive text widgets and the like base background color */
  29. @define-color insensitive_base_color #ffffff;
  30. /*
  31. widget text/foreground color on backdrop windows */
  32. @define-color theme_unfocused_fg_color #929595;
  33. /*
  34. text color for entries, views and content in general on backdrop windows */
  35. @define-color theme_unfocused_text_color #808080;
  36. /*
  37. widget base background color on backdrop windows */
  38. @define-color theme_unfocused_bg_color #e6e6e6;
  39. /*
  40. text widgets and the like base background color on backdrop windows */
  41. @define-color theme_unfocused_base_color #fcfcfc;
  42. /*
  43. base background color of selections on backdrop windows */
  44. @define-color theme_unfocused_selected_bg_color #3584e4;
  45. /*
  46. text/foreground color of selections on backdrop windows */
  47. @define-color theme_unfocused_selected_fg_color #ffffff;
  48. /*
  49. insensitive color on backdrop windows*/
  50. @define-color unfocused_insensitive_color #d4cfca;
  51. /*
  52. widgets main borders color */
  53. @define-color borders #cdcdcd;
  54. /*
  55. widgets main borders color on backdrop windows */
  56. @define-color unfocused_borders #d5d0cc;
  57. /*
  58. these are pretty self explicative */
  59. @define-color warning_color #f57900;
  60. @define-color error_color #cc0000;
  61. @define-color success_color #33d17a;
  62. /*
  63. these colors are exported for the window manager and shouldn't be used in applications,
  64. read if you used those and something break with a version upgrade you're on your own... */
  65. @define-color wm_title shade(#363636, 1.8);
  66. @define-color wm_unfocused_title #929595;
  67. @define-color wm_highlight rgba(255, 255, 255, 0.8);
  68. @define-color wm_borders_edge rgba(255, 255, 255, 0.8);
  69. @define-color wm_bg_a shade(#f6f6f6, 1.2);
  70. @define-color wm_bg_b #f6f6f6;
  71. @define-color wm_shadow alpha(black, 0.35);
  72. @define-color wm_border alpha(black, 0.18);
  73. @define-color wm_button_hover_color_a shade(#f6f6f6, 1.3);
  74. @define-color wm_button_hover_color_b #f6f6f6;
  75. @define-color wm_button_active_color_a shade(#f6f6f6, 0.85);
  76. @define-color wm_button_active_color_b shade(#f6f6f6, 0.89);
  77. @define-color wm_button_active_color_c shade(#f6f6f6, 0.9);
  78. @define-color content_view_bg #ffffff;
  79. * { padding: 0;
  80.  
  81. -GtkToolButton-icon-spacing: 4;
  82. -GtkTextView-error-underline-color: #cc0000;
  83. -GtkScrolledWindow-scrollbar-spacing: 0;
  84. -GtkToolItemGroup-expander-size: 11;
  85. -GtkWidget-text-handle-width: 20;
  86. -GtkWidget-text-handle-height: 24;
  87. -GtkDialog-button-spacing: 4;
  88. -GtkDialog-action-area-border: 0;
  89. outline-color: alpha(currentColor,0.3);
  90. outline-style: dashed;
  91. outline-offset: -3px;
  92. outline-width: 0;
  93. -gtk-outline-radius: 3px;
  94. -gtk-secondary-caret-color: #3584e4; }
  95.  
  96. /*(((((((((( BASE STATES ))))))))))*/
  97.  
  98. .background {
  99.  
  100. color: #363636;
  101. background-color: rgba(246,246,246,0.98); }
  102.  
  103. .popup.background {
  104.  
  105. background-color: rgba(0,0,0,0.0);
  106. background-image: none;}
  107.  
  108. /*(((((((((( FALLBACK-STYLE ))))))))))*/
  109.  
  110. *:disabled {
  111.  
  112. -gtk-icon-effect: dim; }
  113.  
  114. .gtkstyle-fallback {
  115.  
  116. color: #202020;
  117. background-color: rgba(246,246,246,0.98);}
  118.  
  119. .gtkstyle-fallback:hover {
  120.  
  121. color: #202020;
  122. background-color: white;}
  123.  
  124. .gtkstyle-fallback:active {
  125.  
  126. color: #202020;
  127. background-color: #dfdcd8;}
  128.  
  129. .gtkstyle-fallback:disabled {
  130.  
  131. color: #929595;
  132. background-color: #faf9f8;}
  133.  
  134. .gtkstyle-fallback:selected {
  135.  
  136. color: #ffffff;
  137. background-color: #3584e4;}
  138.  
  139. /* (((((((((( nautilus desktop icons settings ))))))))))*/
  140.  
  141. .nautilus-desktop.nautilus-canvas-item{
  142.  
  143.  
  144. color: white;
  145. font-weight: bold;
  146. text-shadow: 0px 1px rgba(0, 0, 0, 0.8);}
  147.  
  148. .nautilus-desktop.nautilus-canvas-item:active{
  149.  
  150. color: white;
  151. text-shadow: 0px 1px rgba(0, 0, 0, 0.8);}
  152.  
  153. .nautilus-desktop.nautilus-canvas-item:selected{
  154. color: #ffffff;
  155. text-shadow: 0 1px rgba(0,0,0,0.8);
  156. }
  157.  
  158. .view, iconview,
  159. .view text,
  160. iconview text,
  161. textview text {
  162.  
  163. color: #202020;
  164. background-color: #ffffff;}
  165.  
  166. .view:disabled,
  167. iconview:disabled,
  168. .view text:disabled,
  169. iconview text:disabled,
  170. textview text:disabled {
  171.  
  172. color: #929595;
  173. background-color: #faf9f8;}
  174.  
  175. .view:selected:focus,
  176. iconview:selected:focus,
  177. .view:selected,
  178. iconview:selected,
  179. .view text:selected:focus,
  180. iconview text:selected:focus,
  181. textview text:selected:focus,
  182. .view text:selected,
  183. iconview text:selected,
  184. textview text:selected {
  185.  
  186. border-radius: 3px;}
  187.  
  188. textview border {
  189.  
  190. background-color: #fbfafa;}
  191.  
  192. .rubberband,
  193. rubberband,
  194. flowbox rubberband,
  195. treeview.view rubberband,
  196. .content-view rubberband,
  197. .content-view .rubberband {
  198.  
  199. border: 1px solid #1b6acb;
  200. background-color: rgba(27, 106, 203, 0.2);}
  201.  
  202. flowbox flowboxchild {
  203.  
  204. padding: 3px;}
  205.  
  206. flowbox flowboxchild:selected {
  207.  
  208. outline-offset: -2px;}
  209.  
  210. .content-view .tile {
  211.  
  212. margin: 2px;
  213. background-color: transparent;
  214. border-radius: 0;
  215. padding: 0;}
  216.  
  217. .content-view .tile:disabled,
  218. .content-view .tile:active,
  219. .content-view .tile:selected {
  220.  
  221. background-color: transparent;}
  222.  
  223. label {
  224.  
  225. caret-color: currentColor;}
  226.  
  227. label.separator {
  228.  
  229. color: #363636;}
  230.  
  231. label selection {
  232.  
  233. background-color: #3584e4;
  234. color: #ffffff;}
  235.  
  236. label:disabled {
  237.  
  238. color: #929595;}
  239.  
  240. .dim-label,
  241. label.separator,
  242. .titlebar:not(headerbar) .subtitle,
  243. headerbar .subtitle {
  244.  
  245. opacity: 0.55; text-shadow: none;}
  246.  
  247. assistant .sidebar {
  248.  
  249. background-color: #ffffff;
  250. border-top: 1px solid #cdcdcd;}
  251.  
  252. assistant.csd .sidebar {
  253.  
  254. border-top-style: none;}
  255.  
  256. assistant .sidebar label {
  257.  
  258. padding: 6px 12px;}
  259.  
  260. assistant .sidebar label.highlight {
  261.  
  262. background-color: #cecece;}
  263.  
  264. .csd popover.background.touch-selection,
  265. .csd popover.background.magnifier,
  266. popover.background.touch-selection,
  267. popover.background.magnifier,
  268. .csd popover.background.osd,
  269. popover.background.osd,
  270. .app-notification,
  271. .app-notification.frame,
  272. .osd .scale-popup, .osd {
  273.  
  274. color: #eeeeec;
  275. border: none;
  276. background-color: rgba(36, 33, 42, 0.7);
  277. background-clip: padding-box;
  278. text-shadow: 0 1px black;
  279. -gtk-icon-shadow: 0 1px black;}
  280.  
  281. /*(((((((((( SPINNER ANNIMATION ))))))))))*/
  282.  
  283. @keyframes spin { to { -gtk-icon-transform: rotate(1turn); } }
  284.  
  285. spinner {
  286.  
  287. background: none;
  288. opacity: 0;
  289. -gtk-icon-source: -gtk-icontheme("process-working-symbolic");}
  290.  
  291. spinner:checked {
  292.  
  293. opacity: 1;
  294. animation: spin 1s linear infinite;}
  295.  
  296. spinner:checked:disabled {
  297.  
  298. opacity: 0.5;}
  299.  
  300. /*(((((((((( TEXT ENTRIES ))))))))))*/
  301.  
  302. spinbutton:not(.vertical),
  303. entry {
  304.  
  305. min-height: 1.7875rem;
  306. padding-left: 0.55rem;/*8px;*/
  307. padding-right: 0.55rem;/*8px;*/
  308. border: 1px solid;
  309. border-radius: 0.320375rem;/*4.66px;*/
  310. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  311. color: #202020;
  312. border-color: #cdcdcd;
  313. background-color: #ffffff;
  314. box-shadow: inset 0 0 0 1px rgba(53, 132, 228, 0);}
  315.  
  316. spinbutton:not(.vertical) image.left,
  317. entry image.left {
  318.  
  319. margin-right: 0.4125rem;/*6px;*/}
  320.  
  321. spinbutton:not(.vertical) image.right,
  322. entry image.right {
  323.  
  324. margin-left: 0.4125rem;/*6px;*/}
  325.  
  326. spinbutton.flat:focus:not(.vertical),
  327. spinbutton.flat:disabled:not(.vertical),
  328. spinbutton.flat:not(.vertical),
  329. entry.flat:focus,
  330. entry.flat:disabled,
  331. entry.flat {
  332.  
  333. min-height: 0;
  334. padding: 0.1375rem;/*2px;*/
  335. background-color: transparent;
  336. border-color: transparent;
  337. border-radius: 0;}
  338.  
  339. spinbutton:focus:not(.vertical),
  340. entry:focus {
  341.  
  342. box-shadow: inset 0 0 0 1px #3584e4;
  343. border-color: #3584e4;}
  344.  
  345. spinbutton:disabled:not(.vertical),
  346. entry:disabled {
  347.  
  348. color: #929595;
  349. border-color: #cdcdcd;
  350. background-color: #faf9f8;
  351. box-shadow: none; }
  352.  
  353. spinbutton.error:not(.vertical),
  354. entry.error {
  355.  
  356. color: #cc0000;
  357. border-color: #cc0000; }
  358.  
  359. spinbutton.error:focus:not(.vertical),
  360. entry.error:focus {
  361.  
  362. box-shadow: inset 0 0 0 1px #cc0000;
  363. border-color: #cc0000; }
  364.  
  365. spinbutton.error:not(.vertical) selection,
  366. entry.error selection {
  367.  
  368. background-color: #cc0000; }
  369.  
  370. spinbutton.warning:not(.vertical),
  371. entry.warning {
  372.  
  373. color: #f57900;
  374. border-color: #f57900; }
  375.  
  376. spinbutton.warning:focus:not(.vertical),
  377. entry.warning:focus {
  378.  
  379. box-shadow: inset 0 0 0 1px #f57900;
  380. border-color: #f57900; }
  381.  
  382. spinbutton.warning:not(.vertical) selection,
  383. entry.warning selection {
  384.  
  385. background-color: #f57900; }
  386.  
  387. spinbutton:not(.vertical) image,
  388. entry image {
  389.  
  390. color: #585d5e; }
  391.  
  392. spinbutton:not(.vertical) image:hover,
  393. entry image:hover {
  394.  
  395. color: #363636; }
  396.  
  397. spinbutton:not(.vertical) image:active,
  398. entry image:active {
  399.  
  400. color: #3584e4; }
  401.  
  402. spinbutton:drop(active):focus:not(.vertical),
  403. spinbutton:drop(active):not(.vertical),
  404. entry:drop(active):focus,
  405. entry:drop(active) {
  406.  
  407. border-color: #4e9a06;
  408. box-shadow: inset 0 0 0 1px #4e9a06; }
  409.  
  410. .osd spinbutton:not(.vertical),
  411. .osd entry {
  412.  
  413. color: white;
  414. border-color: rgba(0, 0, 0, 0.7);
  415. background-color: rgba(0, 0, 0, 0.5);
  416. background-clip: padding-box;
  417. box-shadow: none;
  418. text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }
  419.  
  420. .osd spinbutton:focus:not(.vertical),
  421. .osd entry:focus {
  422.  
  423. color: white;
  424. border-color: #3584e4;
  425. background-color: rgba(0, 0, 0, 0.5);
  426. background-clip: padding-box;
  427. box-shadow: inset 0 0 0 1px #3584e4;
  428. text-shadow: 0 1px black;
  429. -gtk-icon-shadow: 0 1px black; }
  430.  
  431. .osd spinbutton:disabled:not(.vertical),
  432. .osd entry:disabled {
  433.  
  434. color: #89888b;
  435. border-color: rgba(0, 0, 0, 0.7);
  436. background-color: rgba(56, 54, 61, 0.5);
  437. background-clip: padding-box;
  438. box-shadow: none;
  439. text-shadow: none;
  440. -gtk-icon-shadow: none; }
  441.  
  442. spinbutton:not(.vertical) progress,
  443. entry progress {
  444.  
  445. margin: 2px -6px;
  446. background-color: transparent;
  447. background-image: none;
  448. border-radius: 0;
  449. border-width: 0 0 2px;
  450. border-color: #3584e4;
  451. border-style: solid;
  452. box-shadow: none; }
  453.  
  454. .linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical),
  455. .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button,
  456. .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo,
  457. .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical),
  458. .linked:not(.vertical) > entry:focus + button,
  459. .linked:not(.vertical) > entry:focus + combobox > box > button.combo,
  460. .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry,
  461. .linked:not(.vertical) > entry:focus + entry {
  462.  
  463. border-left-color: #3584e4; }
  464.  
  465. .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + spinbutton:not(.vertical),
  466. .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + button,
  467. .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + combobox > box > button.combo,
  468. .linked:not(.vertical) > entry:focus.error + spinbutton:not(.vertical),
  469. .linked:not(.vertical) > entry:focus.error + button,
  470. .linked:not(.vertical) > entry:focus.error + combobox > box > button.combo,
  471. .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + entry,
  472. .linked:not(.vertical) > entry:focus.error + entry {
  473.  
  474. border-left-color: #cc0000; }
  475.  
  476. .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical),
  477. .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button,
  478. .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo,
  479. .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical),
  480. .linked:not(.vertical) > entry:drop(active) + button,
  481. .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo,
  482. .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry,
  483. .linked:not(.vertical) > entry:drop(active) + entry {
  484.  
  485. border-left-color: #4e9a06; }
  486.  
  487. .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled),
  488. .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical),
  489. .linked.vertical > entry:not(:disabled) + entry:not(:disabled),
  490. .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) {
  491.  
  492. border-top-color: #f0eeed; }
  493.  
  494. .linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical),
  495. .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled,
  496. .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical),
  497. .linked.vertical > entry:disabled + entry:disabled {
  498.  
  499. border-top-color: #f0eeed; }
  500.  
  501. .linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical),
  502. .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child),
  503. .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical),
  504. .linked.vertical > entry + entry:focus:not(:only-child) {
  505.  
  506. border-top-color: #3584e4; }
  507.  
  508. .linked.vertical > spinbutton:not(.vertical) + spinbutton:focus.error:not(:only-child):not(.vertical),
  509. .linked.vertical > spinbutton:not(.vertical) + entry:focus.error:not(:only-child),
  510. .linked.vertical > entry + spinbutton:focus.error:not(:only-child):not(.vertical),
  511. .linked.vertical > entry + entry:focus.error:not(:only-child) {
  512.  
  513. border-top-color: #cc0000; }
  514.  
  515. .linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical),
  516. .linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child),
  517. .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical),
  518. .linked.vertical > entry + entry:drop(active):not(:only-child) {
  519.  
  520. border-top-color: #4e9a06; }
  521.  
  522. .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical),
  523. .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry,
  524. .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button,
  525. .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo,
  526. .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical),
  527. .linked.vertical > entry:focus:not(:only-child) + entry,
  528. .linked.vertical > entry:focus:not(:only-child) + button,
  529. .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
  530.  
  531. border-top-color: #3584e4; }
  532.  
  533. .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + spinbutton:not(.vertical),
  534. .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + entry,
  535. .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + button,
  536. .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + combobox > box > button.combo,
  537. .linked.vertical > entry:focus.error:not(:only-child) + spinbutton:not(.vertical),
  538. .linked.vertical > entry:focus.error:not(:only-child) + entry,
  539. .linked.vertical > entry:focus.error:not(:only-child) + button,
  540. .linked.vertical > entry:focus.error:not(:only-child) + combobox > box > button.combo {
  541.  
  542. border-top-color: #cc0000; }
  543.  
  544. .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical),
  545. .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry,
  546. .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button,
  547. .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo,
  548. .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical),
  549. .linked.vertical > entry:drop(active):not(:only-child) + entry,
  550. .linked.vertical > entry:drop(active):not(:only-child) + button,
  551. .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
  552.  
  553. border-top-color: #4e9a06; }
  554.  
  555. treeview entry:focus:dir(rtl),
  556. treeview entry:focus:dir(ltr) {
  557.  
  558. background-color: #ffffff;
  559. transition-property: color, background; }
  560.  
  561. treeview entry.flat,
  562. treeview entry {
  563.  
  564. border-radius: 0;
  565. background-image: none;
  566. background-color: #ffffff; }
  567.  
  568. treeview entry.flat:focus,
  569. treeview entry:focus {
  570.  
  571. border-color: #3584e4; }
  572.  
  573. .entry-tag {
  574.  
  575. padding: 0.34375rem;/*5px;*/
  576. margin-top: 0.1375rem;/*2px;*/
  577. margin-bottom: 0.1375rem;/*2px;*/
  578. border-style: none;
  579. color: #ffffff;
  580. background-color: #3584e4;}
  581.  
  582. :dir(ltr) .entry-tag {
  583.  
  584. margin-left: 0.55rem;/*8px*/;
  585. margin-right: -0.34375rem;/*-5px;*/ }
  586.  
  587. :dir(rtl) .entry-tag {
  588.  
  589. margin-left: -0.34375rem;/*5px;*/
  590. margin-right: 0.55rem;/*8px*/ }
  591.  
  592. .entry-tag:hover {
  593.  
  594. background-color: #629fea; }
  595.  
  596. .entry-tag.button {
  597.  
  598. background-color: transparent;
  599. color: rgba(255, 255, 255, 0.7); }
  600.  
  601. :not(:backdrop) .entry-tag.button:hover {
  602.  
  603. border: 1px solid #3584e4;
  604. color: #ffffff; }
  605.  
  606. :not(:backdrop) .entry-tag.button:active {
  607.  
  608. background-color: #3584e4;
  609. color: rgba(255, 255, 255, 0.7); }
  610.  
  611. /*(((((((((( BUTTONS ))))))))))*/
  612.  
  613. @keyframes needs_attention { from {
  614.  
  615. background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3584e4), to(transparent)); }
  616. to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3584e4), to(transparent)); } }
  617.  
  618.  
  619. notebook > header > tabs > arrow,
  620. button.sidebar-button,
  621. button.flat {
  622.  
  623. border-color: transparent;
  624. background-color: transparent;
  625. background-image: none;
  626. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  627. text-shadow: none; -gtk-icon-shadow: none;
  628. transition: none; }
  629.  
  630. notebook > header > tabs > arrow,
  631. button {
  632.  
  633. min-height:1.5125rem;/*22px;*/
  634. min-width: 1.1rem;/*16px; */
  635. padding:0.06875rem 0.4125rem;/*(1/6)*/
  636. border: 1px solid;
  637. border-radius: 0.320375rem;/*4.66px; */
  638. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  639. color: #363636;
  640. border-color: #d2d2d2;
  641. background-image:linear-gradient(to bottom, white 30%, #fafafa 95%);
  642. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  643. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  644. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.02); }
  645.  
  646. button:active{
  647.  
  648. border-color: #d2d2d2;
  649. color: #363636;
  650. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  651. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  652. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  653. background-image: image(#e8e8e8);}
  654.  
  655. notebook > header > tabs > arrow,
  656. button.sidebar-button,
  657.  
  658. button.flat {
  659.  
  660. border-color: transparent;
  661. background-color: transparent;
  662. background-image: none;
  663. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  664. text-shadow: none; -gtk-icon-shadow: none;
  665. transition: none; }
  666.  
  667. notebook > header > tabs > arrow:hover,
  668. button.sidebar-button:hover,
  669. button.flat:hover {
  670.  
  671. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  672. transition-duration: 500ms; }
  673.  
  674. notebook > header > tabs > arrow:hover:active,
  675. button.sidebar-button:hover:active,
  676. button.flat:hover:active {
  677.  
  678. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  679.  
  680. notebook > header > tabs > arrow:hover,
  681. button:hover {
  682.  
  683. outline-color: rgba(46, 52, 54, 0.3);
  684. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  685. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  686. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.02);
  687. color: #202020;
  688. border-color: #d2d2d2;
  689. background-image:image(#ffffff);
  690. -gtk-icon-effect: highlight; }
  691.  
  692. button:checked{
  693.  
  694. color: white;
  695. outline-color: rgba(255, 255, 255, 0.3);
  696. border-color: #d2d2d2;/*#1b6acb; */
  697. border-bottom-color: #d2d2d2;
  698. background-image: linear-gradient(to top, #1d71d7, #2f86f0);
  699. text-shadow: 0 1px rgba(0, 0, 0, 0.519216);
  700. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.559216);
  701. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1); }
  702.  
  703. button:checked:hover {
  704.  
  705. color: white;
  706. outline-color: rgba(255, 255, 255, 0.3);
  707. border-color: #d2d2d2;
  708. text-shadow: 0 1px rgba(0, 0, 0, 0.511216);
  709. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.511216);
  710. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.07);
  711. background-image: linear-gradient(to top, #3584e4, #3987e5 1px); }
  712.  
  713. notebook > header > tabs > arrow:active,
  714.  
  715. notebook > header > tabs > arrow:checked{
  716.  
  717. color: #202020;
  718. outline-color: rgba(46, 52, 54, 0.3);
  719. border-color: #bfbfbf;
  720. border-bottom-color: #b3b3b3;
  721. background-image: image(#d6d6d6);
  722. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  723. text-shadow: none; -gtk-icon-shadow: none;
  724. transition-duration: 50ms; }
  725.  
  726. notebook > header > tabs > arrow:disabled,
  727. button.sidebar-button:disabled,
  728. button.flat:disabled{
  729.  
  730. border-color: transparent;
  731. background-color: transparent;
  732. background-image: none;
  733. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  734. text-shadow: none; -gtk-icon-shadow: none; }
  735.  
  736. notebook > header > tabs > arrow:disabled,
  737. button:disabled{
  738.  
  739. border-color: #cdcdcd;
  740. background-image: image(transparent);
  741. text-shadow: none; -gtk-icon-shadow: none;
  742. box-shadow: inset 0 1px rgba(255, 255, 255, 0);}
  743.  
  744. headerbar button{
  745.  
  746. border-color: #bfbfbf;
  747. border-bottom-color: #b3b3b3;
  748. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  749. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  750. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  751. background-image: linear-gradient(to top,#e6e6e6,#fafafa);}
  752.  
  753. headerbar button:hover {
  754.  
  755. border-color: #bfbfbf;
  756. border-bottom-color: #b3b3b3;
  757. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  758. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  759. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  760. color: black;
  761. background-image: linear-gradient(to top, #f6f6f6, #f8f8f7 1px);
  762. -gtk-icon-effect: highlight; }
  763.  
  764. headerbar button:disabled {
  765.  
  766. border-color: #bfbfbf;
  767. border-bottom-color: #b3b3b3;
  768. background-image: linear-gradient(to top,#e6e6e6,#fafafa);
  769. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  770. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  771. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);}
  772.  
  773. notebook > header > tabs > arrow:disabled label,
  774. notebook > header > tabs > arrow:disabled,
  775. button:disabled label,
  776. button:disabled {
  777.  
  778. color: #929595; }
  779.  
  780. notebook > header > tabs > arrow:disabled:active,
  781. notebook > header > tabs > arrow:disabled:checked,
  782. button:disabled:active,
  783. button:disabled:checked {
  784.  
  785. border-color: #cdcdcd;
  786. background-image: image(#e4e4e4);
  787. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  788.  
  789. notebook > header > tabs > arrow:disabled:active label,
  790. notebook > header > tabs > arrow:disabled:active,
  791. notebook > header > tabs > arrow:disabled:checked label,
  792. notebook > header > tabs > arrow:disabled:checked,
  793. button:disabled:active label,
  794. button:disabled:active,
  795. button:disabled:checked label,
  796. button:disabled:checked {
  797.  
  798. color: #929595; }
  799.  
  800. notebook > header > tabs > arrow.image-button,
  801. button.image-button {
  802.  
  803. min-width: 1.925rem;/*24px;*/
  804. padding-left: 0.34375rem;/*5px;*/
  805. padding-right:0.34375rem;/* 5px;*/ }
  806.  
  807. notebook > header > tabs > arrow.text-button,
  808. button.text-button.titlebutton,
  809. button.text-button {
  810.  
  811. padding-left: 1.1rem;/*16px;*/
  812. padding-right: 1.1rem;/*16px;*/ }
  813.  
  814. notebook > header > tabs > arrow.text-button.image-button,
  815. button.text-button.image-button.titlebutton,
  816. button.text-button.image-button {
  817.  
  818. padding-left: 0.55rem;/*8px;*/
  819. padding-right: 0.55rem;/*8px;*/}
  820.  
  821. notebook > header > tabs > arrow.text-button.image-button label,
  822. button.text-button.image-button.titlebutton label,
  823. button.text-button.image-button label {
  824.  
  825. padding-left: 0.55rem;/*8px;*/
  826. padding-right: 0.55rem;/*8px;*/ }
  827.  
  828. combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active),
  829. button:drop(active) {
  830.  
  831. color: #4e9a06;
  832. border-color: #4e9a06;
  833. box-shadow: inset 0 0 0 1px #4e9a06; }
  834.  
  835. row:selected button {
  836.  
  837. border-color: #185fb4; }
  838.  
  839. row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled),
  840. row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled) {
  841.  
  842. color: #ffffff;
  843. border-color: transparent; }
  844.  
  845. button.osd {
  846.  
  847. min-width: 1.7875rem;/*26px;*/
  848. min-height: 2.2rem;/*32px;*/
  849. color: #eeeeec;
  850. border-radius: 0.320375rem;/*4.66px;*/
  851. color: #eeeeec;
  852. border-color: rgba(0, 0, 0, 0.7);
  853. background-color: transparent;
  854. background-image: image(rgba(36, 33, 42, 0.7));
  855. background-clip: padding-box;
  856. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  857. text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black;
  858. outline-color: rgba(238, 238, 236, 0.3);
  859. border: none;
  860. box-shadow: none; }
  861.  
  862. button.osd.image-button {
  863.  
  864. min-width: 2.3375rem; /*34px; */}
  865.  
  866. button.osd:hover {
  867.  
  868. color: white;
  869. border-color: rgba(0, 0, 0, 0.7);
  870. background-color: transparent;
  871. background-image: image(rgba(66, 61, 76, 0.7));
  872. background-clip: padding-box;
  873. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  874. text-shadow: 0 1px black;
  875. -gtk-icon-shadow: 0 1px black;
  876. outline-color: rgba(238, 238, 236, 0.3);
  877. border: none;
  878. box-shadow: none; }
  879.  
  880. button.osd:active,
  881. button.osd:checked {
  882.  
  883. color: white;
  884. border-color: rgba(0, 0, 0, 0.7);
  885. background-color: transparent;
  886. background-image: image(rgba(0, 0, 0, 0.7));
  887. background-clip: padding-box;
  888. box-shadow: none;
  889. text-shadow: none;
  890. -gtk-icon-shadow: none;
  891. outline-color: rgba(238, 238, 236, 0.3);
  892. border: none;
  893. box-shadow: none; }
  894.  
  895. button.osd:disabled {
  896.  
  897. color: #89888b;
  898. border-color: rgba(0, 0, 0, 0.7);
  899. background-color: transparent;
  900. background-image: image(rgba(56, 54, 61, 0.5));
  901. background-clip: padding-box;
  902. box-shadow: none;
  903. text-shadow: none;
  904. -gtk-icon-shadow: none;
  905. border: none; }
  906.  
  907. .csd popover.background.touch-selection button,
  908. .csd popover.background.magnifier button,
  909. popover.background.touch-selection button,
  910. popover.background.magnifier button,
  911. .app-notification button,
  912. .app-notification.frame button,
  913. .osd button {
  914.  
  915. color: #eeeeec;
  916. border-color: rgba(0, 0, 0, 0.7);
  917. background-color: transparent;
  918. background-image: image(rgba(36, 33, 42, 0.7));
  919. background-clip: padding-box;
  920. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  921. text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black;
  922. outline-color: rgba(238, 238, 236, 0.3); }
  923.  
  924. popover.background.touch-selection button:hover,
  925. popover.background.magnifier button:hover,
  926. .app-notification button:hover,
  927. .osd button:hover {
  928.  
  929. color: white;
  930. border-color: rgba(0, 0, 0, 0.7);
  931. background-color: transparent;
  932. background-image: image(rgba(66, 61, 76, 0.7));
  933. background-clip: padding-box;
  934. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  935. text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black;
  936. outline-color: rgba(238, 238, 236, 0.3); }
  937.  
  938. popover.background.touch-selection button:active,
  939. popover.background.touch-selection button:checked,
  940. popover.background.magnifier button:checked,
  941. .app-notification button:checked,
  942. .osd button:active,
  943. .osd button:checked {
  944.  
  945. color: white;
  946. border-color: rgba(0, 0, 0, 0.7);
  947. background-color: transparent;
  948. background-image: image(rgba(0, 0, 0, 0.7));
  949. background-clip: padding-box;
  950. box-shadow: none;
  951. text-shadow: none;
  952. -gtk-icon-shadow: none;
  953. outline-color: rgba(238, 238, 236, 0.3); }
  954.  
  955. popover.background.touch-selection button:disabled,
  956. popover.background.magnifier button:disabled,
  957. .app-notification button:disabled,
  958. .osd button:disabled {
  959.  
  960. color: #89888b;
  961. border-color: rgba(0, 0, 0, 0.7);
  962. background-color: transparent;
  963. background-image: image(rgba(56, 54, 61, 0.5));
  964. background-clip: padding-box;
  965. box-shadow: none;
  966. text-shadow: none;
  967. -gtk-icon-shadow: none; }
  968.  
  969. popover.background.touch-selection button.flat,
  970. popover.background.magnifier button.flat,
  971. .app-notification button.flat,
  972. .osd button.flat {
  973.  
  974. border-color: transparent;
  975. background-color: transparent;
  976. background-image: none;
  977. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  978. text-shadow: none;
  979. -gtk-icon-shadow: none;
  980. box-shadow: none;
  981. text-shadow: 0 1px black;
  982. -gtk-icon-shadow: 0 1px black; }
  983.  
  984. popover.background.touch-selection button.flat:hover,
  985. popover.background.magnifier button.flat:hover,
  986. .app-notification button.flat:hover,
  987. .osd button.flat:hover {
  988.  
  989. color: white;
  990. border-color: rgba(0, 0, 0, 0.7);
  991. background-color: transparent;
  992. background-image: image(rgba(66, 61, 76, 0.7));
  993. background-clip: padding-box;
  994. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  995. text-shadow: 0 1px black;
  996. -gtk-icon-shadow: 0 1px black;
  997. outline-color: rgba(238, 238, 236, 0.3); }
  998.  
  999. popover.background.touch-selection button.flat:disabled,
  1000. popover.background.magnifier button.flat:disabled,
  1001. .app-notification button.flat:disabled,
  1002. .osd button.flat:disabled {
  1003.  
  1004. color: #89888b;
  1005. border-color: rgba(0, 0, 0, 0.7);
  1006. background-color: transparent;
  1007. background-image: image(rgba(56, 54, 61, 0.5));
  1008. background-clip: padding-box;
  1009. box-shadow: none;
  1010. text-shadow: none;
  1011. -gtk-icon-shadow: none;
  1012. background-image: none;
  1013. border-color: transparent;
  1014. box-shadow: none; }
  1015.  
  1016. popover.background.touch-selection button.flat:active,
  1017. popover.background.magnifier button.flat:active,
  1018. .app-notification button.flat:active,
  1019. popover.background.touch-selection button.flat:checked,
  1020. popover.background.magnifier button.flat:checked,
  1021. .app-notification button.flat:checked,
  1022. .osd button.flat:active,
  1023. .osd button.flat:checked {
  1024.  
  1025. color: white;
  1026. border-color: rgba(0, 0, 0, 0.7);
  1027. background-color: transparent;
  1028. background-image: image(rgba(0, 0, 0, 0.7));
  1029. background-clip: padding-box;
  1030. box-shadow: none;
  1031. text-shadow: none;
  1032. -gtk-icon-shadow: none;
  1033. outline-color: rgba(238, 238, 236, 0.3); }
  1034.  
  1035. button.suggested-action {
  1036.  
  1037. color: white;
  1038. outline-color: rgba(255, 255, 255, 0.3);
  1039. border-color: #d2d2d2;
  1040. border-bottom-color: #d2d2d2;
  1041. background-image: linear-gradient(to top, #1d71d7, #2f86f0);
  1042. text-shadow: 0 1px rgba(0, 0, 0, 0.519216);
  1043. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.559216);
  1044. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1); }
  1045.  
  1046. headerbar button.suggested-action:hover,
  1047. headerbar button.suggested-action {
  1048.  
  1049. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  1050. border-color: #b3b3b3;
  1051. border-bottom-color: #b3b3b3;}
  1052.  
  1053. button.suggested-action.flat {
  1054.  
  1055. border-color: transparent;
  1056. background-color: transparent;
  1057. background-image: none;
  1058. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1059. text-shadow: none;
  1060. -gtk-icon-shadow: none;
  1061. color: #3584e4; }
  1062.  
  1063. button.suggested-action:hover {
  1064.  
  1065. color: white;
  1066. outline-color: rgba(255, 255, 255, 0.3);
  1067. border-color: #d2d2d2;
  1068. text-shadow: 0 1px rgba(0, 0, 0, 0.511216);
  1069. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.511216);
  1070. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.07);
  1071. background-image: linear-gradient(to top, #3584e4, #3987e5 1px); }
  1072.  
  1073. button.suggested-action:active,
  1074. button.suggested-action:checked {
  1075.  
  1076. color: white;
  1077. outline-color: rgba(255, 255, 255, 0.3);
  1078. border-color: #d2d2d2;
  1079. background-image: image(#1961b9);
  1080. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1081. text-shadow: none; -gtk-icon-shadow: none; }
  1082.  
  1083. button.suggested-action.flat:disabled {
  1084.  
  1085. border-color: transparent;
  1086. background-color: transparent;
  1087. background-image: none;
  1088. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1089. text-shadow: none;
  1090. -gtk-icon-shadow: none;
  1091. color: rgba(53, 132, 228, 0.8); }
  1092.  
  1093. button.suggested-action:disabled {
  1094.  
  1095. border-color: #cdcdcd;
  1096. background-image: image(#faf9f8);
  1097. text-shadow: none; -gtk-icon-shadow: none;
  1098. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  1099.  
  1100. button.suggested-action:disabled label,
  1101. button.suggested-action:disabled {
  1102.  
  1103. color: #929595; }
  1104.  
  1105. button.suggested-action:disabled:active,
  1106. button.suggested-action:disabled:checked {
  1107.  
  1108. border-color: #d2d2d2;
  1109. background-image: image(#2f80e3);
  1110. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  1111.  
  1112. button.suggested-action:disabled:active label,
  1113. button.suggested-action:disabled:active,
  1114. button.suggested-action:disabled:checked label,
  1115. button.suggested-action:disabled:checked {
  1116.  
  1117. color: #acccf4; }
  1118.  
  1119. .osd button.suggested-action {
  1120.  
  1121. color: #eeeeec;
  1122. border-color: rgba(0, 0, 0, 0.7);
  1123. background-color: transparent;
  1124. background-image: image(rgba(53, 132, 228, 0.5));
  1125. background-clip: padding-box;
  1126. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  1127. text-shadow: 0 1px black;
  1128. -gtk-icon-shadow: 0 1px black;
  1129. outline-color: rgba(238, 238, 236, 0.3); }
  1130.  
  1131. .osd button.suggested-action:hover {
  1132.  
  1133. color: white;
  1134. border-color: rgba(0, 0, 0, 0.7);
  1135. background-color: transparent;
  1136. background-image: image(rgba(53, 132, 228, 0.7));
  1137. background-clip: padding-box;
  1138. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  1139. text-shadow: 0 1px black;
  1140. -gtk-icon-shadow: 0 1px black;
  1141. outline-color: rgba(238, 238, 236, 0.3); }
  1142.  
  1143. .osd button.suggested-action:active,
  1144. .osd button.suggested-action:checked {
  1145.  
  1146. color: white;
  1147. border-color: rgba(0, 0, 0, 0.7);
  1148. background-color: transparent;
  1149. background-image: image(#3584e4);
  1150. background-clip: padding-box;
  1151. box-shadow: none;
  1152. text-shadow: none;
  1153. -gtk-icon-shadow: none;
  1154. outline-color: rgba(238, 238, 236, 0.3); }
  1155.  
  1156. .osd button.suggested-action:disabled {
  1157.  
  1158. color: #89888b;
  1159. border-color: rgba(0, 0, 0, 0.7);
  1160. background-color: transparent;
  1161. background-image: image(rgba(56, 54, 61, 0.5));
  1162. background-clip: padding-box;
  1163. box-shadow: none;
  1164. text-shadow: none;
  1165. -gtk-icon-shadow: none; }
  1166.  
  1167. button.destructive-action {
  1168.  
  1169. color: white;
  1170. outline-color: rgba(255, 255, 255, 0.3);
  1171. border-color:#d2d2d2;
  1172. background-image: linear-gradient(to top, #ce1921 2px, #e01b24);
  1173. text-shadow: 0 -1px rgba(0, 0, 0, 0.606275);
  1174. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.606275);
  1175. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07); }
  1176.  
  1177. button.destructive-action.flat {
  1178.  
  1179. border-color: transparent;
  1180. background-color: transparent;
  1181. background-image: none;
  1182. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1183. text-shadow: none;
  1184. -gtk-icon-shadow: none;
  1185. color: #e01b24; }
  1186.  
  1187. button.destructive-action:hover {
  1188.  
  1189. color: white;
  1190. outline-color: rgba(255, 255, 255, 0.3);
  1191. border-color:#d2d2d2;
  1192. text-shadow: 0 -1px rgba(0, 0, 0, 0.558275);
  1193. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.558275);
  1194. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.07);
  1195. background-image: linear-gradient(to top, #e01b24, #e41c26 1px); }
  1196.  
  1197. button.destructive-action:active,
  1198. button.destructive-action:checked {
  1199.  
  1200. color: white;
  1201. outline-color: rgba(255, 255, 255, 0.3);
  1202. border-color:#d2d2d2;
  1203. background-image: image(#a0131a);
  1204. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1205. text-shadow: none;
  1206. -gtk-icon-shadow: none; }
  1207.  
  1208. button.destructive-action.flat:disabled {
  1209.  
  1210. border-color: transparent;
  1211. background-color: transparent;
  1212. background-image: none;
  1213. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1214. text-shadow: none;
  1215. -gtk-icon-shadow: none;
  1216. color: rgba(224, 27, 36, 0.8); }
  1217.  
  1218. button.destructive-action:disabled {
  1219.  
  1220. border-color: #cdcdcd;
  1221. background-image: image(#faf9f8);
  1222. text-shadow: none; -gtk-icon-shadow: none;
  1223. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  1224.  
  1225. button.destructive-action:disabled label,
  1226. button.destructive-action:disabled {
  1227.  
  1228. color: #929595; }
  1229.  
  1230. button.destructive-action:disabled:active,
  1231. button.destructive-action:disabled:checked {
  1232.  
  1233. border-color: #b2161d;
  1234. background-image: image(#dc1d27);
  1235. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  1236.  
  1237. button.destructive-action:disabled:active label,
  1238. button.destructive-action:disabled:active,
  1239. button.destructive-action:disabled:checked label,
  1240. button.destructive-action:disabled:checked {
  1241.  
  1242. color: #f1a5a8; }
  1243.  
  1244. .osd button.destructive-action {
  1245.  
  1246. color: #eeeeec;
  1247. border-color: rgba(0, 0, 0, 0.7);
  1248. background-color: transparent;
  1249. background-image: image(rgba(224, 27, 36, 0.5));
  1250. background-clip: padding-box;
  1251. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  1252. text-shadow: 0 1px black;
  1253. -gtk-icon-shadow: 0 1px black;
  1254. outline-color: rgba(238, 238, 236, 0.3); }
  1255.  
  1256. .osd button.destructive-action:hover {
  1257.  
  1258. color: white;
  1259. border-color: rgba(0, 0, 0, 0.7);
  1260. background-color: transparent;
  1261. background-image: image(rgba(224, 27, 36, 0.7));
  1262. background-clip: padding-box;
  1263. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  1264. text-shadow: 0 1px black;
  1265. -gtk-icon-shadow: 0 1px black;
  1266. outline-color: rgba(238, 238, 236, 0.3); }
  1267.  
  1268. .osd button.destructive-action:active,
  1269. .osd button.destructive-action:checked {
  1270.  
  1271. color: white;
  1272. border-color: rgba(0, 0, 0, 0.7);
  1273. background-color: transparent;
  1274. background-image: image(#e01b24);
  1275. background-clip: padding-box;
  1276. box-shadow: none;
  1277. text-shadow: none;
  1278. -gtk-icon-shadow: none;
  1279. outline-color: rgba(238, 238, 236, 0.3); }
  1280.  
  1281. .osd button.destructive-action:disabled {
  1282.  
  1283. color: #89888b;
  1284. border-color: rgba(0, 0, 0, 0.7);
  1285. background-color: transparent;
  1286. background-image: image(rgba(56, 54, 61, 0.5));
  1287. background-clip: padding-box;
  1288. box-shadow: none;
  1289. text-shadow: none; -gtk-icon-shadow: none; }
  1290.  
  1291. .stack-switcher > button {
  1292.  
  1293. outline-offset: -3px; }
  1294.  
  1295. .stack-switcher > button > label {
  1296.  
  1297. padding-left: 0.4125rem;/*6px;*/
  1298. padding-right: 0.4125rem;/*6px;*/ }
  1299.  
  1300. .stack-switcher > button > image {
  1301.  
  1302. padding-left: 0.275rem;/*4px;*/
  1303. padding-right: 0.275rem;/*4px;*/
  1304. padding-top:0.20625rem;/* 3px;*/
  1305. padding-bottom: 0.20625rem;/* 3px;*/ }
  1306.  
  1307. .stack-switcher > button.text-button {
  1308.  
  1309. padding-left: 0.6875rem;/*10px;*/
  1310. padding-right: 0.6875rem;/*10px;*/ }
  1311.  
  1312. .stack-switcher > button.image-button {
  1313.  
  1314. padding-left:0.1375rem;/* 2px;*/
  1315. padding-right:0.1375rem;/* 2px;*/ }
  1316.  
  1317. .stack-switcher > button.needs-attention:active > label,
  1318. .stack-switcher > button.needs-attention:active > image,
  1319. .stack-switcher > button.needs-attention:checked > label,
  1320. .stack-switcher > button.needs-attention:checked > image {
  1321.  
  1322. animation: none;
  1323. background-image: none; }
  1324.  
  1325. button.font separator,
  1326. button.file separator {
  1327.  
  1328. background-color: transparent; }
  1329.  
  1330. button.font > box > box > label {
  1331.  
  1332. font-weight: bold; }
  1333.  
  1334. .inline-toolbar button{
  1335.  
  1336. border-radius: 2px; border-width: 1px; }
  1337.  
  1338. .primary-toolbar button {
  1339.  
  1340. -gtk-icon-shadow: none; }
  1341.  
  1342. button.circular {
  1343.  
  1344. border-radius: 9999px;
  1345. -gtk-outline-radius: 9999px;
  1346. background-origin: padding-box, border-box;
  1347. background-clip: padding-box, border-box; }
  1348.  
  1349. button.circular label {
  1350.  
  1351. padding: 0; }
  1352.  
  1353. button.circular:not(.flat):not(:checked):not(:active):not(:disabled):not(:backdrop) {
  1354.  
  1355. color: #363636;
  1356. outline-color: rgba(46, 52, 54, 0.3);
  1357. border-color: #cdcdcd;
  1358. border-bottom-color: #bfbfbf;
  1359. background-image: linear-gradient(to top, #edebe9 2px, #f6f6f6);
  1360. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1361. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1362. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  1363. background-image: linear-gradient(to top, #edebe9 2px, #f6f6f6), linear-gradient(to top, #bfbfbf 25%, #cdcdcd 50%);
  1364. border-color: transparent; }
  1365.  
  1366. button.circular:hover:not(:checked):not(:active):not(:disabled):not(:backdrop) {
  1367.  
  1368. color: #363636;
  1369. outline-color: rgba(46, 52, 54, 0.3);
  1370. border-color: #cdcdcd;
  1371. border-bottom-color: #bfbfbf;
  1372. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1373. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1374. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  1375. background-image: linear-gradient(to top, #f6f6f6, #f8f8f7 1px), linear-gradient(to top, #bfbfbf 25%, #cdcdcd 50%);
  1376. border-color: transparent; }
  1377.  
  1378. .stack-switcher > button.needs-attention > label,
  1379. .stack-switcher > button.needs-attention > image,
  1380. stacksidebar row.needs-attention > label {
  1381.  
  1382. animation: needs_attention 150ms ease-in;
  1383. background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3584e4), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.769231)), to(transparent));
  1384. background-size: 6px 6px, 6px 6px;
  1385. background-repeat: no-repeat;
  1386. background-position: right 3px, right 4px; }
  1387.  
  1388. .stack-switcher > button.needs-attention > label:dir(rtl),
  1389. .stack-switcher > button.needs-attention > image:dir(rtl),
  1390. stacksidebar row.needs-attention > label:dir(rtl) {
  1391.  
  1392. background-position: left 3px, left 4px; }
  1393.  
  1394. .inline-toolbar toolbutton > button {
  1395.  
  1396. color: #363636;
  1397. outline-color: rgba(46, 52, 54, 0.3);
  1398. border-color: #cdcdcd;
  1399. border-bottom-color: #bfbfbf;
  1400. background-image: linear-gradient(to top, #edebe9 2px, #f6f6f6);
  1401. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1402. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1403. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07); }
  1404.  
  1405. .inline-toolbar toolbutton > button:hover {
  1406.  
  1407. color: #363636;
  1408. outline-color: rgba(46, 52, 54, 0.3);
  1409. border-color: #cdcdcd;
  1410. border-bottom-color: #bfbfbf;
  1411. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1412. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  1413. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  1414. background-image: linear-gradient(to top, #f6f6f6, #f8f8f7 1px); }
  1415.  
  1416. .inline-toolbar toolbutton > button:active,
  1417. .inline-toolbar toolbutton > button:checked {
  1418.  
  1419. color: #363636;
  1420. outline-color: rgba(46, 52, 54, 0.3);
  1421. border-color: #cdcdcd;
  1422. background-image: image(#d6d1cd);
  1423. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1424. text-shadow: none; -gtk-icon-shadow: none; }
  1425.  
  1426. .inline-toolbar toolbutton > button:disabled {
  1427.  
  1428. border-color: #cdcdcd;
  1429. background-image: image(#faf9f8);
  1430. text-shadow: none; -gtk-icon-shadow: none;
  1431. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  1432.  
  1433. .inline-toolbar toolbutton > button:disabled label,
  1434. .inline-toolbar toolbutton > button:disabled {
  1435.  
  1436. color: #929595; }
  1437.  
  1438. .inline-toolbar toolbutton > button:disabled:active,
  1439. .inline-toolbar toolbutton > button:disabled:checked {
  1440.  
  1441. border-color: #cdcdcd;
  1442. background-image: image(#e4e4e0);
  1443. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  1444.  
  1445. .inline-toolbar toolbutton > button:disabled:active label,
  1446. .inline-toolbar toolbutton > button:disabled:active,
  1447. .inline-toolbar toolbutton > button:disabled:checked label,
  1448. .inline-toolbar toolbutton > button:disabled:checked {
  1449.  
  1450. color: #929595; }
  1451.  
  1452. .inline-toolbar toolbutton > button:backdrop:disabled:active label,
  1453. .inline-toolbar toolbutton > button:backdrop:disabled:checked label {
  1454.  
  1455. color: #d4cfca; }
  1456.  
  1457. toolbar.inline-toolbar toolbutton > button.flat,
  1458. .linked:not(.vertical) > spinbutton:not(.vertical),
  1459. .linked:not(.vertical) > entry,
  1460. .inline-toolbar button, .linked > button,
  1461. .linked > button:hover,
  1462. .linked > button:active,
  1463. .linked > button:checked,
  1464. filechooser .path-bar.linked > button,
  1465. .linked > combobox > box > button.combo:dir(ltr),
  1466. .linked > combobox > box > button.combo:dir(rtl) {
  1467.  
  1468. border-radius: 0; border-right-style: none; }
  1469.  
  1470. .linked:not(.vertical) > spinbutton:first-child:not(.vertical),
  1471. .linked:not(.vertical) > entry:first-child,
  1472. .inline-toolbar button:first-child,
  1473. .linked > button:first-child,
  1474. toolbar.inline-toolbar toolbutton:first-child > button.flat,
  1475. combobox.linked button:nth-child(2):dir(rtl),
  1476. .linked:not(.vertical) > combobox:first-child > box > button.combo,
  1477. filechooser .path-bar.linked > button:dir(ltr):first-child,
  1478. filechooser .path-bar.linked > button:dir(rtl):last-child {
  1479.  
  1480. border-top-left-radius: 0.320375rem;/*4.66px;*/
  1481. border-bottom-left-radius: 0.320375rem;/*4.66px;*/
  1482. border-top-right-radius: 0;
  1483. border-bottom-right-radius: 0;
  1484. border-right-style: none; }
  1485.  
  1486. .linked:not(.vertical) > spinbutton:last-child:not(.vertical),
  1487. .linked:not(.vertical) > entry:last-child,
  1488. .inline-toolbar button:last-child,
  1489. .linked > button:last-child,
  1490. toolbar.inline-toolbar toolbutton:last-child > button.flat,
  1491. combobox.linked button:nth-child(2):dir(ltr),
  1492. .linked:not(.vertical) > combobox:last-child > box > button.combo,
  1493. filechooser .path-bar.linked > button:dir(ltr):last-child,
  1494. filechooser .path-bar.linked > button:dir(rtl):first-child {
  1495.  
  1496. border-top-left-radius: 0;
  1497. border-bottom-left-radius: 0;
  1498. border-top-right-radius: 0.320375rem;/*4.66px;*/
  1499. border-bottom-right-radius: 0.320375rem;/*4.66px;*/
  1500. border-right-style: solid; }
  1501.  
  1502. .linked:not(.vertical) > spinbutton:only-child:not(.vertical),
  1503. .linked:not(.vertical) > entry:only-child,
  1504. .inline-toolbar button:only-child,
  1505. .linked > button:only-child,
  1506. toolbar.inline-toolbar toolbutton:only-child > button.flat,
  1507. .linked:not(.vertical) > combobox:only-child > box > button.combo {
  1508.  
  1509. border-radius: 0.320375rem;/*4.66px;*/
  1510. border-style: solid; }
  1511.  
  1512. filechooser .path-bar.linked > button:only-child {
  1513.  
  1514. border-radius: 0.320375rem;/*4.66px;*/
  1515. border-style: solid; }
  1516.  
  1517. .linked.vertical > spinbutton:not(.vertical),
  1518. .linked.vertical > entry,
  1519. .linked.vertical > button,
  1520. .linked.vertical > button:hover,
  1521. .linked.vertical > button:active,
  1522. .linked.vertical > button:checked,
  1523. .linked.vertical > combobox > box > button.combo {
  1524.  
  1525. border-style: solid solid none solid;
  1526. border-radius: 0; }
  1527.  
  1528. .linked.vertical > spinbutton:first-child:not(.vertical),
  1529. .linked.vertical > entry:first-child,
  1530. .linked.vertical > button:first-child,
  1531. .linked.vertical > combobox:first-child > box > button.combo {
  1532.  
  1533. border-top-left-radius: 0.320375rem;/*4.66px;*/
  1534. border-top-right-radius: 0.320375rem;/*4.66px;*/ }
  1535.  
  1536. .linked.vertical > spinbutton:last-child:not(.vertical),
  1537. .linked.vertical > entry:last-child,
  1538. .linked.vertical > button:last-child,
  1539. .linked.vertical > combobox:last-child > box > button.combo {
  1540.  
  1541. border-bottom-left-radius: 0.320375rem;/*4.66px;*/
  1542. border-bottom-right-radius: 0.320375rem;/*4.66px;*/
  1543. border-style: solid; }
  1544.  
  1545. .linked.vertical > spinbutton:only-child:not(.vertical),
  1546. .linked.vertical > entry:only-child,
  1547. .linked.vertical > button:only-child,
  1548. .linked.vertical > combobox:only-child > box > button.combo {
  1549.  
  1550. border-radius: 0.320375rem;/*4.66px;*/
  1551. border-style: solid; }
  1552.  
  1553. modelbutton.flat, .
  1554. menuitem.button.flat,
  1555. list row button, button:link,
  1556. button:visited,
  1557. button:link:hover,
  1558. button:link:active,
  1559. button:link:checked,
  1560. button:visited:hover,
  1561. button:visited:active,
  1562. button:visited:checked,
  1563. calendar.button,
  1564. .scale-popup button:hover,
  1565. .scale-popup button:backdrop:hover,
  1566. .scale-popup button:backdrop:disabled,
  1567. .scale-popup button:backdrop {
  1568.  
  1569. background-color: transparent;
  1570. background-image: none;
  1571. border-color: transparent;
  1572. box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
  1573. text-shadow: none; -gtk-icon-shadow: none; }
  1574.  
  1575. /*(((((((((( menu buttons ))))))))))*/
  1576.  
  1577. modelbutton.flat,
  1578. .menuitem.button.flat {
  1579.  
  1580. min-height: 1.7875rem;/*26px;*/
  1581. padding-left:0.55rem;/* 8px;*/
  1582. padding-right: 0.55rem;/* 8px;*/
  1583. border-radius: 0.17625rem;/*4.66px;*/
  1584. outline-offset: -2px; }
  1585.  
  1586. modelbutton.flat:hover,
  1587. .menuitem.button.flat:hover {
  1588.  
  1589. color: #202020;
  1590. text-shadow: 0 1px rgba(255,255,255, 0.519216);
  1591. background-image:linear-gradient(to right,rgba(100,103,114,0.1),rgba(100,103,114,0.18),rgba(100,103,114,0.18),rgba(100,103,114,0.1));}
  1592.  
  1593.  
  1594. modelbutton.flat arrow {
  1595.  
  1596. background: none;
  1597. min-width: 1.1rem;
  1598. min-height: 1.1rem; }
  1599.  
  1600. modelbutton.flat arrow:hover {
  1601.  
  1602. background: none; }
  1603.  
  1604. modelbutton.flat arrow.left {
  1605.  
  1606. -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");}
  1607.  
  1608. modelbutton.flat arrow.right {
  1609.  
  1610. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");}
  1611.  
  1612. button.color {
  1613.  
  1614. padding: 0.275rem; /*4px;*/ }
  1615.  
  1616. button.color colorswatch:only-child {
  1617.  
  1618. box-shadow: 0 1px rgba(255, 255, 255, 0.769231); }
  1619.  
  1620. button.color colorswatch:only-child,
  1621. button.color colorswatch:only-child overlay {
  1622.  
  1623. border-radius: 0; }
  1624.  
  1625. .osd button.color colorswatch:only-child {
  1626.  
  1627. box-shadow: none; }
  1628.  
  1629. .osd button.color:disabled colorswatch:only-child,
  1630. .osd button.color:active colorswatch:only-child,
  1631. .osd button.color:checked colorswatch:only-child,
  1632. button.color:disabled colorswatch:only-child,
  1633. button.color:active colorswatch:only-child,
  1634. button.color:checked colorswatch:only-child {
  1635.  
  1636. box-shadow: none; }
  1637.  
  1638. /* ((((((((( list buttons ))))))))) */
  1639.  
  1640. list row button {
  1641.  
  1642. border-radius: 0.320375rem;/*4.66px*/
  1643. background-image: linear-gradient(to bottom, white 30%, #fafafa 95%);
  1644. border-color: #d2d2d2;}
  1645.  
  1646. list row button:active {
  1647.  
  1648. background-image: linear-gradient(to top,#e8e8e8,#e8e8e8);
  1649. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);}
  1650.  
  1651. /*(((((((((( Links ))))))))))*/
  1652.  
  1653. button:link > label,
  1654. button:visited > label,
  1655. *:link, button:link,
  1656. button:visited {
  1657.  
  1658. color: #1b6acb; }
  1659.  
  1660. button:link > label:visited,
  1661. button:visited > label:visited,
  1662. *:link:visited, button:visited {
  1663.  
  1664. color: #15539e; }
  1665.  
  1666. *:selected button:link > label:visited,
  1667. *:selected button:visited > label:visited,
  1668. *:selected *:link:visited,
  1669. *:selected button:visited:link,
  1670. *:selected button:visited {
  1671.  
  1672. color: #aecef4; }
  1673.  
  1674. button:link > label:hover,
  1675. button:visited > label:hover,
  1676. *:link:hover,
  1677. button:hover:link,
  1678. button:hover:visited {
  1679.  
  1680. color: #3584e4; }
  1681.  
  1682. *:selected button:link > label:hover,
  1683. *:selected button:visited > label:hover,
  1684. *:selected *:link:hover,
  1685. *:selected button:hover:link,
  1686. *:selected button:hover:visited {
  1687.  
  1688. color: #ebf3fc; }
  1689.  
  1690. button:link > label:active,
  1691. button:visited > label:active,
  1692. *:link:active,
  1693. button:active:link,
  1694. button:active:visited {
  1695.  
  1696. color: #1b6acb; }
  1697.  
  1698. *:selected button:link > label:active,
  1699. *:selected button:visited > label:active,
  1700. *:selected *:link:active,
  1701. *:selected button:active:link,
  1702. *:selected button:active:visited {
  1703.  
  1704. color: #d7e6fa; }
  1705.  
  1706. infobar.info *:link,
  1707. infobar.info button:link,
  1708. infobar.info button:visited,
  1709. infobar.question *:link,
  1710. infobar.question button:link,
  1711. infobar.question button:visited,
  1712. infobar.warning *:link,
  1713. infobar.warning button:link,
  1714. infobar.warning button:visited,
  1715. infobar.error *:link,
  1716. infobar.error button:link,
  1717. infobar.error button:visited,
  1718. button:link > label:selected,
  1719. button:visited > label:selected,
  1720. *:selected button:link > label,
  1721. *:selected button:visited > label,
  1722. *:link:selected, button:selected:link,
  1723. button:selected:visited,
  1724. .selection-mode .titlebar:not(headerbar) .subtitle:link,
  1725. .selection-mode.titlebar:not(headerbar) .subtitle:link,
  1726. .selection-mode headerbar .subtitle:link,
  1727. headerbar.selection-mode .subtitle:link,
  1728. *:selected *:link,
  1729. *:selected button:link,
  1730. *:selected button:visited {
  1731.  
  1732. color: #d7e6fa; }
  1733.  
  1734. button:link, button:visited {
  1735.  
  1736. text-shadow: none; }
  1737.  
  1738. button:link:hover,
  1739. button:link:active,
  1740. button:link:checked,
  1741. button:visited:hover,
  1742. button:visited:active,
  1743. button:visited:checked {
  1744.  
  1745. text-shadow: none; }
  1746.  
  1747. button:link > label,
  1748. button:visited > label {
  1749.  
  1750. text-decoration-line: underline; }
  1751.  
  1752. /*(((((((((( GtkSpinButton )))))))))) */
  1753.  
  1754. spinbutton:not(.vertical) {
  1755.  
  1756. padding: 0; }
  1757.  
  1758. spinbutton:not(.vertical) entry {
  1759.  
  1760. min-width: 1.925rem;/* 28px; */
  1761. margin: 0; background: none;
  1762. background-color: transparent;
  1763. border: none;
  1764. border-radius: 0;
  1765. box-shadow: none; }
  1766.  
  1767. spinbutton:not(.vertical) button {
  1768.  
  1769. min-height: 1.1rem;/*16px;*/
  1770. margin: 0;
  1771. padding-bottom: 0;
  1772. padding-top: 0;
  1773. color: #43484a;
  1774. background-image: none;
  1775. border-style: none none none solid;
  1776. border-color: rgba(205, 199, 194, 0.3);
  1777. border-radius: 0; box-shadow: none; }
  1778.  
  1779. spinbutton:not(.vertical) button:dir(rtl) {
  1780.  
  1781. border-style: none solid none none; }
  1782.  
  1783. spinbutton:not(.vertical) button:hover {
  1784.  
  1785. color: #363636;
  1786. background-color: rgba(46, 52, 54, 0.05); }
  1787.  
  1788. spinbutton:not(.vertical) button:disabled {
  1789.  
  1790. color: rgba(146, 149, 149, 0.3);
  1791. background-color: transparent; }
  1792.  
  1793. spinbutton:not(.vertical) button:active {
  1794.  
  1795. background-color: rgba(0, 0, 0, 0.1);
  1796. box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }
  1797.  
  1798. spinbutton:not(.vertical) button:dir(ltr):last-child {
  1799.  
  1800. border-radius: 0 0.20625rem 0.20625rem 0; }/*0 3 3 0*/
  1801.  
  1802. spinbutton:not(.vertical) button:dir(rtl):first-child {
  1803.  
  1804. border-radius: 0.20625rem 0 0 0.20625rem; }/*3 0 0 3*/
  1805.  
  1806. .osd spinbutton:not(.vertical) button {
  1807.  
  1808. border-color: transparent;
  1809. background-color: transparent;
  1810. background-image: none;
  1811. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1812. text-shadow: none;
  1813. -gtk-icon-shadow: none;
  1814. color: #eeeeec;
  1815. border-style: none none none solid;
  1816. border-color: rgba(0, 0, 0, 0.4);
  1817. border-radius: 0;
  1818. box-shadow: none; -gtk-icon-shadow: 0 1px black; }
  1819.  
  1820. .osd spinbutton:not(.vertical) button:dir(rtl) {
  1821.  
  1822. border-style: none solid none none; }
  1823.  
  1824. .osd spinbutton:not(.vertical) button:hover {
  1825.  
  1826. border-color: transparent;
  1827. background-color: transparent;
  1828. background-image: none;
  1829. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1830. text-shadow: none;
  1831. -gtk-icon-shadow: none;
  1832. color: #eeeeec;
  1833. border-color: rgba(0, 0, 0, 0.5);
  1834. background-color: rgba(238, 238, 236, 0.1);
  1835. -gtk-icon-shadow: 0 1px black;
  1836. box-shadow: none; }
  1837.  
  1838. .osd spinbutton:not(.vertical) button:disabled {
  1839.  
  1840. border-color: transparent;
  1841. background-color: transparent;
  1842. background-image: none;
  1843. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  1844. text-shadow: none;
  1845. -gtk-icon-shadow: none;
  1846. color: #89888b;
  1847. border-color: rgba(0, 0, 0, 0.5);
  1848. -gtk-icon-shadow: none; box-shadow: none; }
  1849.  
  1850. .osd spinbutton:not(.vertical) button:dir(ltr):last-child {
  1851.  
  1852. border-radius: 0 0.20625rem 0.20625rem 0; }/*0 3 3 0*/
  1853.  
  1854. .osd spinbutton:not(.vertical) button:dir(rtl):first-child {
  1855.  
  1856. border-radius: 0.20625rem 0 0 0.20625rem; }/*3 0 0 3*/
  1857.  
  1858. spinbutton.vertical:disabled {
  1859.  
  1860. color: #929595; }
  1861.  
  1862. spinbutton.vertical:drop(active) {
  1863.  
  1864. border-color: transparent; box-shadow: none; }
  1865.  
  1866. spinbutton.vertical entry {
  1867.  
  1868. min-height: 2.2rem; /*32px;*/
  1869. min-width: 2.2rem; /*32px;*/
  1870. padding: 0;
  1871. border-radius: 0; }
  1872.  
  1873. spinbutton.vertical button {
  1874.  
  1875. min-height:2.2rem; /*32px;*/
  1876. min-width: 2.2rem; /*32px;*/ padding: 0; }
  1877.  
  1878. spinbutton.vertical button.up {
  1879.  
  1880. border-radius: 0.20625rem 0.20625rem 0 0;
  1881. border-style: solid solid none solid; }/*3 3 0 0*/
  1882.  
  1883. spinbutton.vertical button.down {
  1884.  
  1885. border-radius: 0 0 0.20625rem 0.20625rem;
  1886. border-style: none solid solid solid; }/*0 0 3 3*/
  1887.  
  1888. .osd spinbutton.vertical button:first-child {
  1889.  
  1890. color: #eeeeec;
  1891. border-color: rgba(0, 0, 0, 0.7);
  1892. background-color: transparent;
  1893. background-image: image(rgba(36, 33, 42, 0.7));
  1894. background-clip: padding-box;
  1895. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  1896. text-shadow: 0 1px black;
  1897. -gtk-icon-shadow: 0 1px black;
  1898. outline-color: rgba(238, 238, 236, 0.3); }
  1899.  
  1900. .osd spinbutton.vertical button:first-child:hover {
  1901.  
  1902. color: white;
  1903. border-color: rgba(0, 0, 0, 0.7);
  1904. background-color: transparent;
  1905. background-image: image(rgba(66, 61, 76, 0.7));
  1906. background-clip: padding-box;
  1907. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  1908. text-shadow: 0 1px black;
  1909. -gtk-icon-shadow: 0 1px black;
  1910. outline-color: rgba(238, 238, 236, 0.3); }
  1911.  
  1912. .osd spinbutton.vertical button:first-child:active {
  1913.  
  1914. color: white;
  1915. border-color: rgba(0, 0, 0, 0.7);
  1916. background-color: transparent;
  1917. background-image: image(rgba(0, 0, 0, 0.7));
  1918. background-clip: padding-box;
  1919. box-shadow: none;
  1920. text-shadow: none;
  1921. -gtk-icon-shadow: none;
  1922. outline-color: rgba(238, 238, 236, 0.3); }
  1923.  
  1924. .osd spinbutton.vertical button:first-child:disabled {
  1925.  
  1926. color: #89888b;
  1927. border-color: rgba(0, 0, 0, 0.7);
  1928. background-color: transparent;
  1929. background-image: image(rgba(56, 54, 61, 0.5));
  1930. background-clip: padding-box;
  1931. box-shadow: none;
  1932. text-shadow: none; -gtk-icon-shadow: none; }
  1933.  
  1934. treeview spinbutton:not(.vertical) {
  1935.  
  1936. min-height: 0;
  1937. border-style: none;
  1938. border-radius: 0; }
  1939.  
  1940. treeview spinbutton:not(.vertical) entry {
  1941.  
  1942. min-height: 0;
  1943. padding: 1px 0.1375rem; }/*1px 2px*/
  1944.  
  1945. /*(((((((((( ComboBoxes )))))))))) */
  1946.  
  1947. combobox arrow {
  1948.  
  1949. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
  1950. min-height: 1.1rem;/*16px;*/
  1951. min-width: 1.1rem;/*16px;*/ }
  1952.  
  1953. combobox:drop(active) {
  1954.  
  1955. box-shadow: none; }
  1956.  
  1957. /*(((((((((( Toolbars )))))))))) */
  1958.  
  1959.  
  1960. toolbar, .inline-toolbar,
  1961. searchbar > revealer > box,
  1962. .location-bar {
  1963.  
  1964. -GtkWidget-window-dragging: true;
  1965. padding: 0.20625rem;/*3px;*/
  1966. background-color: #f2f2f2;}
  1967.  
  1968. .osd toolbar {
  1969.  
  1970. background-color: transparent; }
  1971.  
  1972. toolbar.osd {
  1973.  
  1974. padding: 0.89375rem;/*13px;*/
  1975. border: none;
  1976. border-radius: 0.34375rem;/*5px;*/
  1977. background-color: rgba(36, 33, 42, 0.7); }
  1978.  
  1979. toolbar.osd.left,
  1980. toolbar.osd.right,
  1981. toolbar.osd.top,
  1982. toolbar.osd.bottom {
  1983.  
  1984. border-radius: 0; }
  1985.  
  1986. toolbar.horizontal separator {
  1987.  
  1988. margin: 0 0.48125rem 1px 0.4125rem; }/*0 7 1 6*/
  1989.  
  1990. toolbar.vertical separator {
  1991.  
  1992. margin: 0.4125rem 1px 0.48125rem 0; }
  1993.  
  1994. toolbar:not(.inline-toolbar):not(.osd) > *:not(.toggle):not(.popup) > * {
  1995.  
  1996. margin-right: 1px;
  1997. margin-bottom: 1px; }
  1998.  
  1999. .inline-toolbar {
  2000.  
  2001. padding: 0.20625rem;/*3px;*/
  2002. border-width: 0 1px 1px;
  2003. border-radius: 0 0 0.34375rem 0.34375rem; }/*0 0 5 5*/
  2004.  
  2005. searchbar > revealer > box,
  2006. .location-bar {
  2007.  
  2008. border-width: 0 0 1px;
  2009. padding: 0.20625rem;/*3px;*/ }
  2010.  
  2011. searchbar > revealer > box {
  2012.  
  2013. margin: -0.4125rem;
  2014. padding: 0.4125rem; }/*-6 6*/
  2015.  
  2016. .inline-toolbar,
  2017. searchbar > revealer > box,
  2018. .location-bar {
  2019.  
  2020. border-style: solid;
  2021. border-color: #cdcdcd;}
  2022.  
  2023.  
  2024. /*(((((((((( Header bars )))))))))) */
  2025.  
  2026. headerbar {
  2027.  
  2028. padding: 0 0.4125rem;/*6*/
  2029. min-height:2.0625rem;
  2030. border-width: 0 0 1px;
  2031. border-style: solid;
  2032. border-color: #ababab;
  2033. border-radius: 0;
  2034. background:linear-gradient(to top, rgba(195,195,195,0.98), rgba(220,220,220,0.98));
  2035. box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);}
  2036.  
  2037. .titlebar.default-decoration{
  2038.  
  2039. padding: 0 0.4125rem;/*6*/
  2040. min-height: 2.0625rem; /*30px*/
  2041. border-width: 0 0 1px;
  2042. border-style: solid;
  2043. border-color: #ababab;
  2044. border-radius: 0;
  2045. background: linear-gradient(to top, rgba(195,195,195,0.98), rgba(220,220,220,0.98));
  2046. box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);}
  2047.  
  2048. .titlebar:not(headerbar) .title,
  2049. headerbar .title {
  2050.  
  2051. padding-left: 0.825rem;/*12px;*/
  2052. padding-right: 0.825rem;/*12px;*/
  2053. font-weight: normal; }
  2054.  
  2055. .titlebar:not(headerbar) .subtitle,
  2056. headerbar .subtitle {
  2057.  
  2058. font-size: smaller;
  2059. padding-left: 0.825rem;/*12px;*/
  2060. padding-right: 0.825rem;/*12px;*/}
  2061.  
  2062. .titlebar:not(headerbar) .title:backdrop,
  2063. headerbar .title:backdrop {
  2064.  
  2065. text-shadow: none;
  2066. opacity:0.5; }
  2067.  
  2068. .titlebar:not(headerbar) .subtitle:backdrop,
  2069. headerbar .subtitle:backdrop {
  2070.  
  2071. text-shadow: none;
  2072. opacity:0.5; }
  2073.  
  2074. .selection-mode .titlebar:not(headerbar),
  2075. .selection-mode.titlebar:not(headerbar),
  2076. .selection-mode headerbar,
  2077. headerbar.selection-mode {
  2078.  
  2079. color: #363636;
  2080. border-color: #ababab;
  2081. text-shadow: 0 1px rgba(255,255,255, 0.3);
  2082. background:linear-gradient(to top, rgba(195,195,195,0.98), rgba(220,220,220,0.98));
  2083. box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);}
  2084.  
  2085. .selection-mode .titlebar:not(headerbar) button,
  2086. .selection-mode.titlebar:not(headerbar) button,
  2087. .selection-mode headerbar button,
  2088. headerbar.selection-mode button {
  2089.  
  2090. color: #ffffff;
  2091. outline-color: rgba(255, 255, 255, 0.3);
  2092. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  2093. border-color: #b3b3b3;
  2094. border-bottom-color: #b3b3b3;
  2095. background-image: linear-gradient(to top, #2379e2 2px, #3584e4);
  2096. text-shadow: 0 1px rgba(0, 0, 0, 0.519216);
  2097. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.559216);}
  2098.  
  2099. .selection-mode .titlebar:not(headerbar) button.flat,
  2100. .selection-mode.titlebar:not(headerbar) button.flat,
  2101. .selection-mode headerbar button.flat,
  2102. headerbar.selection-mode button.flat {
  2103.  
  2104. border-color: transparent;
  2105. background-color: transparent;
  2106. background-image: none;
  2107. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  2108. text-shadow: none; -gtk-icon-shadow: none; }
  2109.  
  2110. .selection-mode .titlebar:not(headerbar) button:hover,
  2111. .selection-mode.titlebar:not(headerbar) button:hover,
  2112. .selection-mode headerbar button:hover,
  2113. headerbar.selection-mode button:hover {
  2114.  
  2115. background-image: linear-gradient(to top, #3584e4, #3987e5 1px); }
  2116.  
  2117. .selection-mode .titlebar:not(headerbar) button:active,
  2118. .selection-mode .titlebar:not(headerbar) button:checked,
  2119. .selection-mode.titlebar:not(headerbar) button:active,
  2120. .selection-mode.titlebar:not(headerbar) button:checked,
  2121. .selection-mode headerbar button:active,
  2122. .selection-mode headerbar button:checked,
  2123. headerbar.selection-mode button:active,
  2124. headerbar.selection-mode button:checked {
  2125.  
  2126. color: #ffffff;
  2127. outline-color: rgba(255, 255, 255, 0.3);
  2128. border-color: #1b6acb;
  2129. background-image: image(#1961b9);
  2130. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  2131. text-shadow: none; -gtk-icon-shadow: none; }
  2132.  
  2133. .selection-mode .titlebar:not(headerbar) button:disabled,
  2134. .selection-mode.titlebar:not(headerbar) button:disabled,
  2135. .selection-mode headerbar button:disabled,
  2136. headerbar.selection-mode button:disabled {
  2137.  
  2138.  
  2139. background-image: image(#5396e8);
  2140. text-shadow: none; -gtk-icon-shadow: none;
  2141. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
  2142.  
  2143. .selection-mode .titlebar:not(headerbar) button:disabled label,
  2144. .selection-mode .titlebar:not(headerbar) button:disabled,
  2145. .selection-mode.titlebar:not(headerbar) button:disabled label,
  2146. .selection-mode.titlebar:not(headerbar) button:disabled,
  2147. .selection-mode headerbar button:disabled label,
  2148. .selection-mode headerbar button:disabled,
  2149. headerbar.selection-mode button:disabled label,
  2150. headerbar.selection-mode button:disabled {
  2151.  
  2152. color: #a9cbf4; }
  2153.  
  2154. .selection-mode .titlebar:not(headerbar) button:disabled:active,
  2155. .selection-mode .titlebar:not(headerbar) button:disabled:checked,
  2156. .selection-mode.titlebar:not(headerbar) button:disabled:active,
  2157. .selection-mode.titlebar:not(headerbar) button:disabled:checked,
  2158. .selection-mode headerbar button:disabled:active,
  2159. .selection-mode headerbar button:disabled:checked,
  2160. headerbar.selection-mode button:disabled:active,
  2161. headerbar.selection-mode button:disabled:checked {
  2162.  
  2163.  
  2164. background-image: image(#2f80e3);
  2165. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
  2166.  
  2167. .selection-mode .titlebar:not(headerbar) button:disabled:active label,
  2168. .selection-mode .titlebar:not(headerbar) button:disabled:active,
  2169. .selection-mode .titlebar:not(headerbar) button:disabled:checked label,
  2170. .selection-mode .titlebar:not(headerbar) button:disabled:checked,
  2171. .selection-mode.titlebar:not(headerbar) button:disabled:active label,
  2172. .selection-mode.titlebar:not(headerbar) button:disabled:active,
  2173. .selection-mode.titlebar:not(headerbar) button:disabled:checked label,
  2174. .selection-mode.titlebar:not(headerbar) button:disabled:checked,
  2175. .selection-mode headerbar button:disabled:active label,
  2176. .selection-mode headerbar button:disabled:active,
  2177. .selection-mode headerbar button:disabled:checked label,
  2178. .selection-mode headerbar button:disabled:checked,
  2179. headerbar.selection-mode button:disabled:active label,
  2180. headerbar.selection-mode button:disabled:active,
  2181. headerbar.selection-mode button:disabled:checked label,
  2182. headerbar.selection-mode button:disabled:checked {
  2183.  
  2184. color: #acccf4; }
  2185.  
  2186. .selection-mode .titlebar:not(headerbar) button.suggested-action,
  2187. .selection-mode.titlebar:not(headerbar) button.suggested-action,
  2188. .selection-mode headerbar button.suggested-action,
  2189. headerbar.selection-mode button.suggested-action {
  2190.  
  2191. color: #363636;
  2192. outline-color: rgba(46, 52, 54, 0.3);
  2193. border-color: #cdcdcd;
  2194. border-bottom-color: #bfbfbf;
  2195. background-image: linear-gradient(to top, #edebe9 2px, #f6f6f6);
  2196. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  2197. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  2198. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  2199. border-color: #185fb4; }
  2200.  
  2201. .selection-mode .titlebar:not(headerbar) button.suggested-action:hover,
  2202. .selection-mode.titlebar:not(headerbar) button.suggested-action:hover,
  2203. .selection-mode headerbar button.suggested-action:hover,
  2204. headerbar.selection-mode button.suggested-action:hover {
  2205.  
  2206. color: #363636;
  2207. outline-color: rgba(46, 52, 54, 0.3);
  2208. border-color: #cdcdcd;
  2209. border-bottom-color: #bfbfbf;
  2210. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  2211. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  2212. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07);
  2213. background-image: linear-gradient(to top, #f6f6f6, #f8f8f7 1px);
  2214. border-color: #185fb4; }
  2215.  
  2216. .selection-mode .titlebar:not(headerbar) button.suggested-action:active,
  2217. .selection-mode.titlebar:not(headerbar) button.suggested-action:active,
  2218. .selection-mode headerbar button.suggested-action:active,
  2219. headerbar.selection-mode button.suggested-action:active {
  2220.  
  2221. color: #363636;
  2222. outline-color: rgba(46, 52, 54, 0.3);
  2223. border-color: #cdcdcd;
  2224. background-image: image(#d6d1cd);
  2225. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  2226. text-shadow: none;
  2227. -gtk-icon-shadow: none;
  2228. border-color: #185fb4; }
  2229.  
  2230. .selection-mode .titlebar:not(headerbar) button.suggested-action:disabled,
  2231. .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled,
  2232. .selection-mode headerbar button.suggested-action:disabled,
  2233. headerbar.selection-mode button.suggested-action:disabled {
  2234.  
  2235. border-color: #cdcdcd;
  2236. background-image: image(#faf9f8);
  2237. text-shadow: none;
  2238. -gtk-icon-shadow: none;
  2239. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  2240. border-color: #185fb4; }
  2241.  
  2242. .selection-mode .titlebar:not(headerbar) button.suggested-action:disabled label,
  2243. .selection-mode .titlebar:not(headerbar) button.suggested-action:disabled,
  2244. .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled label,
  2245. .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled,
  2246. .selection-mode headerbar button.suggested-action:disabled label,
  2247. .selection-mode headerbar button.suggested-action:disabled,
  2248. headerbar.selection-mode button.suggested-action:disabled label,
  2249. headerbar.selection-mode button.suggested-action:disabled {
  2250.  
  2251. color: #929595; }
  2252.  
  2253. .selection-mode .titlebar:not(headerbar) .selection-menu,
  2254. .selection-mode.titlebar:not(headerbar) .selection-menu,
  2255. .selection-mode headerbar .selection-menu,
  2256. headerbar.selection-mode .selection-menu {
  2257.  
  2258. border-color: rgba(53, 132, 228, 0);
  2259. background-color: rgba(53, 132, 228, 0);
  2260. background-image: none;
  2261. box-shadow: none;
  2262. min-height: 1.375rem;/*20px;*/
  2263. padding: 0.4125rem 0.6875rem; }/*6 10*/
  2264.  
  2265. .selection-mode .titlebar:not(headerbar) .selection-menu arrow,
  2266. .selection-mode.titlebar:not(headerbar) .selection-menu arrow,
  2267. .selection-mode headerbar .selection-menu arrow,
  2268. headerbar.selection-mode .selection-menu arrow {
  2269.  
  2270. -GtkArrow-arrow-scaling: 1; }
  2271.  
  2272.  
  2273. .selection-mode .titlebar:not(headerbar) .selection-menu .arrow,
  2274. .selection-mode.titlebar:not(headerbar) .selection-menu .arrow,
  2275. .selection-mode headerbar .selection-menu .arrow,
  2276. headerbar.selection-mode .selection-menu .arrow {
  2277.  
  2278. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
  2279. color: rgba(255, 255, 255, 0.5); -gtk-icon-shadow: none; }
  2280.  
  2281. .tiled .titlebar:not(headerbar),
  2282. .tiled-top .titlebar:not(headerbar),
  2283. .tiled-right .titlebar:not(headerbar),
  2284. .tiled-bottom .titlebar:not(headerbar),
  2285. .tiled-left .titlebar:not(headerbar),
  2286. .maximized .titlebar:not(headerbar),
  2287. .fullscreen .titlebar:not(headerbar),
  2288. .tiled headerbar,
  2289. .tiled-top headerbar,
  2290. .tiled-right headerbar,
  2291. .tiled-bottom headerbar,
  2292. .tiled-left headerbar,
  2293. .fullscreen headerbar {
  2294.  
  2295. border-radius: 0; }
  2296.  
  2297. headerbar button:checked,
  2298. .titlebar:not(headerbar) stackswitcher button:checked,
  2299. .titlebar:not(headerbar) button.toggle:checked,
  2300. headerbar .stack-switcher > button:checked,
  2301. headerbar button.toggle:checked {
  2302.  
  2303. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  2304. border-color: #bfbfbf;
  2305. border-bottom-color: #b3b3b3;
  2306. background-color: transparent;
  2307. background-image: linear-gradient(to bottom,#858585,#727272);
  2308. text-shadow: 0 1px rgba(0, 0, 0, 0.769231);
  2309. -gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.769231);
  2310. color: #ffffff;}
  2311.  
  2312. headerbar button.toggle:checked:hover{
  2313.  
  2314. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  2315. background-color: transparent;
  2316. border-color: #bfbfbf;
  2317. border-bottom-color: #b3b3b3;
  2318. background-image: linear-gradient(to bottom,#858585,#727272);
  2319. text-shadow: 0 1px rgba(0, 0, 0, 0.769231);
  2320. -gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.769231);
  2321. color: #ffffff; }
  2322.  
  2323. headerbar button:active{
  2324.  
  2325. border-color: #bfbfbf;
  2326. border-bottom-color: #b3b3b3;
  2327. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  2328. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  2329. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  2330. background-image: linear-gradient(to top,#e3e3e3,#dfdfdf);}
  2331.  
  2332. .titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton {
  2333.  
  2334. opacity: 0; }
  2335.  
  2336. .solid-csd .titlebar:dir(rtl):not(headerbar),
  2337. .solid-csd .titlebar:dir(ltr):not(headerbar),
  2338. .solid-csd headerbar:dir(rtl),
  2339. .solid-csd headerbar:dir(ltr) {
  2340.  
  2341. margin-left: -1px;
  2342. margin-right: -1px;
  2343. margin-top: -1px;
  2344. border-radius: 0;
  2345. box-shadow: none; }
  2346.  
  2347. headerbar entry,
  2348. headerbar spinbutton,
  2349. headerbar separator:not(.sidebar),
  2350. headerbar button {
  2351.  
  2352. margin-top: 0.34375rem;/*6px*/
  2353. /*margin-top:0.48125rem;*//* 7px; */
  2354. margin-bottom: 0.275rem;/*4px*/ }
  2355.  
  2356. headerbar entry{
  2357.  
  2358. border-radius: 0.320375rem;/*4.66px*/}
  2359.  
  2360. headerbar .linked:not(.vertical):not(.path-bar) > button{
  2361.  
  2362. margin-top:0.34375rem;/* 7px; */
  2363. margin-bottom: 0.275rem;/*4px*/}
  2364.  
  2365.  
  2366. headerbar.titlebar headerbar:not(.titlebar) {
  2367.  
  2368. background: none; box-shadow: none; }
  2369.  
  2370. .background .titlebar {
  2371.  
  2372. border-top-left-radius: 0.55rem;/*8px;*/
  2373. border-top-right-radius: 0.55rem;/*8px;*/ }
  2374.  
  2375. .background.tiled .titlebar,
  2376. .background.tiled-top .titlebar,
  2377. .background.tiled-right .titlebar,
  2378. .background.tiled-bottom .titlebar,
  2379. .background.tiled-left .titlebar,
  2380. .background.maximized .titlebar,
  2381. .background.solid-csd .titlebar {
  2382.  
  2383. border-top-left-radius: 0;
  2384. border-top-right-radius: 0; }
  2385.  
  2386. window separator:first-child + headerbar,
  2387. window headerbar:first-child {
  2388.  
  2389. border-top-left-radius: 0.48125rem;/*7px;*/ }
  2390.  
  2391. window headerbar:last-child {
  2392.  
  2393. border-top-right-radius: 0.48125rem;/*7px;*/ }
  2394.  
  2395. window stack headerbar:first-child,
  2396. window stack headerbar:last-child {
  2397.  
  2398. border-top-left-radius: 0.48125rem;/*7px;*/
  2399. border-top-right-radius: 0.48125rem;/*7px;*/ }
  2400.  
  2401. window.tiled headerbar,
  2402. window.tiled headerbar:first-child,
  2403. window.tiled headerbar:last-child,
  2404. window.tiled headerbar:only-child,
  2405. window.tiled-top headerbar,
  2406. window.tiled-top headerbar:first-child,
  2407. window.tiled-top headerbar:last-child,
  2408. window.tiled-top headerbar:only-child,
  2409. window.tiled-right headerbar,
  2410. window.tiled-right headerbar:first-child,
  2411. window.tiled-right headerbar:last-child,
  2412. window.tiled-right headerbar:only-child,
  2413. window.tiled-bottom headerbar,
  2414. window.tiled-bottom headerbar:first-child,
  2415. window.tiled-bottom headerbar:last-child,
  2416. window.tiled-bottom headerbar:only-child,
  2417. window.tiled-left headerbar,
  2418. window.tiled-left headerbar:first-child,
  2419. window.tiled-left headerbar:last-child,
  2420. window.tiled-left headerbar:only-child,
  2421. window.maximized headerbar,
  2422. window.fullscreen headerbar,
  2423. window.fullscreen headerbar:first-child,
  2424. .fullscreen headerbar:last-child,
  2425. window.fullscreen headerbar:only-child,
  2426. window.solid-csd headerbar,
  2427. window.solid-csd headerbar:first-child,
  2428. window.solid-csd headerbar:last-child,
  2429. window.solid-csd headerbar:only-child{
  2430.  
  2431. border-top-left-radius: 0;
  2432. border-top-right-radius: 0; }
  2433.  
  2434. window.csd > .titlebar:not(headerbar) {
  2435.  
  2436. padding: 0;
  2437. background-color: transparent;
  2438. background-image: none;
  2439. border-style: none;
  2440. border-color: transparent;
  2441. box-shadow: none; }
  2442.  
  2443.  
  2444.  
  2445. .titlebar:not(headerbar) separator {
  2446.  
  2447. /*#cdcdcd; separator in headerbar tss links en rechts*/
  2448. background:linear-gradient(to top, rgba(195,195,195,0.98), rgba(220,220,220,0.98));
  2449. box-shadow: inset 0 1px rgba(255, 255, 255, 0.7); }
  2450.  
  2451. window.devel headerbar.titlebar:not(.selection-mode) {
  2452.  
  2453. background: #f6f6f6 -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(53, 132, 228, 0.2)), linear-gradient(to top, #d8d4d0, #dfdcd8 3px, #edebe9); color: rgba(46, 52, 54, 0.1); }
  2454.  
  2455. window.devel headerbar.titlebar:not(.selection-mode) label {
  2456.  
  2457. color: #363636; }
  2458.  
  2459. /************ Pathbars * */
  2460. .path-bar button.text-button,
  2461. .path-bar button.image-button,
  2462. .path-bar button {
  2463.  
  2464. padding-left: 0.275rem;/*4px;*/
  2465. padding-right: 0.275rem;/*4px;*/}
  2466.  
  2467. .path-bar button.text-button.image-button label {
  2468.  
  2469. padding-left: 0;
  2470. padding-right: 0; }
  2471.  
  2472. .path-bar button.text-button.image-button label:last-child,
  2473. .path-bar button label:last-child {
  2474.  
  2475. padding-right: 0.55rem;/*8px*/; }
  2476.  
  2477. .path-bar button.text-button.image-button label:first-child,
  2478. .path-bar button label:first-child {
  2479.  
  2480. padding-left:0.55rem;/*8px*/; }
  2481.  
  2482. .path-bar button image {
  2483.  
  2484. padding-left: 0.275rem;/*4px;*/
  2485. padding-right: 0.275rem;/*4px;*/ }
  2486.  
  2487. .path-bar button.slider-button {
  2488.  
  2489. padding-left: 0; padding-right: 0; }
  2490.  
  2491. /*(((((((((( Tree Views )))))))))) */
  2492.  
  2493. treeview.view {
  2494.  
  2495. border-left-color: #979a9b;
  2496. border-top-color: #f6f6f6; }
  2497.  
  2498. * { -GtkTreeView-horizontal-separator: 4;
  2499. -GtkTreeView-grid-line-width: 1;
  2500. -GtkTreeView-grid-line-pattern: '';
  2501. -GtkTreeView-tree-line-width: 1;
  2502. -GtkTreeView-tree-line-pattern: '';
  2503. -GtkTreeView-expander-size: 16; }
  2504.  
  2505. treeview.view:selected:focus,
  2506. treeview.view:selected {
  2507.  
  2508. border-radius: 0; }
  2509.  
  2510. treeview.view:selected {
  2511.  
  2512. border-left-color: #9ac2f2;
  2513. border-top-color: rgba(46, 52, 54, 0.1); }
  2514.  
  2515. treeview.view:disabled {
  2516.  
  2517. color: #929595; }
  2518.  
  2519. treeview.view:disabled:selected {
  2520.  
  2521. color: #86b5ef; }
  2522.  
  2523. treeview.view.separator {
  2524.  
  2525. min-height: 2px;
  2526. color: #f6f6f6; }
  2527.  
  2528. treeview.view:drop(active) {
  2529.  
  2530. border-style: solid none;
  2531. border-width: 1px;
  2532. border-color: #185fb4; }
  2533.  
  2534. treeview.view:drop(active).after {
  2535.  
  2536. border-top-style: none; }
  2537.  
  2538. treeview.view:drop(active).before {
  2539.  
  2540. border-bottom-style: none; }
  2541.  
  2542. treeview.view.expander {
  2543.  
  2544. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
  2545. color: #4d4d4d; }
  2546.  
  2547. treeview.view.expander:dir(rtl) {
  2548.  
  2549. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  2550.  
  2551. treeview.view.expander:hover {
  2552.  
  2553. color: black; }
  2554.  
  2555. treeview.view.expander:selected {
  2556.  
  2557. color: #c2daf7; }
  2558.  
  2559. treeview.view.expander:selected:hover {
  2560.  
  2561. color: #ffffff; }
  2562.  
  2563. treeview.view.expander:checked {
  2564.  
  2565. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  2566.  
  2567. treeview.view.progressbar {
  2568.  
  2569. color: #ffffff;
  2570. border: 1px solid #185fb4;
  2571. border-radius:0.275rem;/* 4px;*/
  2572. background-color: #3584e4;
  2573. background-image: linear-gradient(to bottom, #3584e4, #1b6acb);
  2574. box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); }
  2575.  
  2576. treeview.view.progressbar:selected:focus,
  2577. treeview.view.progressbar:selected {
  2578.  
  2579. border-radius: 0.275rem;/* 4px;*/
  2580. color: #3584e4;
  2581. box-shadow: none;
  2582. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); }
  2583.  
  2584. treeview.view.trough {
  2585.  
  2586. background-color: rgba(46, 52, 54, 0.1);
  2587. border-radius: 0.275rem;/* 4px;*/ }
  2588.  
  2589. treeview.view.trough:selected:focus,
  2590. treeview.view.trough:selected {
  2591.  
  2592. background-color: rgba(255, 255, 255, 0.3);
  2593. border-radius: 0.275rem;/* 4px;*/
  2594. border-width: 1px 0;
  2595. border-style: solid;
  2596. border-color: #3584e4; }
  2597.  
  2598. treeview.view header button {
  2599.  
  2600. color: #979a9b;
  2601. background-color: #ffffff;
  2602. font-weight: bold;
  2603. text-shadow: none;
  2604. box-shadow: none; }
  2605.  
  2606. treeview.view header button:hover {
  2607.  
  2608. color: #636769;
  2609. box-shadow: none;
  2610. transition: none; }
  2611.  
  2612. treeview.view header button:active {
  2613.  
  2614. color: #363636;
  2615. transition: none; }
  2616.  
  2617. treeview.view button.dnd:active,
  2618. treeview.view button.dnd:selected,
  2619. treeview.view button.dnd:hover,
  2620. treeview.view button.dnd,
  2621. treeview.view header.button.dnd:active,
  2622. treeview.view header.button.dnd:selected,
  2623. treeview.view header.button.dnd:hover,
  2624. treeview.view header.button.dnd {
  2625.  
  2626. padding: 0 0.4125rem;/*6px;*/
  2627. color: #ffffff;
  2628. background-image: none;
  2629. background-color: #3584e4;
  2630. border-style: none;
  2631. border-radius: 0;
  2632. box-shadow: inset 0 0 0 1px #ffffff;
  2633. text-shadow: none; transition: none; }
  2634.  
  2635. treeview.view acceleditor > label {
  2636.  
  2637. background-color: #3584e4; }
  2638.  
  2639. treeview.view header button,
  2640. treeview.view header button:hover,
  2641. treeview.view header button:active {
  2642.  
  2643. padding: 0 0.4125rem;/*6px;*/
  2644. background-image: none;
  2645. border-style: none solid solid none;
  2646. border-color: #f6f6f6;
  2647. border-radius: 0;
  2648. text-shadow: none; }
  2649.  
  2650. treeview.view header button:disabled {
  2651.  
  2652. border-color: #f6f6f6;
  2653. background-image: none; }
  2654.  
  2655. treeview.view header button:last-child {
  2656.  
  2657. border-right-style: none; }
  2658.  
  2659. /*(((((((((( Menus )))))))))) */
  2660.  
  2661. menubar, .menubar {
  2662.  
  2663.  
  2664. -GtkWidget-window-dragging: true;
  2665. padding: 0px;
  2666. background-image: image(#e6e6e6);
  2667. box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
  2668.  
  2669. menubar > menuitem,
  2670. .menubar > menuitem {
  2671.  
  2672. min-height: 1.1rem; /*16px;*/
  2673. padding: 0.275rem 0.55rem; }/*4 8*/
  2674.  
  2675. /*menubar > menuitem menu, .menubar > menuitem menu { border-radius: 0; padding: 0; }
  2676.  
  2677. menubar > menuitem menu menu, .menubar > menuitem menu menu { border-radius: 0; padding: 0; }*/
  2678.  
  2679. menubar > menuitem:hover,
  2680. .menubar > menuitem:hover {
  2681.  
  2682. box-shadow: inset 0 -3px #3584e4;
  2683. color: #363636; }
  2684.  
  2685. menubar > menuitem:disabled,
  2686. .menubar > menuitem:disabled {
  2687.  
  2688. color: #929595;
  2689. box-shadow: none; }
  2690.  
  2691. menubar .csd.popup decoration,
  2692. .menubar .csd.popup decoration {
  2693.  
  2694. border-radius: 0.4125rem; }
  2695.  
  2696. .background.popup {
  2697.  
  2698. background-color: transparent; }
  2699.  
  2700. menu,
  2701. .menu,
  2702. .context-menu {
  2703. border-radius:0.4125rem ;
  2704. margin: 0.275rem;/*4px;*/
  2705. padding: 0.275rem 0;
  2706. background-color: transparent;
  2707. background-image:linear-gradient(to bottom left,rgba(252,252,252,1),rgba(248,248,248,1),rgba(250,250,250,1));
  2708. border: none;}
  2709.  
  2710. /*((((((((((*added ))))))))))*/
  2711.  
  2712. menubar > menuitem menu,
  2713. .menubar > menuitem menu {
  2714.  
  2715. border-radius: 0 0 0.4125rem 0.4125rem;}
  2716.  
  2717. menubar > menuitem menu menu,
  2718. .menubar > menuitem menu menu {
  2719.  
  2720. border-radius: 0.4125rem;}
  2721.  
  2722. .csd menu,
  2723. .csd .menu,
  2724. .csd .context-menu {
  2725.  
  2726. border: none; }
  2727.  
  2728. menu menuitem,
  2729. .menu menuitem,
  2730. .context-menu menuitem {
  2731.  
  2732. min-height: 1.1rem;/*16px;*/
  2733. min-width: 2.75rem;/*40px;*/
  2734. padding: 0.275rem 0.4125rem;/*4 6 */
  2735. text-shadow: none; }
  2736.  
  2737. menu menuitem:hover,
  2738. .menu menuitem:hover,
  2739. .context-menu menuitem:hover {
  2740.  
  2741. color: #ffffff;
  2742. text-shadow: 0 1px rgba(0, 0, 0, 0.519216);
  2743. background-color: #3584e4; }
  2744.  
  2745. menu menuitem:disabled,
  2746. .menu menuitem:disabled,
  2747. .context-menu menuitem:disabled {
  2748.  
  2749. color: #929595; }
  2750.  
  2751. menu menuitem arrow,
  2752. .menu menuitem arrow,
  2753. .context-menu menuitem arrow {
  2754.  
  2755. min-height: 1.1rem;/*16px;*/
  2756. min-width: 1.1rem;/*16px;*/ }
  2757.  
  2758. menu menuitem arrow:dir(ltr),
  2759. .menu menuitem arrow:dir(ltr),
  2760. .context-menu menuitem arrow:dir(ltr) {
  2761.  
  2762. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
  2763. margin-left: 0.6875rem; /*10px;*/ }
  2764.  
  2765. menu menuitem arrow:dir(rtl),
  2766. .menu menuitem arrow:dir(rtl),
  2767. .context-menu menuitem arrow:dir(rtl) {
  2768.  
  2769. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
  2770. margin-right: 0.6875rem; /*10px;*/ }
  2771.  
  2772. menu menuitem label:dir(rtl),
  2773. menu menuitem label:dir(ltr),
  2774. .menu menuitem label:dir(rtl),
  2775. .menu menuitem label:dir(ltr),
  2776. .context-menu menuitem label:dir(rtl),
  2777. .context-menu menuitem label:dir(ltr) {
  2778.  
  2779. color: inherit; }
  2780.  
  2781. menu > arrow,
  2782. .menu > arrow,
  2783. .context-menu > arrow {
  2784.  
  2785. border-color: transparent;
  2786. background-color: transparent;
  2787. background-image: none;
  2788. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  2789. text-shadow: none;
  2790. -gtk-icon-shadow: none;
  2791. min-height: 1.1rem;/*16px;*/
  2792. min-width: 1.1rem;/*16px;*/
  2793. padding: 0.275rem;/*4px;*/
  2794. background-color: #ffffff;
  2795. border-radius: 0; }
  2796.  
  2797. menu > arrow.top,
  2798. .menu > arrow.top,
  2799. .context-menu > arrow.top {
  2800.  
  2801. margin-top: -0.4125rem;/*-6px;*/
  2802. border-bottom: 1px solid #eaebeb;
  2803. border-top-right-radius: 0.34375rem;/*5px;*/
  2804. border-top-left-radius: 0.34375rem;/*5px;*/
  2805. -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  2806.  
  2807. menu > arrow.bottom,
  2808. .menu > arrow.bottom,
  2809. .context-menu > arrow.bottom {
  2810.  
  2811. margin-bottom: -0.4125rem;/*-6px;*/
  2812. border-top: 1px solid #eaebeb;
  2813. border-bottom-right-radius: 0.34375rem;/*5px;*/
  2814. border-bottom-left-radius: 0.34375rem;/*5px;*/
  2815. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  2816.  
  2817. menu > arrow:hover,
  2818. .menu > arrow:hover,
  2819. .context-menu > arrow:hover {
  2820.  
  2821. background-color: #eaebeb; }
  2822.  
  2823. menu > arrow:disabled,
  2824. .menu > arrow:disabled,
  2825. .context-menu > arrow:disabled {
  2826.  
  2827. color: transparent;
  2828. background-color: transparent;
  2829. border-color: transparent; }
  2830.  
  2831. menuitem accelerator {
  2832.  
  2833. color: alpha(currentColor,0.55); }
  2834.  
  2835. menuitem check,
  2836. menuitem radio {
  2837.  
  2838. min-height: 0.9625rem;/*1.1rem; 16px;*/
  2839. min-width: 0.9625rem;/*1.1rem; 16px;*/ }
  2840.  
  2841. menuitem check:dir(ltr),
  2842. menuitem radio:dir(ltr) {
  2843.  
  2844. margin-right: 0.48125rem;/*7px;*/ }
  2845.  
  2846. menuitem check:dir(rtl),
  2847. menuitem radio:dir(rtl) {
  2848.  
  2849. margin-left: 0.48125rem;/*7px;*/ }
  2850.  
  2851. /*(((((((((( Popovers)))))))))) */
  2852.  
  2853. .popover_bg,
  2854. popover.background,
  2855. popover{
  2856.  
  2857. border: none;
  2858. padding: 0.1375rem;/*2px*/
  2859. border-radius: 0.5205rem;/*6px;*/
  2860. background-color: transparent;
  2861. background-image:linear-gradient(to bottom left,rgba(255,255,255,0.96),rgba(248,248,248,0.96),rgba(250,250,250,0.96));
  2862. box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);}
  2863.  
  2864. popover.background > list,
  2865. popover.background > .view,
  2866. popover.background > iconview,
  2867. popover.background > toolbar {
  2868.  
  2869. border-style: none;
  2870. background-color: transparent; }
  2871.  
  2872. .csd popover.background.touch-selection,
  2873. .csd popover.background.magnifier,
  2874. popover.background.touch-selection,
  2875. popover.background.magnifier {
  2876.  
  2877. border: 1px solid rgba(255, 255, 255, 0.1); }
  2878.  
  2879. popover.background separator {
  2880.  
  2881. margin: 0.20625rem;/*3px;*/ }
  2882.  
  2883. popover.background list separator {
  2884.  
  2885. margin: 0px; }
  2886.  
  2887. /*((((((((( Notebooks ))))))))))*/
  2888.  
  2889. notebook > header { padding: 1px; border-color: #cdcdcd; border-width: 1px; background-color: #e6e6e6;/*e1dedb;*/ }
  2890.  
  2891. notebook > header tabs { margin: -1px; }
  2892.  
  2893. notebook > header.top { border-bottom-style: solid; }
  2894.  
  2895. notebook > header.top > tabs { margin-bottom: -2px; }
  2896.  
  2897. notebook > header.top > tabs > tab:hover { box-shadow: inset 0 -0.20625rem #909090; }
  2898.  
  2899. notebook > header.top > tabs > tab:checked { box-shadow: inset 0 -0.20625rem #3584e4; }
  2900.  
  2901. notebook > header.bottom { border-top-style: solid; }
  2902.  
  2903. notebook > header.bottom > tabs { margin-top: -0.1375rem;/*-2px;*/ }
  2904.  
  2905. notebook > header.bottom > tabs > tab:hover { box-shadow: inset 0 0.20625rem #909090; }
  2906.  
  2907. notebook > header.bottom > tabs > tab:checked { box-shadow: inset 0 0.20625rem #3584e4; }
  2908.  
  2909. notebook > header.left { border-right-style: solid; }
  2910.  
  2911. notebook > header.left > tabs { margin-right: -0.1375rem;/*-2px;*/ }
  2912.  
  2913. notebook > header.left > tabs > tab:hover { box-shadow: inset -0.20625rem 0 #909090; }
  2914.  
  2915. notebook > header.left > tabs > tab:checked { box-shadow: inset -0.20625rem 0 #3584e4; }
  2916.  
  2917. notebook > header.right { border-left-style: solid; }
  2918.  
  2919. notebook > header.right > tabs { margin-left: -0.1375rem;/*-2px;*/ }
  2920.  
  2921. notebook > header.right > tabs > tab:hover { box-shadow: inset 0.20625rem 0 #909090; }
  2922.  
  2923. notebook > header.right > tabs > tab:checked { box-shadow: inset 0.20625rem 0 #3584e4; }
  2924.  
  2925. notebook > header.top > tabs > arrow { border-top-style: none; }
  2926.  
  2927. notebook > header.bottom > tabs > arrow { border-bottom-style: none; }
  2928.  
  2929. notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow {
  2930.  
  2931. margin-left: -0.34375rem;/*-5px;*/
  2932. margin-right: -0.34375rem;/*-5px;*/
  2933. padding-left: 0.275rem;/*4px;*/
  2934. padding-right: 0.275rem;/*4px;*/ }
  2935.  
  2936. notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
  2937.  
  2938. -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
  2939.  
  2940. notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
  2941.  
  2942. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  2943.  
  2944. notebook > header.left > tabs > arrow { border-left-style: none; }
  2945.  
  2946. notebook > header.right > tabs > arrow { border-right-style: none; }
  2947.  
  2948. notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow {
  2949.  
  2950. margin-top: -0.34375rem;/*-5px;*/
  2951. margin-bottom: -0.34375rem;/*-5px;*/
  2952. padding-top:0.275rem;/*4px;*/
  2953. padding-bottom:0.275rem;/*4px;*/ }
  2954.  
  2955. notebook > header.left > tabs > arrow.down,
  2956. notebook > header.right > tabs > arrow.down {
  2957.  
  2958. -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  2959.  
  2960. notebook > header.left > tabs > arrow.up,
  2961. notebook > header.right > tabs > arrow.up {
  2962.  
  2963. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  2964.  
  2965. notebook > header > tabs > arrow {
  2966.  
  2967. min-height: 1.1rem;/*16px;*/
  2968. min-width: 1.1rem;/*16px;*/
  2969. border-radius: 0; }
  2970.  
  2971. notebook > header > tabs > arrow:disabled {
  2972.  
  2973. border-color: transparent;
  2974. background-color: transparent;
  2975. background-image: none;
  2976. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  2977. text-shadow: none; -gtk-icon-shadow: none; }
  2978.  
  2979. notebook > header tab {
  2980.  
  2981. min-height: 1.65rem;/*24px; */
  2982. min-width: 2.0625rem; /*30px;*/
  2983. padding: 1px 0.825rem;/*12px;*/
  2984. outline-offset: -5px;
  2985. color: #555555;/*#929595; */
  2986. font-weight: normal;
  2987. border-width: 1px;
  2988. border-color: transparent; }
  2989.  
  2990. notebook > header tab:hover { color: #101010; }
  2991.  
  2992. notebook > header tab:hover.reorderable-page {
  2993.  
  2994. border-color: rgba(205, 199, 194, 0.3);
  2995. background-color: rgba(246, 245, 244, 0.2); }
  2996.  
  2997. notebook > header tab:checked { color: #101010; }
  2998.  
  2999. notebook > header tab:checked.reorderable-page {
  3000.  
  3001. border-color: rgba(205, 199, 194, 0.5);
  3002. background-color: rgba(246, 245, 244, 0.5); }
  3003.  
  3004. notebook > header tab:checked.reorderable-page:hover {
  3005.  
  3006. background-color: rgba(246, 245, 244, 0.7); }
  3007.  
  3008. notebook > header tab button.flat {
  3009.  
  3010. padding: 0;
  3011. margin-top: 0.275rem;/*4px;*/
  3012. margin-bottom: 0.275rem;/*4px;*/
  3013. min-width: 1.375rem;/*20px;*/
  3014. min-height: 1.375rem;/*20px;*/ }
  3015.  
  3016. notebook > header tab button.flat:hover {
  3017.  
  3018. color: currentColor; }
  3019.  
  3020. notebook > header tab button.flat{ color: alpha(currentColor,0.3); }
  3021.  
  3022. notebook > header tab button.flat:last-child {
  3023.  
  3024. margin-left: 0.275rem;/*4px;*/
  3025. margin-right: -0.275rem;/*-4px;*/ }
  3026.  
  3027. notebook > header tab button.flat:first-child {
  3028.  
  3029. margin-left: -0.275rem;/*-4px;*/
  3030. margin-right: 0.275rem;/*4px;*/ }
  3031.  
  3032. notebook > header.top tabs, notebook > header.bottom tabs {
  3033.  
  3034. padding-left: 0.275rem;/*4px;*/
  3035. padding-right: 0.275rem;/*4px;*/ }
  3036.  
  3037. notebook > header.top tabs:not(:only-child),
  3038. notebook > header.bottom tabs:not(:only-child) {
  3039.  
  3040. margin-left: 0.20625rem;/*3px;*/
  3041. margin-right: 0.20625rem;/*3px;*/ }
  3042.  
  3043. notebook > header.top tabs:not(:only-child):first-child,
  3044. notebook > header.bottom tabs:not(:only-child):first-child {
  3045.  
  3046. margin-left: -1px; }
  3047.  
  3048. notebook > header.top tabs:not(:only-child):last-child,
  3049. notebook > header.bottom tabs:not(:only-child):last-child {
  3050.  
  3051. margin-right: -1px; }
  3052.  
  3053. notebook > header.top tabs tab, notebook > header.bottom tabs tab {
  3054.  
  3055. margin-left: 0.275rem;/*4px;*/
  3056. margin-right: 0.275rem;/*4px;*/ }
  3057.  
  3058. notebook > header.top tabs tab.reorderable-page,
  3059. notebook > header.bottom tabs tab.reorderable-page {
  3060.  
  3061. border-style: none solid; }
  3062.  
  3063. notebook > header.left tabs,
  3064. notebook > header.right tabs {
  3065.  
  3066. padding-top: 0.275rem;/*4px;*/
  3067. padding-bottom: 0.275rem;/*4px;*/ }
  3068.  
  3069. notebook > header.left tabs:not(:only-child),
  3070. notebook > header.right tabs:not(:only-child) {
  3071.  
  3072. margin-top: 0.20625rem;/*3px;*/
  3073. margin-bottom: 0.20625rem;/*3px;*/ }
  3074.  
  3075. notebook > header.left tabs:not(:only-child):first-child,
  3076. notebook > header.right tabs:not(:only-child):first-child {
  3077.  
  3078. margin-top: -1px; }
  3079.  
  3080. notebook > header.left tabs:not(:only-child):last-child,
  3081. notebook > header.right tabs:not(:only-child):last-child {
  3082.  
  3083. margin-bottom: -1px; }
  3084.  
  3085. notebook > header.left tabs tab,
  3086. notebook > header.right tabs tab {
  3087.  
  3088. margin-top: 0.275rem;/*4px;*/
  3089. margin-bottom: 0.275rem;/*4px;*/ }
  3090.  
  3091. notebook > header.left tabs tab.reorderable-page,
  3092. notebook > header.right tabs tab.reorderable-page {
  3093.  
  3094. border-style: solid none; }
  3095.  
  3096. notebook > header.top tab {
  3097.  
  3098. padding-top: 0px;
  3099. padding-bottom: 1px; }
  3100.  
  3101. notebook > header.bottom tab { padding-top: 1px; }
  3102.  
  3103. notebook > stack:not(:only-child) { background-color: rgba(246,246,246,0.98);/*#ffffff;*/ }
  3104.  
  3105.  
  3106. /************** Scrollbars * */
  3107. scrollbar {
  3108.  
  3109. background-color: #cecece;
  3110. transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  3111.  
  3112. * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; }
  3113.  
  3114. scrollbar.top { border-bottom: 1px solid #cdcdcd; }
  3115.  
  3116. scrollbar.bottom { border-top: 1px solid #cdcdcd; }
  3117.  
  3118. scrollbar.left { border-right: 1px solid #cdcdcd; }
  3119.  
  3120. scrollbar.right { border-left: 1px solid #cdcdcd; }
  3121.  
  3122. scrollbar slider {
  3123.  
  3124. min-width: 0.4125rem;/*6px*/
  3125. min-height: 0.4125rem;/*6px*/
  3126. margin: -1px;
  3127. border: 0.275rem solid transparent;
  3128. border-radius: 0.55rem;/*8px*/
  3129. background-clip: padding-box;
  3130. background-color: #7e8182; }
  3131.  
  3132. scrollbar slider:hover { background-color: #565b5c; }
  3133.  
  3134. scrollbar slider:hover:active { background-color: #1b6acb; }
  3135.  
  3136. scrollbar slider:disabled { background-color: transparent; }
  3137.  
  3138. scrollbar.fine-tune slider {
  3139.  
  3140. min-width: 0.275rem;/*4px*/
  3141. min-height:0.275rem;/*4px*/ }
  3142.  
  3143. scrollbar.fine-tune.horizontal slider { border-width: 0.34375rem 0.275rem; }
  3144.  
  3145. scrollbar.fine-tune.vertical slider { border-width: 0.275rem 0.34375rem; }
  3146.  
  3147. scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
  3148.  
  3149. border-color: transparent;
  3150. opacity: 0.4;
  3151. background-color: transparent; }
  3152.  
  3153. scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
  3154.  
  3155. margin: 0;
  3156. min-width: 0.20625rem;/*3px*/
  3157. min-height: 0.20625rem;/*3px*/
  3158. background-color: #363636;
  3159. border: 1px solid white; }
  3160.  
  3161. scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
  3162.  
  3163. min-width: 0.34375rem;/*5px*/
  3164. min-height: 0.34375rem;/*5px*/
  3165. background-color: #363636;
  3166. background-clip: padding-box;
  3167. border-radius: 100%;
  3168. border: 1px solid white;
  3169. -gtk-icon-source: none; }
  3170.  
  3171. scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
  3172.  
  3173. margin: 0 2px;
  3174. min-width: 2.75rem;/*40px;*/ }
  3175.  
  3176. scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
  3177.  
  3178. margin: 1px 2px;
  3179. min-width: 0.34375rem;/*5px*/ }
  3180.  
  3181. scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
  3182.  
  3183. margin: 2px 0;
  3184. min-height: 2.75rem;/*40px;*/ }
  3185.  
  3186. scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { margin: 2px 1px; min-height: 0.34375rem;/*5px*/ }
  3187.  
  3188. scrollbar.overlay-indicator.dragging,
  3189. scrollbar.overlay-indicator.hovering { opacity: 0.8; }
  3190.  
  3191. scrollbar.horizontal slider { min-width: 2.75rem;/*40px;*/ }
  3192.  
  3193. scrollbar.vertical slider { min-height: 2.75rem;/*40px;*/ }
  3194.  
  3195. scrollbar button {
  3196.  
  3197. padding: 0;
  3198. min-width: 0.825rem;/*12px*/
  3199. min-height: 0.825rem;/*12px*/
  3200. border-style: none;
  3201. border-radius: 0;
  3202. transition-property: min-height, min-width, color;
  3203. border-color: transparent;
  3204. background-color: transparent;
  3205. background-image: none;
  3206. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  3207. text-shadow: none;
  3208. -gtk-icon-shadow: none; color: #7e8182; }
  3209.  
  3210. scrollbar button:hover {
  3211.  
  3212. border-color: transparent;
  3213. background-color: transparent;
  3214. background-image: none;
  3215. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  3216. text-shadow: none;
  3217. -gtk-icon-shadow: none;
  3218. color: #565b5c; }
  3219.  
  3220. scrollbar button:active,
  3221. scrollbar button:checked {
  3222.  
  3223. border-color: transparent;
  3224. background-color: transparent;
  3225. background-image: none;
  3226. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  3227. text-shadow: none;
  3228. -gtk-icon-shadow: none; color: #1b6acb; }
  3229.  
  3230. scrollbar button:disabled {
  3231.  
  3232. border-color: transparent;
  3233. background-color: transparent;
  3234. background-image: none;
  3235. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  3236. text-shadow: none;
  3237. -gtk-icon-shadow: none;
  3238. color: rgba(126, 129, 130, 0.2); }
  3239.  
  3240. scrollbar.vertical button.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  3241.  
  3242. scrollbar.vertical button.up { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  3243.  
  3244. scrollbar.horizontal button.down { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  3245.  
  3246. scrollbar.horizontal button.up { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
  3247.  
  3248. treeview ~ scrollbar.vertical { border-top: 1px solid #cdcdcd; margin-top: -1px; }
  3249.  
  3250. /********** Switch * */
  3251.  
  3252.  
  3253. switch {
  3254.  
  3255. transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
  3256. margin: 4px 0.275rem;
  3257. padding: 1px 2px;
  3258. /*border: 3px solid transparent;*/
  3259. border-radius: 100px;
  3260. background-color: #e1e1e1;
  3261. background-clip: padding-box;
  3262. font-size: 0;
  3263. color: transparent;
  3264. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(0, 0, 0, 0.2);}
  3265.  
  3266. switch:disabled {
  3267. opacity: 0.5;}
  3268.  
  3269. switch:checked {
  3270. background-color: #30d23f;}
  3271.  
  3272. switch image {
  3273. margin: -8px;}
  3274.  
  3275. switch slider {
  3276.  
  3277. transition: all 300ms cubic-bezier(0, 0, 0.2, 1);
  3278. min-width: 20px;
  3279. min-height: 20px;
  3280. margin: -2px -5px;
  3281. border-radius: 9999px;
  3282. border: 1px solid;
  3283. border-color: #ababab;
  3284. box-shadow: 0 0 0 10px transparent, 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.2);
  3285. background-color: #f7f7f7;
  3286. color: transparent;}
  3287.  
  3288. switch:checked slider {
  3289.  
  3290. background-color: #f7f7f7;
  3291. color: transparent;
  3292. border: 1px solid;
  3293. border-color: #47bd52;}
  3294.  
  3295. headerbar switch {
  3296.  
  3297. margin-top: 0.55rem;
  3298. margin-bottom:0.55rem; }
  3299.  
  3300. headerbar switch:checked{
  3301.  
  3302. background-color: #a5a5a5;}
  3303.  
  3304. headerbar switch:checked slider {
  3305.  
  3306. background-color: #d8d8d8;
  3307. color: transparent;
  3308. border: 1px solid;
  3309. border-color: #888686;/*#9e9e9e;*/
  3310. box-shadow: none;}
  3311.  
  3312.  
  3313. /*(((((((((( Check and Radio items )))))))))) */
  3314.  
  3315.  
  3316. .view.content-view.check:not(list),
  3317. iconview.content-view.check:not(list),
  3318. .content-view .tile check:not(list) {
  3319.  
  3320. border: 1px solid;
  3321. color: #ffffff;
  3322. border-color: #0f3b71; border-bottom-color: #092444;
  3323. border-radius: 8px;
  3324. background-image: linear-gradient(to top, #155099 2px, #15539e);
  3325. box-shadow: none;
  3326. text-shadow: none;
  3327. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3328. background-color: transparent;
  3329. box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.07);
  3330. min-width: 2.75rem; /*40*/
  3331. min-height: 2.75rem; /*40*/ }
  3332.  
  3333. .view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list),
  3334. .content-view .tile check:hover:not(list) {
  3335.  
  3336. border: 1px solid;
  3337. color: #ffffff;
  3338. border-color: #0f3b71; border-bottom-color: #092444;
  3339. border-radius: 8px;
  3340. background-image: linear-gradient(to top, #155099, #1655a2 1px);
  3341. box-shadow: none;
  3342. text-shadow: none;
  3343. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3344. background-color: transparent;
  3345. box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.07);
  3346. min-width: 2.75rem; /*40*/
  3347. min-height: 2.75rem; /*40*/}
  3348.  
  3349. .view.content-view.check:active:not(list),
  3350. iconview.content-view.check:active:not(list),
  3351. .content-view .tile check:active:not(list) {
  3352.  
  3353. border: 1px solid;
  3354. color: #ffffff;
  3355. border-color: #0f3b71; border-bottom-color: #092444;
  3356. border-radius: 8px;
  3357. background-image: linear-gradient(to top, #155099 2px, #15539e);
  3358. box-shadow: none;
  3359. text-shadow: none;
  3360. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3361. background-color: transparent;
  3362. box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.07);
  3363. min-width: 2.75rem; /*40*/
  3364. min-height: 2.75rem; /*40*/
  3365. -gtk-icon-transform: scale(1.0);
  3366. -gtk-icon-source: image(-gtk-recolor(url("graphics/[email protected]"))); }
  3367.  
  3368. .view.content-view.check:checked:not(list),
  3369. iconview.content-view.check:checked:not(list),
  3370. .content-view .tile check:checked:not(list) {
  3371.  
  3372. border: 1px solid;
  3373. color: #ffffff;
  3374. border-color: #0f3b71;
  3375. background-image: image(#103e75);
  3376. border-radius: 8px;
  3377. box-shadow: none;
  3378. text-shadow: none;
  3379. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3380. background-color: transparent;
  3381. min-width: 2.75rem; /*40*/
  3382. min-height: 2.75rem; /*40*/
  3383. -gtk-icon-transform: scale(1.0);
  3384. -gtk-icon-source: image(-gtk-recolor(url("graphics/[email protected]"))); }
  3385.  
  3386. .view.content-view.check:checked:hover:not(list),
  3387. iconview.content-view.check:checked:hover:not(list),
  3388. .content-view .tile check:checked:hover:not(list) {
  3389.  
  3390. border: 1px solid;
  3391. color: #ffffff;
  3392. border-color: #0f3b71;
  3393. background-image: image(#103e75);
  3394. border-radius: 8px;
  3395. box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.07);
  3396. text-shadow: none;
  3397. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3398. background-color: transparent;
  3399. min-width: 2.75rem; /*40*/
  3400. min-height: 2.75rem; /*40*/
  3401. -gtk-icon-transform: scale(1.0);
  3402. -gtk-icon-source: image(-gtk-recolor(url("graphics/[email protected]"))); }
  3403.  
  3404. .view.content-view.check:checked:active:not(list),
  3405. iconview.content-view.check:checked:active:not(list),
  3406. .content-view .tile check:checked:active:not(list) {
  3407.  
  3408. border: 1px solid;
  3409. color: #ffffff;
  3410. border-color: #0f3b71;
  3411. background-image: image(#103e75);
  3412. border-radius: 8px;
  3413. box-shadow: none;
  3414. text-shadow: none;
  3415. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3416. background-color: transparent;
  3417. min-width: 2.75rem; /*40*/
  3418. min-height: 2.75rem; /*40*/
  3419. -gtk-icon-transform: scale(1.0);
  3420. -gtk-icon-source: image(-gtk-recolor(url("graphics/[email protected]"))); }
  3421.  
  3422. checkbutton.text-button,
  3423. radiobutton.text-button {
  3424.  
  3425. padding: 0.1375rem 0;
  3426. outline-offset: 0; }/*2*/
  3427.  
  3428. checkbutton.text-button label:not(:only-child):first-child,
  3429. radiobutton.text-button label:not(:only-child):first-child {
  3430.  
  3431. margin-left: 0.275rem;/*4px;*/ }
  3432.  
  3433. checkbutton.text-button label:not(:only-child):last-child,
  3434. radiobutton.text-button label:not(:only-child):last-child {
  3435.  
  3436. margin-right: 0.275rem;/*4px;*/ }
  3437.  
  3438. check,
  3439. radio {
  3440.  
  3441. margin: 0 0.4125rem;/*0 6px;*/
  3442. min-height: 0.9625rem;/*1.1rem 16px;*/
  3443. min-width: 0.9625rem;/*1.1rem 16px;*/
  3444. border: 1px solid;
  3445. -gtk-icon-source: none;
  3446. color: #363636;
  3447. outline-color: rgba(46, 52, 54, 0.3);
  3448. border-color: #bfbfbf;
  3449. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  3450. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  3451. background-image: linear-gradient(to top, white 20%, #f6f6f6 90%);}
  3452.  
  3453. radio:checked,
  3454. radio:checked:hover{
  3455.  
  3456. min-height: 0.9625rem;/*1.1rem 16px;*/
  3457. min-width: 0.9625rem;/*1.1rem 16px;*/
  3458. border: 1px solid;
  3459. color: white;
  3460. -gtk-icon-source: image(-gtk-recolor(url("graphics/bullet-symbolic.svg")));
  3461. -gtk-icon-transform: scale(1.0);
  3462. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
  3463. border-color: #1f4c83;
  3464. background-image: linear-gradient(to bottom,#2170d2,#659adc);}
  3465.  
  3466. radio:checked:disabled{
  3467.  
  3468. min-height: 0.9625rem;/*1.1rem 16px;*/
  3469. min-width: 0.9625rem;/*1.1rem 16px;*/
  3470. border: 1px solid;
  3471. -gtk-icon-source: none;
  3472. border-color: #bfbfbf;
  3473. background-image: none;
  3474. background-color: transparent;}
  3475.  
  3476. check:only-child, radio:only-child {
  3477.  
  3478. margin: 0; }
  3479.  
  3480. popover check.left:dir(rtl),
  3481. popover radio.left:dir(rtl) {
  3482.  
  3483. margin-left: 0;
  3484. margin-right: 0.825rem;/*12px; */}
  3485.  
  3486. popover check.right:dir(ltr), popover radio.right:dir(ltr) {
  3487.  
  3488. margin-left: 0.825rem;/*12px; */
  3489. margin-right: 0; }
  3490.  
  3491. check:hover,
  3492. radio:hover {
  3493.  
  3494. color: #363636;
  3495. outline-color: rgba(46, 52, 54, 0.3);
  3496. border-color: #bfbfbf;
  3497. background-image: linear-gradient(to bottom, white 10%, white 90%);}
  3498.  
  3499. check{
  3500.  
  3501. border-radius: 0.275rem;/*4px;*/}
  3502.  
  3503. radio{
  3504.  
  3505. border-radius: 100%}
  3506.  
  3507. radio:indeterminate,
  3508. radio:indeterminate:hover,
  3509. check:indeterminate,
  3510. check:indeterminate:hover,
  3511. check:checked:selected,
  3512. check:checked:selected:hover,
  3513. check:checked:hover,
  3514. check:checked,
  3515. check:active{
  3516.  
  3517. min-height: 0.9625rem;/*1.1rem 16px;*/
  3518. min-width:0.9625rem;/*1.1rem 16px;*/
  3519. color: #ffffff;
  3520. outline-color: rgba(46, 52, 54, 0.0);
  3521. border-color: #1f4c83;
  3522. background-image: linear-gradient(to bottom,#2170d2,#659adc);
  3523. box-shadow: none;
  3524. text-shadow: none;
  3525. -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7); }
  3526.  
  3527. check:disabled,
  3528. radio:disabled {
  3529.  
  3530. border-color: #cdcdcd;
  3531. background-image: image(#faf9f8);
  3532. text-shadow: none; -gtk-icon-shadow: none;
  3533. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  3534.  
  3535. check:disabled label, check:disabled,
  3536. radio:disabled label, radio:disabled {
  3537.  
  3538. color: #929595; }
  3539.  
  3540. row:selected check,
  3541. row:selected radio {
  3542.  
  3543. border-color: #185fb4; }
  3544.  
  3545. .osd check,
  3546. .osd radio {
  3547.  
  3548. color: #eeeeec;
  3549. border-color: rgba(0, 0, 0, 0.7);
  3550. background-color: transparent;
  3551. background-image: image(rgba(36, 33, 42, 0.7));
  3552. background-clip: padding-box;
  3553. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  3554. text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black;
  3555. outline-color: rgba(238, 238, 236, 0.3); }
  3556.  
  3557. .osd check:hover,
  3558. .osd radio:hover {
  3559.  
  3560. color: #eeeeec;
  3561. border-color: rgba(0, 0, 0, 0.7);
  3562. background-color: transparent;
  3563. background-image: image(rgba(36, 33, 42, 0.7));
  3564. background-clip: padding-box;
  3565. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  3566. text-shadow: 0 1px black;
  3567. -gtk-icon-shadow: 0 1px black;
  3568. outline-color: rgba(238, 238, 236, 0.3); }
  3569.  
  3570. .osd check:active,
  3571. .osd radio:active {
  3572.  
  3573. color: white;
  3574. border-color: rgba(0, 0, 0, 0.7);
  3575. background-color: transparent;
  3576. background-image: image(rgba(0, 0, 0, 0.7));
  3577. background-clip: padding-box;
  3578. box-shadow: none;
  3579. text-shadow: none;
  3580. -gtk-icon-shadow: none;
  3581. outline-color: rgba(238, 238, 236, 0.3); }
  3582.  
  3583. .osd check:disabled,
  3584. .osd radio:disabled {
  3585.  
  3586. color: #89888b;
  3587. border-color: rgba(0, 0, 0, 0.7);
  3588. background-color: transparent;
  3589. background-image: image(rgba(56, 54, 61, 0.5));
  3590. background-clip: padding-box;
  3591. box-shadow: none;
  3592. text-shadow: none;
  3593. -gtk-icon-shadow: none; }
  3594.  
  3595. menu menuitem check,
  3596. menu menuitem radio {
  3597.  
  3598. min-height: 0.9625rem;/*1.1rem 16px;*/
  3599. min-width: 0.9625rem;/*1.1rem 16px;*/ }
  3600.  
  3601. menu menuitem check,
  3602. menu menuitem check:hover,
  3603. menu menuitem check:disabled,
  3604. menu menuitem radio checked:hover,
  3605. menu menuitem radio,
  3606. menu menuitem radio:hover,
  3607. menu menuitem radio:disabled {
  3608.  
  3609. min-height:0.9625rem;/*1.1rem 16px;*/
  3610. min-width: 0.9625rem;/*1.1rem 16px;*/}
  3611.  
  3612. check:checked {
  3613.  
  3614. -gtk-icon-transform: scale(0.8,0.8);
  3615. -gtk-icon-source: image(-gtk-recolor(url("graphics/object-select-symbolic.svg")));}
  3616.  
  3617. check:indeterminate {
  3618.  
  3619. -gtk-icon-transform: scale(0.8,0.8);
  3620. -gtk-icon-source: image(-gtk-recolor(url("graphics/list-remove-symbolic.svg")));}
  3621.  
  3622. treeview.view radio:selected:focus,
  3623. treeview.view radio:selected,
  3624. radio {
  3625.  
  3626. border: 1px solid;
  3627. border-color: #bfbfbf;
  3628. border-radius: 100%;
  3629. background-image: linear-gradient(to top, white 20%, #f6f6f6 90%);
  3630. color: #bfbfbf;
  3631. margin: 0 0.4125rem;/*0 6px*/
  3632. min-height:0.9625rem;/*1.1rem 16px;*/
  3633. min-width: 0.9625rem;/*1.1rem 16px;*/
  3634. box-shadow: none;
  3635. -gtk-icon-shadow: none;}
  3636.  
  3637. treeview.view radio:indeterminate:selected,
  3638. radio:indeterminate {
  3639.  
  3640. -gtk-icon-transform: scale(1.0);
  3641. -gtk-icon-source: image(-gtk-recolor(url("graphics/list-remove-symbolic.svg")));}
  3642.  
  3643. radio:not(:indeterminate):not(:checked):active:not(:backdrop) {
  3644.  
  3645. -gtk-icon-transform: scale(0); }
  3646.  
  3647. check:not(:indeterminate):not(:checked):active:not(:backdrop) {
  3648.  
  3649. -gtk-icon-transform: translate(6px, -3px) rotate(-45deg) scaleY(0.2) rotate(45deg) scaleX(0); }
  3650.  
  3651. radio:active,
  3652. check:active {
  3653.  
  3654. -gtk-icon-transform:
  3655.  
  3656. scale(0, 1); }
  3657.  
  3658. check:checked:not(:backdrop),
  3659. check:indeterminate:not(:backdrop) {
  3660.  
  3661. -gtk-icon-transform: unset;
  3662. transition: 400ms;
  3663. -gtk-icon-transform: scale(0.8,0.8); }
  3664.  
  3665. radio:checked:not(:backdrop),
  3666. radio:indeterminate:not(:backdrop){
  3667.  
  3668. -gtk-icon-transform: unset;
  3669. transition: 400ms;
  3670. -gtk-icon-transform: scale(1.0);
  3671. transition: 400ms; }
  3672.  
  3673. menu menuitem radio:checked:not(:backdrop),
  3674. menu menuitem radio:indeterminate:not(:backdrop),
  3675. menu menuitem check:checked:not(:backdrop),
  3676. menu menuitem check:indeterminate:not(:backdrop) {
  3677.  
  3678. transition: none; }
  3679.  
  3680. treeview.view check:selected:focus,
  3681. treeview.view check:selected,
  3682. treeview.view radio:selected:focus,
  3683. treeview.view radio:selected {
  3684.  
  3685. color: #ffffff;
  3686. border-color: #185fb4; }
  3687.  
  3688. treeview.view check:selected:disabled,
  3689. treeview.view radio:selected:disabled {
  3690.  
  3691. color: #929595; }
  3692.  
  3693. /*((((((((( nautilus floating bar ))))))))))*/
  3694.  
  3695. .nautilus-window .floating-bar {
  3696.  
  3697. margin: 0.52875rem;
  3698. padding: 0.06875rem;
  3699. background-color: rgba(33,116,216,0.85);/*#3584e4;*/
  3700. color: #ffffff;
  3701. text-shadow: 0 1px rgba(25,25,25, 0.519216);
  3702. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  3703. border-radius: 3px; }
  3704.  
  3705. .nautilus-window .floating-bar button {
  3706.  
  3707. color: #ffffff;
  3708. background-color: rgba(255, 255, 255, 0);
  3709. border-color: rgba(255, 255, 255, 0.5); }
  3710.  
  3711. .nautilus-window .floating-bar button.flat{
  3712.  
  3713. border-color: transparent;
  3714. background-color: transparent;
  3715. background-image: none;
  3716. color: #ffffff;
  3717. background-color: rgba(255, 255, 255, 0); }
  3718.  
  3719. .nautilus-window .floating-bar button.sidebar-button {
  3720.  
  3721. border-color: transparent;
  3722. background-color: transparent;
  3723. background-image: none;
  3724. color: #ffffff;
  3725. background-color: rgba(255, 255, 255, 0); }
  3726.  
  3727. .nautilus-window .floating-bar button.flat:disabled{
  3728.  
  3729. color: rgba(255, 255, 255, 0.4); }
  3730.  
  3731. .nautilus-window .floating-bar button.sidebar-button:disabled{
  3732.  
  3733. color: rgba(255, 255, 255, 0.4); }
  3734.  
  3735. .nautilus-window .floating-bar button.flat:disabled label{
  3736.  
  3737. color: rgba(255, 255, 255, 0.4); }
  3738.  
  3739. .nautilus-window .floating-bar button.sidebar-button:disabled label {
  3740.  
  3741. color: rgba(255, 255, 255, 0.4); }
  3742.  
  3743. .nautilus-window .floating-bar button:hover {
  3744.  
  3745. color: #ffffff;
  3746. background-color: rgba(255, 255, 255, 0.2);
  3747. border-color: rgba(255, 255, 255, 0.8); }
  3748.  
  3749. .nautilus-window .floating-bar button:active{
  3750.  
  3751. color: #3584e4;
  3752. background-color: #ffffff;
  3753. border-color: #ffffff; }
  3754.  
  3755. .nautilus-window .floating-bar button:active:hover{
  3756.  
  3757. color: #3584e4;
  3758. background-color: #ffffff;
  3759. border-color: #ffffff; }
  3760.  
  3761. .nautilus-window .floating-bar button:checked {
  3762.  
  3763. color: #3584e4;
  3764. background-color: #ffffff;
  3765. border-color: #ffffff; }
  3766.  
  3767. .nautilus-window .floating-bar button:disabled {
  3768.  
  3769. background-color: rgba(255, 255, 255, 0);
  3770. border-color: rgba(255, 255, 255, 0.4); }
  3771.  
  3772. .nautilus-window .floating-bar button:disabled{
  3773.  
  3774. color: rgba(255, 255, 255, 0.5); }
  3775.  
  3776. .nautilus-window .floating-bar button:disabled label {
  3777.  
  3778. color: rgba(255, 255, 255, 0.5); }
  3779.  
  3780. .nautilus-window .floating-bar button:disabled:active{
  3781.  
  3782. color: #3584e4;
  3783. background-color: rgba(255, 255, 255, 0.5);
  3784. border-color: rgba(255, 255, 255, 0.4); }
  3785.  
  3786. .nautilus-window .floating-bar button:disabled:checked {
  3787.  
  3788. color: #3584e4;
  3789. background-color: rgba(255, 255, 255, 0.5);
  3790. border-color: rgba(255, 255, 255, 0.4); }
  3791.  
  3792. .nautilus-window .floating-bar.bottom.left {
  3793.  
  3794. /*border-top-left-radius: 0; */}
  3795.  
  3796. .nautilus-window .floating-bar.bottom.right {
  3797.  
  3798. /*border-top-right-radius: 0; */}
  3799.  
  3800. /*(((((((((( GtkScale ))))))))))*/
  3801.  
  3802. scale trough,
  3803. scale fill,
  3804. progressbar trough {
  3805.  
  3806. border: 1px solid #cdcdcd;
  3807. border-radius: 3px;
  3808. background-color: #cdcdcd;}
  3809.  
  3810. scale trough:disabled,
  3811. scale fill:disabled,
  3812. progressbar trough:disabled {
  3813.  
  3814. border: 1px solid #dbdbdb;
  3815. background-color: #dbdbdb;}
  3816.  
  3817. row:selected scale trough:disabled,
  3818. scale row:selected trough:disabled,
  3819. row:selected scale fill:disabled,
  3820. scale row:selected fill:disabled,
  3821. row:selected progressbar trough:disabled,
  3822. progressbar row:selected trough:disabled,
  3823. row:selected scale trough,
  3824. scale row:selected trough,
  3825. row:selected scale fill,
  3826. scale row:selected fill,
  3827. row:selected progressbar trough,
  3828. progressbar row:selected trough {
  3829.  
  3830. border-color: #3584e4; }
  3831.  
  3832. .osd scale trough,
  3833. scale .osd trough,
  3834. .osd scale fill,
  3835. scale .osd fill,
  3836. .osd progressbar trough,
  3837. progressbar .osd trough {
  3838.  
  3839. border-color: rgba(0, 0, 0, 0.7);
  3840. background-color: rgba(0, 0, 0, 0.5); }
  3841.  
  3842. .osd scale trough:disabled,
  3843. scale .osd trough:disabled,
  3844. .osd scale fill:disabled,
  3845. scale .osd fill:disabled,
  3846. .osd progressbar trough:disabled,
  3847. progressbar .osd trough:disabled {
  3848.  
  3849. background-color: rgba(56, 54, 61, 0.5); }
  3850.  
  3851. scale highlight,
  3852. progressbar progress {
  3853.  
  3854. border: 1px solid #3584e4;
  3855. border-radius: 3px;
  3856. background-color: #3584e4; }
  3857.  
  3858. scale highlight:disabled,
  3859. progressbar progress:disabled {
  3860.  
  3861. background-color: transparent;
  3862. border-color: transparent; }
  3863.  
  3864. row:selected scale highlight:disabled,
  3865. scale row:selected highlight:disabled,
  3866. row:selected progressbar progress:disabled,
  3867. progressbar row:selected progress:disabled,
  3868. row:selected scale highlight,
  3869. scale row:selected highlight,
  3870. row:selected progressbar progress,
  3871. progressbar row:selected progress {
  3872.  
  3873. border-color: #3584e4; }
  3874.  
  3875. .osd scale highlight,
  3876. scale .osd highlight,
  3877. .osd progressbar progress,
  3878. progressbar .osd progress {
  3879.  
  3880. border-color: rgba(0, 0, 0, 0.7); }
  3881.  
  3882. .osd scale highlight:disabled,
  3883. scale .osd highlight:disabled,
  3884. .osd progressbar progress:disabled,
  3885. progressbar .osd progress:disabled {
  3886.  
  3887. border-color: transparent; }
  3888.  
  3889. scale {
  3890.  
  3891. min-height: 10px;
  3892. min-width: 10px;
  3893. padding: 14px; }
  3894.  
  3895. scale fill,
  3896. scale highlight {
  3897.  
  3898. margin: -1px; }
  3899.  
  3900. scale.fine-tune.horizontal {
  3901.  
  3902. padding-top: 9px;
  3903. padding-bottom: 9px;
  3904. min-height: 16px; }
  3905.  
  3906. scale.fine-tune.vertical {
  3907.  
  3908. padding-left: 9px;
  3909. padding-right: 9px;
  3910. min-width: 16px; }
  3911.  
  3912. scale.fine-tune slider {
  3913.  
  3914. margin: -6px; }
  3915.  
  3916. scale.fine-tune fill,
  3917. scale.fine-tune highlight,
  3918. scale.fine-tune trough {
  3919.  
  3920. border-radius: 5px;
  3921. -gtk-outline-radius: 7px; }
  3922.  
  3923. scale trough {
  3924.  
  3925. outline-offset: 2px;
  3926. -gtk-outline-radius: 5px; }
  3927.  
  3928. scale fill {
  3929.  
  3930. background-color: #cdcdcd; }
  3931.  
  3932. .osd scale fill {
  3933.  
  3934. background-color: rgba(91, 91, 90, 0.775); }
  3935.  
  3936.  
  3937. .osd scale fill:disabled {
  3938.  
  3939. border-color: transparent;
  3940. background-color: transparent; }
  3941.  
  3942. scale slider {
  3943.  
  3944. border: 1px solid;
  3945. border-color: #3584e4;
  3946. background-color: transparent;
  3947. background-image: image(#3584e4);
  3948. box-shadow: none;}
  3949.  
  3950. scale slider:hover {
  3951.  
  3952. border-color: #3584e4;
  3953. background-color: transparent;
  3954. background-image: image(#3584e4);
  3955. box-shadow: none;}
  3956.  
  3957. scale slider:active {
  3958.  
  3959. border-color: #3584e4;
  3960. box-shadow: 0 1px 3px rgba(17,80,159, 0.6); }
  3961.  
  3962. scale slider:disabled {
  3963.  
  3964. border: 1px solid #dbdbdb;
  3965. background-image: image(#dbdbdb);
  3966. text-shadow: none;
  3967. -gtk-icon-shadow: none;
  3968. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  3969.  
  3970. scale slider:disabled label, scale slider:disabled {
  3971.  
  3972. color: #929595; }
  3973.  
  3974. scale.horizontal slider{
  3975.  
  3976. margin-top: -10px;
  3977. margin-bottom: -10px;
  3978. margin-left: 0px;
  3979. margin-right: 0px;
  3980. padding: 0px;
  3981. border-radius: 8px;
  3982. min-height: 20px;
  3983. min-width: 6px; }
  3984.  
  3985. scale.vertical slider{
  3986.  
  3987. margin-left: -10px;
  3988. margin-right: -10px;
  3989. margin-top: 0px;
  3990. margin-bottom: 0px;
  3991. padding: 0px;
  3992. border-radius: 8px;
  3993. min-height: 6px;
  3994. min-width: 20px;}
  3995.  
  3996. row:selected scale slider:disabled,
  3997. row:selected scale slider {
  3998.  
  3999. border-color: #185fb4; }
  4000.  
  4001. .osd scale slider {
  4002.  
  4003. color: #eeeeec;
  4004. border-color: rgba(0, 0, 0, 0.7);
  4005. background-color: transparent;
  4006. background-image: image(rgba(36, 33, 42, 0.7));
  4007. background-clip: padding-box;
  4008. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  4009. text-shadow: 0 1px black;
  4010. -gtk-icon-shadow: 0 1px black;
  4011. outline-color: rgba(238, 238, 236, 0.3);
  4012. border-color: rgba(0, 0, 0, 0.7);
  4013. background-color: #24212a; }
  4014.  
  4015. .osd scale slider:hover {
  4016.  
  4017. color: white;
  4018. border-color: rgba(0, 0, 0, 0.7);
  4019. background-color: transparent;
  4020. background-image: image(rgba(66, 61, 76, 0.7));
  4021. background-clip: padding-box;
  4022. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  4023. text-shadow: 0 1px black;
  4024. -gtk-icon-shadow: 0 1px black;
  4025. outline-color: rgba(238, 238, 236, 0.3);
  4026. background-color: #24212a; }
  4027.  
  4028. .osd scale slider:active {
  4029.  
  4030. color: white;
  4031. border-color: rgba(0, 0, 0, 0.7);
  4032. background-color: transparent;
  4033. background-image: image(rgba(0, 0, 0, 0.7));
  4034. background-clip: padding-box;
  4035. box-shadow: none;
  4036. text-shadow: none;
  4037. -gtk-icon-shadow: none;
  4038. outline-color: rgba(238, 238, 236, 0.3);
  4039. background-color: #24212a; }
  4040.  
  4041. .osd scale slider:disabled {
  4042.  
  4043. color: #89888b;
  4044. border-color: rgba(0, 0, 0, 0.7);
  4045. background-color: transparent;
  4046. background-image: image(rgba(56, 54, 61, 0.5));
  4047. background-clip: padding-box;
  4048. box-shadow: none;
  4049. text-shadow: none;
  4050. -gtk-icon-shadow: none;
  4051. background-color: #24212a; }
  4052.  
  4053.  
  4054. scale value { color: alpha(currentColor,0.55); }
  4055.  
  4056. scale marks { color: alpha(currentColor,0.55); }
  4057.  
  4058. scale marks.top { margin-bottom: 6px; margin-top: -12px; }
  4059.  
  4060. scale marks.bottom { margin-top: 6px; margin-bottom: -12px; }
  4061.  
  4062. scale marks.top { margin-right: 6px; margin-left: -12px; }
  4063.  
  4064. scale marks.bottom { margin-left: 6px; margin-right: -12px; }
  4065.  
  4066. scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; }
  4067.  
  4068. scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; }
  4069.  
  4070. scale.fine-tune marks.top { margin-right: 6px; margin-left: -9px; }
  4071.  
  4072. scale.fine-tune marks.bottom { margin-left: 6px; margin-right: -9px; }
  4073.  
  4074. scale.horizontal indicator { min-height: 6px; min-width: 1px; }
  4075.  
  4076. scale.horizontal.fine-tune indicator { min-height: 3px; }
  4077.  
  4078. scale.vertical indicator { min-height: 1px; min-width: 6px; }
  4079.  
  4080. scale.vertical.fine-tune indicator { min-width: 3px; }
  4081.  
  4082. scale.horizontal.marks-before:not(.marks-after) slider {
  4083.  
  4084. margin-top: -8px;
  4085. border: 1px solid;
  4086. border-color: #bfbfbf;
  4087. margin-left: 3px;
  4088. margin-right: 3px;
  4089. border-radius: 100%;
  4090. border-bottom-left-radius: 6px;
  4091. border-bottom-right-radius: 6px;
  4092. background-color: transparent;
  4093. background-image: linear-gradient(to top, white 20%, #f6f6f6 90%);
  4094. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
  4095. min-height: 20px;
  4096. min-width: 10px;
  4097. margin-bottom: -12px; }
  4098.  
  4099. scale.horizontal.marks-before:not(.marks-after).fine-tune slider {/* margin: -7px; margin-top: -11px; */}
  4100.  
  4101. scale.horizontal.marks-before:not(.marks-after) slider:hover {
  4102.  
  4103. border-color: #bfbfbf;
  4104. background-color: transparent;
  4105. background-image: linear-gradient(to top, white 20%, #f6f6f6 90%);
  4106. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07); }
  4107.  
  4108. scale.horizontal.marks-before:not(.marks-after).fine-tune slider { /*margin: -7px; margin-top: -11px;*/ }
  4109.  
  4110. scale.horizontal.marks-before:not(.marks-after) slider:active {
  4111.  
  4112. border-color: #3584e4;
  4113. background-color: transparent;
  4114. background-image: linear-gradient(to top, white 20%, #f6f6f6 90%);
  4115. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(17,80,159, 0.6);}
  4116.  
  4117. scale.horizontal.marks-before:not(.marks-after).fine-tune slider {/* margin: -7px; margin-top: -11px;*/}
  4118.  
  4119. scale.horizontal.marks-before:not(.marks-after) slider:disabled {
  4120.  
  4121. border-color: #bfbfbf;
  4122. background-color: transparent;
  4123. background-image: linear-gradient(to top, white 20%, #f6f6f6 90%);
  4124. box-shadow: none; }
  4125.  
  4126. scale.horizontal.marks-before:not(.marks-after).fine-tune slider { /*margin: -7px; margin-top: -11px;*/ }
  4127.  
  4128. scale.horizontal.marks-before:not(.marks-after).fine-tune slider { /*margin: -7px; margin-top: -11px;*/ }
  4129.  
  4130. scale.horizontal.marks-before:not(.marks-after).fine-tune slider { /*margin: -7px; margin-top: -11px;*/ }
  4131.  
  4132. scale.horizontal.marks-after:not(.marks-before) slider {
  4133.  
  4134. margin-top: -12px;
  4135. border: 1px solid;
  4136. border-color: #bfbfbf;
  4137. margin-left: 3px;
  4138. margin-right: 3px;
  4139. border-radius: 100%;
  4140. border-top-left-radius: 6px;
  4141. border-top-right-radius: 6px;
  4142. background-color: transparent;
  4143. background-image: linear-gradient(to bottom, white 20%, #f6f6f6 90%);
  4144. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
  4145. min-height: 20px;
  4146. min-width: 10px;
  4147. margin-bottom: -8px; }
  4148.  
  4149. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4150.  
  4151. scale.horizontal.marks-after:not(.marks-before) slider:hover {
  4152.  
  4153. border-color: #bfbfbf;
  4154. background-color: transparent;
  4155. background-image: linear-gradient(to bottom, white 20%, #f6f6f6 90%);
  4156. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07); }
  4157.  
  4158. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4159.  
  4160. scale.horizontal.marks-after:not(.marks-before) slider:active {
  4161.  
  4162. border-color: #3584e4;
  4163. background-color: transparent;
  4164. background-image: linear-gradient(to bottom, white 20%, #f6f6f6 90%);
  4165. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(17,80,159, 0.6);}
  4166.  
  4167. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4168.  
  4169. scale.horizontal.marks-after:not(.marks-before) slider:disabled {
  4170.  
  4171. border-color: #bfbfbf;
  4172. background-color: transparent;
  4173. background-image: linear-gradient(to bottom, white 20%, #f6f6f6 90%);
  4174. box-shadow: none; }
  4175.  
  4176. scale.horizontal.marks-after:not(.marks-before).fine-tune slider {/* margin: -7px; margin-bottom: -11px; */}
  4177.  
  4178. scale.horizontal.marks-after:not(.marks-before).fine-tune slider {/* margin: -7px; margin-bottom: -11px;*/ }
  4179.  
  4180. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4181.  
  4182. scale.vertical.marks-before:not(.marks-after) slider {
  4183.  
  4184. margin-right: -12px;
  4185. border: 1px solid;
  4186. border-color: #bfbfbf;
  4187. margin-top: 3px;
  4188. margin-bottom:3px;
  4189. border-radius: 100%;
  4190. border-top-right-radius: 6px;
  4191. border-bottom-right-radius: 6px;
  4192. background-color: transparent;
  4193. background-image: linear-gradient(to left, white 20%, #f6f6f6 90%);
  4194. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
  4195. min-height: 10px;
  4196. min-width: 20px;
  4197. margin-left: -8px; }
  4198.  
  4199. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4200.  
  4201. scale.horizontal.marks-after:not(.marks-before) slider:hover {
  4202.  
  4203. border-color: #bfbfbf;
  4204. background-color: transparent;
  4205. background-image: linear-gradient(to left, white 20%, #f6f6f6 90%);
  4206. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07); }
  4207.  
  4208. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4209.  
  4210. scale.horizontal.marks-after:not(.marks-before) slider:active {
  4211.  
  4212. border-color: #3584e4;
  4213. background-color: transparent;
  4214. background-image: linear-gradient(to left, white 20%, #f6f6f6 90%);
  4215. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(17,80,159, 0.6);}
  4216.  
  4217. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4218.  
  4219. scale.horizontal.marks-after:not(.marks-before) slider:disabled {
  4220.  
  4221. border-color: #bfbfbf;
  4222. background-color: transparent;
  4223. background-image: linear-gradient(to left, white 20%, #f6f6f6 90%);
  4224. box-shadow: none; }
  4225.  
  4226. scale.horizontal.marks-after:not(.marks-before).fine-tune slider {/* margin: -7px; margin-bottom: -11px; */}
  4227.  
  4228. scale.horizontal.marks-after:not(.marks-before).fine-tune slider {/* margin: -7px; margin-bottom: -11px;*/ }
  4229.  
  4230. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4231.  
  4232. scale.vertical.marks-after:not(.marks-before) slider {
  4233.  
  4234. margin-right: -8px;
  4235. border: 1px solid;
  4236. border-color: #bfbfbf;
  4237. margin-top: 3px;
  4238. margin-bottom:3px;
  4239. border-radius: 100%;
  4240. border-top-left-radius: 6px;
  4241. border-bottom-left-radius: 6px;
  4242. background-color: transparent;
  4243. background-image: linear-gradient(to right, white 20%, #f6f6f6 90%);
  4244. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
  4245. min-height: 10px;
  4246. min-width: 20px;
  4247. margin-left: -12px;}
  4248.  
  4249. scale.vertical.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-right: -11px; */}
  4250.  
  4251. scale.vertical.marks-after:not(.marks-before) slider:hover {
  4252.  
  4253. border-color: #bfbfbf;
  4254. background-color: transparent;
  4255. background-image: linear-gradient(to right, white 20%, #f6f6f6 90%);
  4256. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07); }
  4257.  
  4258. scale.vertical.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-right: -11px; */}
  4259.  
  4260. scale.vertical.marks-after:not(.marks-before) slider:active {
  4261.  
  4262. border-color: #3584e4;
  4263. background-color: transparent;
  4264. background-image: linear-gradient(to right, white 20%, #f6f6f6 90%);
  4265. box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(17,80,159, 0.6);}
  4266.  
  4267. scale.vertical.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-right: -11px;*/ }
  4268. scale.horizontal.marks-after:not(.marks-before) slider:disabled {
  4269.  
  4270. border-color: #bfbfbf;
  4271. background-color: transparent;
  4272. background-image: linear-gradient(to right, white 20%, #f6f6f6 90%);
  4273. box-shadow: none; }
  4274.  
  4275. scale.horizontal.marks-after:not(.marks-before).fine-tune slider {/* margin: -7px; margin-bottom: -11px; */}
  4276.  
  4277. scale.horizontal.marks-after:not(.marks-before).fine-tune slider {/* margin: -7px; margin-bottom: -11px;*/ }
  4278.  
  4279. scale.horizontal.marks-after:not(.marks-before).fine-tune slider { /*margin: -7px; margin-bottom: -11px;*/ }
  4280.  
  4281. scale.color { min-height: 0; min-width: 0; }
  4282.  
  4283. scale.color trough {
  4284.  
  4285. background-image: image(#cdcdcd);
  4286. background-repeat: no-repeat; }
  4287.  
  4288. scale.color.horizontal { padding: 0 0 15px 0; }
  4289.  
  4290. scale.color.horizontal trough {
  4291.  
  4292. padding-bottom: 4px;
  4293. background-position: 0 -3px;
  4294. border-top-left-radius: 0;
  4295. border-top-right-radius: 0; }
  4296.  
  4297. scale.color.horizontal slider:dir(ltr):hover,
  4298. scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr),
  4299. scale.color.horizontal slider:dir(rtl):hover,
  4300. scale.color.horizontal slider:dir(rtl):disabled,
  4301. scale.color.horizontal slider:dir(rtl) {
  4302.  
  4303. margin-bottom: -15px;
  4304. margin-top: 6px; }
  4305.  
  4306. scale.color.vertical:dir(ltr) { padding: 0 0 0 15px; }
  4307.  
  4308. scale.color.vertical:dir(ltr) trough {
  4309.  
  4310. padding-left: 4px;
  4311. background-position: 3px 0;
  4312. border-bottom-right-radius: 0;
  4313. border-top-right-radius: 0; }
  4314.  
  4315. scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider {
  4316.  
  4317. margin-left: -15px;
  4318. margin-right: 6px; }
  4319.  
  4320. scale.color.vertical:dir(rtl) { padding: 0 15px 0 0; }
  4321.  
  4322. scale.color.vertical:dir(rtl) trough {
  4323.  
  4324. padding-right: 4px;
  4325. background-position: -3px 0;
  4326. border-bottom-left-radius: 0;
  4327. border-top-left-radius: 0; }
  4328.  
  4329. scale.color.vertical:dir(rtl) slider:hover,scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider {
  4330.  
  4331. margin-right: -15px;
  4332. margin-left: 6px; }
  4333.  
  4334. scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) {
  4335.  
  4336. padding: 0 0 12px 0; }
  4337.  
  4338. scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough {
  4339.  
  4340. padding-bottom: 7px;
  4341. background-position: 0 -6px; }
  4342.  
  4343. scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider {
  4344.  
  4345. margin-bottom: -15px;
  4346. margin-top: 6px; }
  4347.  
  4348. scale.color.fine-tune.vertical:dir(ltr) { padding: 0 0 0 12px; }
  4349.  
  4350. scale.color.fine-tune.vertical:dir(ltr) trough { padding-left: 7px; background-position: 6px 0; }
  4351.  
  4352. scale.color.fine-tune.vertical:dir(ltr) slider { margin-left: -15px; margin-right: 6px; }
  4353.  
  4354. scale.color.fine-tune.vertical:dir(rtl) { padding: 0 12px 0 0; }
  4355.  
  4356. scale.color.fine-tune.vertical:dir(rtl) trough { padding-right: 7px; background-position: -6px 0; }
  4357.  
  4358. scale.color.fine-tune.vertical:dir(rtl) slider { margin-right: -15px; margin-left: 6px; }
  4359.  
  4360. /***************** Progress bars * */
  4361. progressbar { font-size: smaller; color: rgba(46, 52, 54, 0.4); }
  4362.  
  4363. progressbar.horizontal trough, progressbar.horizontal progress { min-height: 2px; }
  4364.  
  4365. progressbar.vertical trough, progressbar.vertical progress { min-width: 2px; }
  4366.  
  4367. progressbar.horizontal progress { margin: 0 -1px; }
  4368.  
  4369. progressbar.vertical progress { margin: -1px 0; }
  4370.  
  4371. progressbar progress { border-radius: 1.5px; }
  4372.  
  4373. progressbar progress.left { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
  4374.  
  4375. progressbar progress.right { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
  4376.  
  4377. progressbar progress.top { border-top-right-radius: 2px; border-top-left-radius: 2px; }
  4378.  
  4379. progressbar progress.bottom { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }
  4380.  
  4381. progressbar.osd { min-width: 3px; min-height: 3px; background-color: transparent; }
  4382.  
  4383. progressbar.osd trough {
  4384.  
  4385. border-style: none;
  4386. border-radius: 0;
  4387. background-color: transparent;
  4388. box-shadow: none; }
  4389.  
  4390. progressbar.osd progress { border-style: none; border-radius: 0; }
  4391.  
  4392. progressbar trough.empty progress { all: unset; }
  4393.  
  4394. /************* Level Bar * */
  4395. levelbar.horizontal block { min-height: 1px; }
  4396.  
  4397. levelbar.horizontal.discrete block { margin: 0 1px; min-width: 32px; }
  4398.  
  4399. levelbar.vertical block { min-width: 1px; }
  4400.  
  4401. levelbar.vertical.discrete block { margin: 1px 0; min-height: 32px; }
  4402.  
  4403.  
  4404. levelbar trough {
  4405.  
  4406. border: 1px solid;
  4407. padding: 2px;
  4408. border-radius: 3px;
  4409. color: black;
  4410. border-color: #cdcdcd;
  4411. background-color: #ffffff;
  4412. box-shadow: inset 0 0 0 1px rgba(53, 132, 228, 0); }
  4413.  
  4414. levelbar block { border: 1px solid; border-radius: 1px; }
  4415.  
  4416. levelbar block.low { border-color: #8f4700; background-color: #f57900; }
  4417.  
  4418. levelbar block.high, levelbar block:not(.empty) {
  4419.  
  4420. border-color: #15539e;
  4421. background-color: #3584e4; }
  4422.  
  4423. levelbar block.full { border-color: #1d814a; background-color: #33d17a; }
  4424.  
  4425. levelbar block.empty {
  4426.  
  4427. background-color: transparent;
  4428. border-color: rgba(46, 52, 54, 0.2); }
  4429.  
  4430. /*(((((((((( Print dialog )))))))))) */
  4431.  
  4432. printdialog paper { color: #363636;
  4433.  
  4434. border: 1px solid #cdcdcd;
  4435. background: white;
  4436. padding: 0; }
  4437.  
  4438. printdialog .dialog-action-box {
  4439.  
  4440. margin: 0.825rem;/*12px;*/ }
  4441.  
  4442. /*(((((((((( Frames ))))))))))*/
  4443.  
  4444. frame > border,
  4445. .frame {
  4446.  
  4447. box-shadow: none;
  4448. margin: 0; padding: 0;
  4449. border-radius: 0;
  4450. border: 1px solid #cdcdcd; }
  4451.  
  4452. frame > border.flat,
  4453. .frame.flat {
  4454.  
  4455. border-style: none; }
  4456.  
  4457. actionbar > revealer > box {
  4458.  
  4459. padding: 0.4125rem; /*6px;*/
  4460. border-top: 1px solid #cdcdcd; }
  4461.  
  4462. scrolledwindow viewport.frame { border-style: none; }
  4463.  
  4464. scrolledwindow overshoot.top {
  4465.  
  4466. background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#b6aea5), to(rgba(182, 174, 165, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0)));
  4467. background-size: 100% 5%, 100% 100%;
  4468. background-repeat: no-repeat;
  4469. background-position: center top;
  4470. background-color: transparent;
  4471. border: none;
  4472. box-shadow: none; }
  4473.  
  4474. scrolledwindow overshoot.bottom {
  4475.  
  4476. background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#b6aea5), to(rgba(182, 174, 165, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0)));
  4477. background-size: 100% 5%, 100% 100%;
  4478. background-repeat: no-repeat;
  4479. background-position: center bottom;
  4480. background-color: transparent;
  4481. border: none;
  4482. box-shadow: none; }
  4483.  
  4484. scrolledwindow overshoot.left {
  4485.  
  4486. background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#b6aea5), to(rgba(182, 174, 165, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0)));
  4487. background-size: 5% 100%, 100% 100%;
  4488. background-repeat: no-repeat;
  4489. background-position: left center;
  4490. background-color: transparent;
  4491. border: none;
  4492. box-shadow: none; }
  4493.  
  4494. scrolledwindow overshoot.right {
  4495.  
  4496. background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#b6aea5), to(rgba(182, 174, 165, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0)));
  4497. background-size: 5% 100%, 100% 100%;
  4498. background-repeat: no-repeat;
  4499. background-position: right center;
  4500. background-color: transparent;
  4501. border: none;
  4502. box-shadow: none; }
  4503.  
  4504. scrolledwindow junction {
  4505.  
  4506. border-color: transparent;
  4507. border-image: linear-gradient(to bottom, #cdcdcd 1px, transparent 1px) 0 0 0 1/0 1px stretch;
  4508. background-color: #cecece; }
  4509.  
  4510. scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; }
  4511.  
  4512. separator {
  4513.  
  4514. background: rgba(0, 0, 0, 0.1);
  4515. min-width: 1px;
  4516. min-height: 1px; }
  4517.  
  4518. /*(((((((((( Lists ))))))))))*/
  4519.  
  4520.  
  4521. list {
  4522.  
  4523. color: #202020;
  4524. background-color: #ffffff;
  4525. border-color: #cdcdcd; }
  4526.  
  4527. list row {
  4528.  
  4529. padding: 0.1375rem; /*2px;*/ }
  4530.  
  4531. row {
  4532.  
  4533. transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  4534.  
  4535. row:hover {
  4536.  
  4537. transition: none; }
  4538.  
  4539. row.activatable.has-open-popup, row.activatable:hover {
  4540.  
  4541. background-color: rgba(46, 52, 54, 0.05); }
  4542.  
  4543. row.activatable:active {
  4544.  
  4545. box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); }
  4546.  
  4547. row.activatable:selected:active {
  4548.  
  4549. box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
  4550.  
  4551. row.activatable:selected.has-open-popup,
  4552. row.activatable:selected:hover {
  4553.  
  4554. background-color: #347cd3; }
  4555.  
  4556. /*(((((((((( App Notifications ))))))))))*/
  4557.  
  4558. .app-notification,
  4559. .app-notification.frame {
  4560.  
  4561. padding: 0.6875rem; /*10px;*/
  4562. border-radius: 0 0 0.34375rem 0.34375rem;
  4563. background-color: rgba(36, 33, 42, 0.7);
  4564. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
  4565. background-clip: padding-box; }
  4566.  
  4567. .app-notification border,
  4568. .app-notification.frame border {
  4569.  
  4570. border: none; }
  4571.  
  4572. /*((((((((( Expanders )))))))))) */
  4573.  
  4574.  
  4575. expander title > arrow {
  4576.  
  4577. min-width: 1.1rem;/*16px;*/
  4578. min-height: 1.1rem;/*16px;*/
  4579. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  4580.  
  4581. expander title > arrow:dir(rtl) {
  4582.  
  4583. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  4584.  
  4585. expander title > arrow:hover {
  4586.  
  4587. color: #748489; }
  4588.  
  4589. expander title > arrow:disabled {
  4590.  
  4591. color: #929595; }
  4592.  
  4593. expander title > arrow:checked {
  4594.  
  4595. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  4596.  
  4597. /*(((((((((( Calendar )))))))))) */
  4598.  
  4599. calendar {
  4600.  
  4601. color: #202020;
  4602. border: 1px solid #cdcdcd; }
  4603.  
  4604. calendar:selected {
  4605.  
  4606. border-radius: 3px; }
  4607.  
  4608. calendar.header {
  4609.  
  4610. border-bottom-color: rgba(0, 0, 0, 0.1); }
  4611.  
  4612. calendar.button {
  4613.  
  4614. color: rgba(46, 52, 54, 0.45); }
  4615.  
  4616. calendar.button:hover {
  4617.  
  4618. color: #202020; }
  4619.  
  4620. calendar.button:disabled {
  4621.  
  4622. color: rgba(146, 149, 149, 0.45); }
  4623.  
  4624. calendar.highlight {
  4625.  
  4626. color: #929595; }
  4627.  
  4628. calendar:indeterminate {
  4629.  
  4630. color: alpha(currentColor,0.1); }
  4631.  
  4632. .gedit-search-entry-occurrences-tag {
  4633.  
  4634. all: unset;}
  4635.  
  4636. /*((((((((( Dialogs )))))))))*/
  4637.  
  4638. .dialog-action-area{
  4639.  
  4640. margin: 6px;}
  4641.  
  4642. .dialog-action-area button:active{
  4643. color: #363636;
  4644. background-image: image(#e8e8e8);
  4645. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  4646. }
  4647. messagedialog .titlebar {
  4648.  
  4649. border-width: 0 0 1px;
  4650. border-style: solid;
  4651. border-color: #ababab;
  4652. background: #dfdcd8 linear-gradient(to top, #c3c3c3, #dcdcdc);
  4653. box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
  4654. min-height: 1.925rem;/*28px;*/
  4655. border-top-left-radius: 0.48125rem;/*7px;*/
  4656. border-top-right-radius: 0.48125rem;/*7px;*/ }
  4657.  
  4658. messagedialog.csd.background {
  4659.  
  4660. background-image: image(#e6e6e6);
  4661. border-bottom-left-radius: 0;/*0.61875rem;*//*9px;*/
  4662. border-bottom-right-radius:0;/* 0.61875rem;*//*9px;*/}
  4663.  
  4664. messagedialog.csd .dialog-action-area button {
  4665.  
  4666. margin:0.6875rem;
  4667. border-radius: 0.320375rem;
  4668. border-right-style: solid;}
  4669.  
  4670. messagedialog.csd .dialog-action-area button:active {
  4671.  
  4672. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  4673. background-image: linear-gradient(to top,#e3e3e3,#dfdfdf);}
  4674.  
  4675. filechooser .dialog-action-box {
  4676.  
  4677. border-top: 1px solid #cdcdcd; }
  4678.  
  4679. filechooser #pathbarbox {
  4680.  
  4681. border-bottom: 1px solid #f6f6f6; }
  4682.  
  4683. filechooserbutton:drop(active) {
  4684.  
  4685. box-shadow: none;
  4686. border-color: transparent; }
  4687.  
  4688. /*(((((((((( Sidebar )))))))))))*/
  4689.  
  4690. .sidebar {
  4691.  
  4692. border-style: none;
  4693. background-color: transparent;
  4694.  
  4695. /* background-image: linear-gradient(to bottom left, rgba(252,252,252,0.92),rgba(248,248,248,0.92),rgba(244,244,244,0.92));*/}
  4696.  
  4697. stacksidebar.sidebar:dir(ltr) list,
  4698. stacksidebar.sidebar.left list,
  4699. stacksidebar.sidebar.left:dir(rtl) list,
  4700. .sidebar:not(separator):dir(ltr),
  4701. .sidebar:not(separator).left,
  4702. .sidebar:not(separator).left:dir(rtl) {
  4703.  
  4704. border-right: 1px solid #cdcdcd;
  4705. border-left-style: none; }
  4706.  
  4707. stacksidebar.sidebar:dir(rtl) list .sidebar:not(separator):dir(rtl),
  4708. stacksidebar.sidebar.right list .sidebar:not(separator):dir(rtl),
  4709. .sidebar:not(separator).right {
  4710.  
  4711. border-left: 1px solid #cdcdcd;
  4712. border-right-style: none; }
  4713.  
  4714. .sidebar list {
  4715.  
  4716. background-color: transparent; }
  4717.  
  4718. paned .sidebar.left,
  4719. paned .sidebar.right,
  4720. paned .sidebar.left:dir(rtl),
  4721. paned .sidebar:dir(rtl),
  4722. paned .sidebar:dir(ltr),
  4723. paned .sidebar {
  4724.  
  4725. border-style: none; }
  4726.  
  4727. stacksidebar row {
  4728.  
  4729. padding: 0.55rem 0.9625rem;/*8 14*/ }
  4730.  
  4731. stacksidebar row > label {
  4732.  
  4733. padding-left: 0.4125rem;/*6px;*/
  4734. padding-right: 0.4125rem;/*6px;*/}
  4735.  
  4736. stacksidebar row.needs-attention > label {
  4737.  
  4738. background-size: 6px 6px, 0 0; }/*6 6 0 0*/
  4739.  
  4740. separator.sidebar{
  4741.  
  4742. background-image: image(#cdcdcd);
  4743. background-color: #cdcdcd;}
  4744.  
  4745. separator.sidebar.selection-mode,
  4746. .selection-mode separator.sidebar {
  4747.  
  4748. background-color: #15539e; }
  4749.  
  4750. /*(((((((((( File chooser ))))))))) */
  4751.  
  4752. row image.sidebar-icon {
  4753.  
  4754. opacity: 0.7; }
  4755.  
  4756. placessidebar > viewport.frame {
  4757.  
  4758. border-style: none; }
  4759.  
  4760. .nautilus-window placessidebar row,
  4761. placessidebar row {
  4762. background-color: transparent;
  4763. border-radius: 3px;
  4764. margin-left: 5px;
  4765. margin-right: 5px;
  4766. text-shadow: 0 1px rgba(0, 0, 0, 0.10);
  4767. box-shadow: none;
  4768. min-height:1.925rem;/*28px 2.475rem;36px;*/
  4769. padding: 0px; }
  4770.  
  4771. placessidebar row > revealer {
  4772.  
  4773. padding: 0 0.9625rem;/*0 14px;*/ }
  4774.  
  4775. .nautilus-window placessidebar row:hover,
  4776. placessidebar row:hover {
  4777.  
  4778. background-color: rgba(51,133,229,0.07);}
  4779. placessidebar row:selected {
  4780.  
  4781. background-color: #1f77da;
  4782. color: #ffffff;
  4783. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  4784. text-shadow: 0 1px rgba(0, 0, 0, 0.519216); }
  4785. placessidebar row:hover:selected{
  4786. background-image: none;
  4787. background-color: #0c67cd;}
  4788. placessidebar row:disabled {
  4789.  
  4790. color: #929595; }
  4791.  
  4792. placessidebar row image.sidebar-icon:dir(ltr) {
  4793.  
  4794. padding-right: 0.55rem; /*8px;*/ }
  4795. placessidebar row image.sidebar-icon:dir(rtl) {
  4796.  
  4797. padding-left: 0.55rem; /*8px;*/ }
  4798.  
  4799. placessidebar row label.sidebar-label:dir(ltr) {
  4800.  
  4801. padding-right: 0.1375rem;/*2px;*/ }
  4802.  
  4803. placessidebar row label.sidebar-label:dir(rtl) {
  4804.  
  4805. padding-left: 0.1375rem;/*2px;*/ }
  4806.  
  4807. button.sidebar-button {
  4808.  
  4809. min-height: 1.7875rem;/*26px;*/
  4810. min-width: 1.7875rem;/*26px;*/
  4811. margin-top: 0.20625rem; /*3px;*/
  4812. margin-bottom: 0.20625rem; /*3px;*/
  4813. padding: 0;
  4814. border-radius: 100%;
  4815. -gtk-outline-radius: 100%; }
  4816.  
  4817. button.sidebar-button:not(:hover):not(:active) > image {
  4818.  
  4819. opacity: 0.7; }
  4820.  
  4821. placessidebar row:selected:active {
  4822.  
  4823. box-shadow: none; }
  4824.  
  4825. placessidebar row.sidebar-placeholder-row {
  4826.  
  4827. padding: 0 0.55rem; /*0 8px;*/
  4828. min-height: 0.1375rem;/*2px;*/
  4829. background-image: image(#4e9a06);
  4830. background-clip: content-box; }
  4831.  
  4832. placessidebar row.sidebar-new-bookmark-row {
  4833.  
  4834. color: #3584e4; }
  4835.  
  4836. placessidebar row:drop(active):not(:disabled) {
  4837.  
  4838. color: #4e9a06;
  4839. box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
  4840.  
  4841. placessidebar row:drop(active):not(:disabled):selected {
  4842.  
  4843. color: #ffffff;
  4844. background-color: #4e9a06; }
  4845.  
  4846. placesview .server-list-button > image {
  4847.  
  4848. transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  4849. -gtk-icon-transform: rotate(0turn); }
  4850.  
  4851. placesview .server-list-button:checked > image {
  4852.  
  4853. transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  4854. -gtk-icon-transform: rotate(-0.5turn); }
  4855.  
  4856. placesview row.activatable:hover {
  4857.  
  4858. background-color: transparent; }
  4859.  
  4860. placesview > actionbar > revealer > box > label {
  4861.  
  4862. padding-left: 0.55rem; /*8px;*/
  4863. padding-right: 0.55rem; /*8px;*/ }
  4864.  
  4865. /*(((((((((( Paned )))))))))*/
  4866.  
  4867. paned > separator {
  4868.  
  4869. min-width: 1px;
  4870. min-height: 1px;
  4871. -gtk-icon-source: none;
  4872. border-style: none;
  4873. background-color: transparent;
  4874. background-image: image(#cdcdcd);
  4875. background-size: 1px 1px; }
  4876.  
  4877. paned > separator:selected {
  4878.  
  4879. background-image: image(#3584e4); }
  4880.  
  4881. paned > separator.wide {
  4882.  
  4883. min-width: 5px;
  4884. min-height: 5px;
  4885. background-color: #f6f6f6;
  4886. background-image: image(#cdcdcd), image(#cdcdcd);
  4887. background-size: 1px 1px, 1px 1px; }
  4888.  
  4889. paned.horizontal > separator {
  4890.  
  4891. background-repeat: repeat-y; }
  4892.  
  4893. paned.horizontal > separator:dir(ltr) {
  4894.  
  4895. margin: 0 -8px 0 0;
  4896. padding: 0 8px 0 0;
  4897. background-position: left; }
  4898.  
  4899. paned.horizontal > separator:dir(rtl) {
  4900.  
  4901. margin: 0 0 0 -8px;
  4902. padding: 0 0 0 8px;
  4903. background-position: right; }
  4904.  
  4905. paned.horizontal > separator.wide {
  4906.  
  4907. margin: 0;
  4908. padding: 0;
  4909. background-repeat: repeat-y, repeat-y;
  4910. background-position: left, right; }
  4911.  
  4912. paned.vertical > separator {
  4913.  
  4914. margin: 0 0 -8px 0;
  4915. padding: 0 0 8px 0;
  4916. background-repeat: repeat-x;
  4917. background-position: top; }
  4918.  
  4919. paned.vertical > separator.wide {
  4920.  
  4921. margin: 0;
  4922. padding: 0;
  4923. background-repeat: repeat-x, repeat-x;
  4924. background-position: bottom, top; }
  4925.  
  4926. /*((((((((( GtkInfoBar )))))))))) */
  4927.  
  4928. infobar {
  4929.  
  4930. border-style: none; }
  4931.  
  4932. infobar.info,
  4933. infobar.question,
  4934. infobar.warning,
  4935. infobar.error {
  4936.  
  4937. text-shadow: 0 1px #1b6acb; }
  4938.  
  4939. infobar.info,
  4940. infobar.question,
  4941. infobar.warning,
  4942. infobar.error {
  4943.  
  4944. background-color: #3584e4; border-color: #1b6acb; }
  4945.  
  4946. infobar.info label,
  4947. infobar.info,
  4948. infobar.question label,
  4949. infobar.question,
  4950. infobar.warning label,
  4951. infobar.warning,
  4952. infobar.error label,
  4953. infobar.error {
  4954.  
  4955. color: #ffffff; }
  4956.  
  4957. infobar.info button,
  4958. infobar.question button,
  4959. infobar.warning button,
  4960. infobar.error button {
  4961.  
  4962. color: #ffffff;
  4963. border-radius:0.320375rem;/*4.66px*/
  4964. outline-color: rgba(255, 255, 255, 0.3);
  4965. border-color: #1b6acb;
  4966. border-bottom-color: #15539e;
  4967. background-image: linear-gradient(to top, #2379e2 2px, #3584e4);
  4968. text-shadow: 0 1px rgba(0, 0, 0, 0.519216);
  4969. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.559216);
  4970. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.07); }
  4971.  
  4972. infobar.info button:hover,
  4973. infobar.question button:hover,
  4974. infobar.warning button:hover,
  4975. infobar.error button:hover {
  4976.  
  4977. color: #ffffff;
  4978. outline-color: rgba(255, 255, 255, 0.3);
  4979. border-color: #1b6acb;
  4980. border-bottom-color: #15539e;
  4981. text-shadow: 0 1px rgba(0, 0, 0, 0.511216);
  4982. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.511216);
  4983. box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.07);
  4984. background-image: linear-gradient(to top, #3584e4, #3987e5 1px); }
  4985.  
  4986. infobar.info button:active,
  4987. infobar.info button:checked,
  4988. infobar.question button:active,
  4989. infobar.question button:checked,
  4990. infobar.warning button:active,
  4991. infobar.warning button:checked,
  4992. infobar.error button:active,
  4993. infobar.error button:checked {
  4994.  
  4995. color: #ffffff;
  4996. outline-color: rgba(255, 255, 255, 0.3);
  4997. border-color: #1b6acb;
  4998. background-image: image(#1961b9);
  4999. box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  5000. text-shadow: none;
  5001. -gtk-icon-shadow: none; }
  5002.  
  5003. infobar.info button:disabled,
  5004. infobar.question button:disabled,
  5005. infobar.warning button:disabled,
  5006. infobar.error button:disabled {
  5007.  
  5008. border-color: #1b6acb;
  5009. background-image: image(#5396e8);
  5010. text-shadow: none;
  5011. -gtk-icon-shadow: none;
  5012. box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
  5013.  
  5014. infobar.info button:disabled label,
  5015. infobar.info button:disabled,
  5016. infobar.question button:disabled label,
  5017. infobar.question button:disabled,
  5018. infobar.warning button:disabled label,
  5019. infobar.warning button:disabled,
  5020. infobar.error button:disabled label,
  5021. infobar.error button:disabled {
  5022.  
  5023. color: #a9cbf4; }
  5024.  
  5025. infobar.info selection,
  5026. infobar.question selection,
  5027. infobar.warning selection,
  5028. infobar.error selection {
  5029.  
  5030. background-color: #1b6acb; }
  5031.  
  5032. /*(((((((((( Tooltips)))))))))) */
  5033.  
  5034. tooltip {
  5035.  
  5036. border-radius: 0.34375rem;
  5037. color: #ffffff;
  5038. text-shadow: none;}
  5039.  
  5040. tooltip.background {
  5041.  
  5042. background-color:rgba(0,0,0,0.80);
  5043. /*background-image: linear-gradient(to bottom,rgba(0,0,0,0.85),rgba(0,0,0,0.85));
  5044. background-clip: padding-box;*/ }
  5045.  
  5046. tooltip.background label {
  5047.  
  5048. padding-left: 6px;
  5049. padding-right: 6px;
  5050. padding-top: 0px;
  5051. padding-bottom:0px;}
  5052.  
  5053. tooltip decoration {
  5054.  
  5055. background-color: transparent; }
  5056.  
  5057. tooltip * {
  5058.  
  5059. background-color: rgba(0,0,0,0);
  5060. color: #ffffff; }
  5061.  
  5062. /*((((((((( Color Chooser )))))))))*/
  5063.  
  5064.  
  5065. colorswatch:drop(active), colorswatch { border-style: none; }
  5066.  
  5067. colorswatch.top { border-top-left-radius: 5.5px; border-top-right-radius: 5.5px; }
  5068.  
  5069. colorswatch.top overlay { border-top-left-radius: 5px; border-top-right-radius: 5px; }
  5070.  
  5071. colorswatch.bottom { border-bottom-left-radius: 5.5px; border-bottom-right-radius: 5.5px; }
  5072.  
  5073. colorswatch.bottom overlay { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
  5074.  
  5075. colorswatch.left, colorswatch:first-child:not(.top) { border-top-left-radius: 5.5px; border-bottom-left-radius: 5.5px; }
  5076.  
  5077. colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
  5078.  
  5079. colorswatch.right, colorswatch:last-child:not(.bottom) { border-top-right-radius: 5.5px; border-bottom-right-radius: 5.5px; }
  5080.  
  5081. colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
  5082.  
  5083. colorswatch.dark { outline-color: rgba(255, 255, 255, 0.6); }
  5084.  
  5085. colorswatch.dark overlay { color: white; }
  5086.  
  5087. colorswatch.dark overlay:hover { border-color: rgba(0, 0, 0, 0.8); }
  5088.  
  5089. colorswatch.light { outline-color: rgba(0, 0, 0, 0.6); }
  5090.  
  5091. colorswatch.light overlay { color: black; }
  5092.  
  5093. colorswatch.light overlay:hover { border-color: rgba(0, 0, 0, 0.5); }
  5094.  
  5095. colorswatch:drop(active) { box-shadow: none; }
  5096.  
  5097. colorswatch:drop(active).light overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px #3d7805, inset 0 0 0 1px #4e9a06; }
  5098.  
  5099. colorswatch:drop(active).dark overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #4e9a06; }
  5100.  
  5101. colorswatch overlay { border: 1px solid rgba(0, 0, 0, 0.3); }
  5102.  
  5103. colorswatch overlay:hover { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.2); }
  5104.  
  5105. colorswatch#add-color-button { border-radius: 5px 5px 0 0; }
  5106.  
  5107. colorswatch#add-color-button:only-child { border-radius: 5px; }
  5108.  
  5109. colorswatch#add-color-button overlay { color: #363636; outline-color: rgba(46, 52, 54, 0.3); border-color: #cdcdcd; border-bottom-color: #bfbfbf; background-image: linear-gradient(to top, #edebe9 2px, #f6f6f6); text-shadow: 0 1px rgba(255, 255, 255, 0.769231); -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07); }
  5110.  
  5111. colorswatch#add-color-button overlay:hover { color: #363636; outline-color: rgba(46, 52, 54, 0.3); border-color: #cdcdcd; border-bottom-color: #bfbfbf; text-shadow: 0 1px rgba(255, 255, 255, 0.769231); -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.07); background-image: linear-gradient(to top, #f6f6f6, #f8f8f7 1px); }
  5112.  
  5113. colorswatch:disabled { opacity: 0.5; }
  5114.  
  5115. colorswatch:disabled overlay { border-color: rgba(0, 0, 0, 0.6); box-shadow: none; }
  5116.  
  5117. row:selected colorswatch { box-shadow: 0 0 0 2px #ffffff; }
  5118.  
  5119. colorswatch#editor-color-sample { border-radius: 4px; }
  5120.  
  5121. colorswatch#editor-color-sample overlay { border-radius: 4.5px; }
  5122.  
  5123. colorchooser .popover.osd { border-radius: 5px; }
  5124.  
  5125. /******** Misc * */
  5126. .content-view { background-color: #e6e3e0; }
  5127.  
  5128. .content-view:hover { -gtk-icon-effect: highlight; }
  5129.  
  5130. .osd .scale-popup button.flat { border-style: none; border-radius: 5px; }
  5131.  
  5132. .scale-popup button:hover { background-color: rgba(46, 52, 54, 0.1); border-radius: 5px; }
  5133.  
  5134. /*(((((((((( Window Decorations )))))))))) */
  5135.  
  5136. decoration {
  5137.  
  5138. border-radius: 0.55rem 0.55rem 0 0;
  5139. border-width: 0px;
  5140. box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.15);
  5141. margin: 12px; }
  5142.  
  5143. csd decoration:backdrop,
  5144. csd decoration {
  5145.  
  5146. border-radius: 6px 6px 0 0;
  5147. border-width: 1px;
  5148. box-shadow: 1px 8px 8px 8px rgba(0,0,0,0.3),0 0 0 1px rgba(0, 0, 0, 0.1);
  5149. margin: 4px;}
  5150.  
  5151. .maximized decoration,
  5152. .fullscreen decoration,
  5153. .tiled decoration,
  5154. .tiled-top decoration,
  5155. .tiled-right decoration,
  5156. .tiled-bottom decoration,
  5157. .tiled-left decoration {
  5158.  
  5159. border-radius: 0; }
  5160.  
  5161. .popup decoration {
  5162.  
  5163. border-radius: 0.347rem;
  5164.  
  5165. /*box-shadow: none; */}
  5166.  
  5167. .ssd decoration {
  5168.  
  5169. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); }
  5170.  
  5171. .csd.popup decoration {
  5172.  
  5173. border-radius: 0.34375rem;/*5px*/
  5174. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*0 0 0 1px rgba(0, 0, 0, 0.13);*/ }
  5175.  
  5176. tooltip.csd decoration {
  5177.  
  5178. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
  5179. border-radius: 0.34375rem; }
  5180.  
  5181. messagedialog.csd decoration {
  5182.  
  5183. border-radius: 0.55rem;/*8px*/
  5184. box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.15);
  5185. /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);*/ }
  5186.  
  5187. .solid-csd decoration {
  5188.  
  5189. background-color: transparent;
  5190. margin: 0;
  5191. padding: 2px;
  5192. box-shadow: 0 6px 6px rgba(0, 0, 0, 0.26);
  5193. /* margin: 0;
  5194. padding: 0.275rem;
  5195. background-color: #cdcdcd;
  5196. border: solid 1px #cdcdcd;
  5197. border-radius: 0;
  5198. box-shadow: inset 0 0 0 3px white, inset 0 1px rgba(255, 255, 255, 0.8);*/}
  5199.  
  5200. /*button.titlebutton {
  5201.  
  5202. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5203. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); }*/
  5204.  
  5205. .selection-mode headerbar button.titlebutton,
  5206. .selection-mode .titlebar button.titlebutton,
  5207. headerbar.selection-mode button.titlebutton,
  5208. .titlebar.selection-mode button.titlebutton {
  5209.  
  5210. /* text-shadow: 0 1px rgba(0, 0, 0, 0.519216);
  5211. -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.559216);*/ }
  5212.  
  5213. .view:selected:focus,
  5214. .view:selected,
  5215. iconview:selected,
  5216. .view text:selected,
  5217. iconview text:selected,
  5218. textview text:selected,
  5219. .view text selection:focus,
  5220. iconview text selection:focus,
  5221. .view text selection,
  5222. iconview text selection,
  5223. textview text selection:focus,
  5224. textview text selection,
  5225. flowbox flowboxchild:selected,
  5226. spinbutton:not(.vertical) selection,
  5227. entry selection,
  5228. modelbutton.flat:selected,
  5229. .menuitem.button.flat:selected,
  5230. treeview.view:selected:focus,
  5231. treeview.view:selected,
  5232. row:selected,
  5233. calendar:selected {
  5234.  
  5235. background-color: #3584e4;
  5236. text-shadow: 0 1px #255694; }
  5237.  
  5238. row:selected label,
  5239. label:selected,
  5240. .view:selected:focus,
  5241. .view:selected,
  5242. iconview:selected,
  5243. .view text:selected,
  5244. iconview text:selected,
  5245. textview text:selected,
  5246. .view text selection:focus,
  5247. iconview text selection:focus,
  5248. .view text selection,
  5249. iconview text selection,
  5250. textview text selection:focus,
  5251. textview text selection,
  5252. flowbox flowboxchild:selected,
  5253. spinbutton:not(.vertical) selection,
  5254. entry selection,
  5255. modelbutton.flat:selected,
  5256. .menuitem.button.flat:selected,
  5257. treeview.view:selected:focus,
  5258. treeview.view:selected, row:selected,
  5259. calendar:selected {
  5260.  
  5261. color: #ffffff;
  5262. text-shadow: 0 1px #255694 }
  5263.  
  5264. row:selected label:disabled,
  5265. label:disabled:selected,
  5266. iconview:disabled:selected:focus,
  5267. .view:disabled:selected,
  5268. iconview:disabled:selected,
  5269. iconview text:disabled:selected:focus,
  5270. textview text:disabled:selected:focus,
  5271. .view text:disabled:selected,
  5272. iconview text:disabled:selected,
  5273. textview text:disabled:selected,
  5274. iconview text selection:disabled:focus,
  5275. .view text selection:disabled,
  5276. iconview text selection:disabled,
  5277. textview text selection:disabled,
  5278. flowbox flowboxchild:disabled:selected,
  5279. label:disabled selection,
  5280. spinbutton:not(.vertical)
  5281. selection:disabled,
  5282. entry selection:disabled,
  5283. modelbutton.flat:disabled:selected,
  5284. .menuitem.button.flat:disabled:selected,
  5285. row:disabled:selected,
  5286. calendar:disabled:selected {
  5287.  
  5288. color: #9ac2f2; }
  5289.  
  5290. .monospace { font-family: monospace; }
  5291.  
  5292. /********************** Touch Copy & Paste * */
  5293.  
  5294.  
  5295. cursor-handle {
  5296.  
  5297. background-color: transparent;
  5298. background-image: none;
  5299. box-shadow: none;
  5300. border-style: none; }
  5301.  
  5302. cursor-handle.top {
  5303. -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
  5304. cursor-handle.bottom {
  5305. -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
  5306.  
  5307. .context-menu {
  5308.  
  5309. font: initial; }
  5310.  
  5311. .keycap {
  5312.  
  5313. min-width: 20px;
  5314. min-height: 25px;
  5315. margin-top: 2px;
  5316. padding-bottom: 3px;
  5317. padding-left: 6px;
  5318. padding-right: 6px;
  5319. color: #363636;
  5320. background-color: #ffffff;
  5321. border: 1px solid;
  5322. border-color: #e1dedb;
  5323. border-radius: 0.320375rem;/*4.66px*/
  5324. box-shadow: inset 0 -3px #f8f7f6;
  5325. font-size: smaller; }
  5326.  
  5327. :not(decoration):not(window):drop(active):focus,
  5328. :not(decoration):not(window):drop(active) {
  5329.  
  5330. border-color: #4e9a06;
  5331. box-shadow: inset 0 0 0 1px #4e9a06;
  5332. caret-color: #4e9a06; }
  5333.  
  5334. stackswitcher button.text-button {
  5335.  
  5336. min-width: 5.5rem;/*80px;*/ }
  5337.  
  5338. stackswitcher button.circular,
  5339. stackswitcher button.text-button.circular {
  5340.  
  5341. min-width: 32px; min-height: 32px; padding: 0; }
  5342.  
  5343. /*((((((((((App Icons )))))))))) */
  5344.  
  5345. /* Outline for low res icons */
  5346.  
  5347. .lowres-icon {
  5348.  
  5349. -gtk-icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
  5350.  
  5351. /* Drapshadow for large icons */
  5352.  
  5353. .icon-dropshadow {
  5354.  
  5355. -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
  5356.  
  5357. /*(((((((((( Emoji )))))))))) */
  5358.  
  5359.  
  5360. popover.emoji-picker { padding-left: 0; padding-right: 0; }
  5361.  
  5362. button.emoji-section {
  5363.  
  5364. border-color: transparent;
  5365. border-width: 3px;
  5366. border-style: none none solid;
  5367. border-radius: 0;
  5368. margin: 2px 4px 2px 4px;
  5369. padding: 3px 0 0;
  5370. min-width: 32px;
  5371. min-height: 28px;
  5372. background: none;
  5373. box-shadow: none;
  5374. text-shadow: none;
  5375. outline-offset: -5px; }
  5376.  
  5377. button.emoji-section:hover { border-color: #cdcdcd; }
  5378.  
  5379. button.emoji-section:checked { border-color: #3584e4; }
  5380.  
  5381. button.emoji-section label { padding: 0; opacity: 0.55; }
  5382.  
  5383. button.emoji-section:hover label { opacity: 0.775; }
  5384.  
  5385. button.emoji-section:checked label { opacity: 1; }
  5386.  
  5387. popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
  5388.  
  5389. popover.emoji-picker .emoji :hover { background: #3584e4; }
  5390.  
  5391. popover.emoji-completion arrow { border: none; background: none; }
  5392.  
  5393. popover.emoji-completion contents row box { padding: 2px 10px; }
  5394.  
  5395. popover.emoji-completion .emoji:hover { background: white; }
  5396.  
  5397. popover .linked:not(.vertical) > button:focus,
  5398. popover .linked:not(.vertical) > button{
  5399.  
  5400. border-color: rgba(105,105,105,0.3);
  5401. text-shadow: none;
  5402. color: rgba(100,103,114,1);
  5403. background-image: none;
  5404. box-shadow: none;
  5405. background-color: transparent;
  5406. border-left-style: none;}
  5407.  
  5408. popover .linked:not(.vertical) > button:hover:focus,
  5409. popover .linked:not(.vertical) > button:hover{
  5410.  
  5411. text-shadow: none;
  5412. background-image: image(rgba(255,255,255,1));
  5413. background-color: transparent;}
  5414.  
  5415. popover .linked:not(.vertical) > button:first-child{
  5416.  
  5417. border-top-right-radius:0px;
  5418. border-bottom-right-radius:0px;
  5419. border-top-left-radius: 0.320375rem;/*4.66px*/
  5420. border-bottom-left-radius: 0.320375rem;/*4.66px*/
  5421. border-style: solid;}
  5422.  
  5423. popover .linked:not(.vertical) > button:last-child{
  5424.  
  5425. border-top-left-radius: 0px;
  5426. border-bottom-left-radius: 0px;
  5427. border-top-right-radius: 0.320375rem;/*4.66px*/
  5428. border-bottom-right-radius: 0.320375rem;/*4.66px*/
  5429. border-style: solid;}
  5430.  
  5431. popover.linked:not(.vertical) > button:only-child{
  5432.  
  5433. border-radius: 0.320375rem;/*4.66px*/
  5434. border-style: solid;}
  5435.  
  5436. window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal {
  5437.  
  5438. background-image: linear-gradient(to top, #e6e6e6, #e6e6e6);
  5439. background-color: transparent;
  5440. box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); }
  5441.  
  5442. window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button {
  5443.  
  5444. color: rgba(40,40,40, 0.8);
  5445. border: none;
  5446. border-radius: 50px;
  5447. background-image: none; }
  5448.  
  5449. window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:hover {
  5450.  
  5451. background-color: rgba(255, 255, 255, 0.95);
  5452. color: rgba(40,40,40, 0.8);}
  5453.  
  5454. window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:checked {
  5455.  
  5456. background-color: rgba(255, 0, 0, 0.65);
  5457. color: white; }
  5458.  
  5459. window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:disabled {
  5460.  
  5461. color: alpha(rgba(40, 32, 32, 0.8),0.6); }
  5462.  
  5463. window.background:not(.solid-csd) > notebook:not(.frame) {
  5464.  
  5465. border: 0 none transparent;
  5466. background-color: #404040; }
  5467.  
  5468. window.background:not(.solid-csd) > notebook:not(.frame) > stack {
  5469.  
  5470. border: none;
  5471. box-shadow: none; }
  5472.  
  5473. #clock-applet-button {
  5474. color: rgba(0, 0, 0, 0.54);
  5475. }
  5476.  
  5477. /*(((((((((( Titlebuttons ))))))))))*/
  5478. .selection-mode headerbar button.titlebutton,
  5479. .selection-mode .titlebar button.titlebutton,
  5480. headerbar.selection-mode button.titlebutton,
  5481. .titlebar.selection-mode button.titlebutton
  5482. .titlebar button.titlebutton,
  5483. headerbar button.titlebutton{
  5484.  
  5485. border: none;
  5486. min-width: 0.1rem;
  5487. min-height: 0.1rem;
  5488. text-shadow:none;
  5489. box-shadow:none;
  5490. padding: 0px;
  5491. color:transparent;
  5492. background-image: none;
  5493. background-color: transparent;
  5494. margin-left:0.1375rem;/*2px*/
  5495. margin-right: 0.1375rem;/*2px*/
  5496. border-radius: 9999px;}
  5497. .selection-mode headerbar button.titlebutton.close,
  5498. .selection-mode .titlebar button.titlebutton.close,
  5499. headerbar.selection-mode button.titlebutton.close,
  5500. .titlebar.selection-mode button.titlebutton.close,
  5501. .titlebar button.titlebutton.close,
  5502. headerbar button.titlebutton.close{
  5503.  
  5504. background-image:radial-gradient(circle at center,#ef7c53 5.6px,#de5151, #d1d1d1 2px);
  5505. background-position: center center;}
  5506.  
  5507. .selection-mode headerbar button.titlebutton.close:hover,
  5508. .selection-mode .titlebar button.titlebutton.close:hover,
  5509. headerbar.selection-mode button.titlebutton.close:hover,
  5510. .titlebar.selection-mode button.titlebutton.close:hover,
  5511. .titlebar button.titlebutton.close:hover,
  5512. headerbar button.titlebutton.close:hover{
  5513.  
  5514. background-image:url("graphics/titlebutton-close.svg"),radial-gradient(circle at center,#ef7c53 5.6px,#d74747, #d1d1d1 2px);
  5515. background-position: center center;}
  5516.  
  5517. .selection-mode headerbar button.titlebutton.minimize,
  5518. .selection-mode .titlebar button.titlebutton.minimize,
  5519. headerbar.selection-mode button.titlebutton.minimize,
  5520. .titlebar.selection-mode button.titlebutton.minimize,
  5521. .titlebar button.titlebutton.minimize,
  5522. headerbar button.titlebutton.minimize{
  5523.  
  5524. background-image: radial-gradient(circle at center,#c0c0c0 5.6px,#aeaeae, #d1d1d1 2px);}
  5525.  
  5526. .selection-mode headerbar button.titlebutton.minimize:hover,
  5527. .selection-mode .titlebar button.titlebutton.minimize:hover,
  5528. headerbar.selection-mode button.titlebuttonminimize:hover,
  5529. .titlebar.selection-mode button.titlebuttonminimize:hover,
  5530. .titlebar button.titlebutton.minimize:hover,
  5531. headerbar button.titlebutton.minimize:hover{
  5532.  
  5533. background-image:url("graphics/titlebutton-minimize.svg"),radial-gradient(circle at center,#c0c0c0 5.6px,#aeaeae, #d1d1d1 2px);
  5534. background-position: center center;}
  5535.  
  5536. .selection-mode headerbar button.titlebutton:backdrop,
  5537. .selection-mode .titlebar button.titlebutton:backdrop,
  5538. headerbar.selection-mode button.titlebutton:backdrop,
  5539. .titlebar.selection-mode button.titlebutton:backdrop,
  5540. .titlebar button.titlebutton:backdrop,
  5541. headerbar button.titlebutton:backdrop,
  5542. .selection-mode headerbar button.titlebutton.restore,
  5543. .selection-mode .titlebar button.titlebutton.restore,
  5544. headerbar.selection-mode button.titlebutton.restore,
  5545. .titlebar.selection-mode button.titlebutton.restore,
  5546. .titlebar button.titlebutton.restore,
  5547. headerbar button.titlebutton.restore,
  5548. .selection-mode headerbar button.titlebutton.maximize,
  5549. .selection-mode .titlebar button.titlebutton.maximize,
  5550. headerbar.selection-mode button.titlebutton.maximize,
  5551. .titlebar.selection-mode button.titlebutton.maximize,
  5552. .titlebar button.titlebutton.maximize,
  5553. headerbar button.titlebutton.maximize{
  5554.  
  5555. background-image: radial-gradient(circle at center,#c0c0c0 5.6px,#aeaeae, #d1d1d1 2px);}
  5556.  
  5557. .selection-mode headerbar button.titlebutton.restore:hover,
  5558. .selection-mode .titlebar button.titlebutton.restore:hover,
  5559. headerbar.selection-mode button.titlebutton.restore:hover,
  5560. .titlebar.selection-mode button.titlebutton.restore:hover,
  5561. .titlebar button.titlebutton.restore:hover,
  5562. headerbar button.titlebutton.restore:hover,
  5563. .selection-mode headerbar button.titlebutton.maximize:hover,
  5564. .selection-mode .titlebar button.titlebutton.maximize:hover,
  5565. headerbar.selection-mode button.titlebutton.maximize:hover,
  5566. .titlebar.selection-mode button.titlebutton.maximize:hover,
  5567. .titlebar button.titlebutton.maximize:hover,
  5568. headerbar button.titlebutton.maximize:hover{
  5569.  
  5570. background-image:url("graphics/titlebutton-maximize.svg"),radial-gradient(circle at center,#c0c0c0 5.6px,#aeaeae, #d1d1d1 2px);
  5571. background-position: center center;}
  5572.  
  5573. .nautilus-window.csd.background{
  5574.  
  5575. background-color: transparent; }
  5576.  
  5577. .nautilus-window placessidebar.sidebar,
  5578. placessidebar.sidebar{
  5579.  
  5580. background-image: url("graphics/background.png"),linear-gradient(to bottom left,rgba(242,243,246,0.96),rgba(219,224,230,0.96),rgba(215,220,226,0.96),rgba(219,224,230,0.96));
  5581. background-color: transparent;
  5582. background-size: cover;}
  5583.  
  5584. .nautilus-window notebook{
  5585.  
  5586. background-color: rgba(249,249,249,0.98);}
  5587.  
  5588. .nautilus-window notebook > stack:not(:only-child) searchbar {
  5589.  
  5590. background-color: transparent; }
  5591.  
  5592.  
  5593. .sidebar {
  5594.  
  5595. min-width: 161px;
  5596. border-style: solid;
  5597. border: 1 0 0;
  5598. color: #202020;
  5599. text-shadow: 0px 1px alpha(#000000, 0.10);
  5600. background-color:transparent;
  5601. background-image:url("graphics/background.png"),linear-gradient(to bottom left,rgba(242,243,246,0.92),rgba(219,224,230,0.93),rgba(215,220,226,0.93),rgba(219,224,230,0.93));
  5602. background-size:cover;}
  5603.  
  5604. .sidebar row,
  5605. .sidebar treeview {
  5606.  
  5607. color:#202020;
  5608. box-shadow: none;
  5609. border-top: 1px solid transparent;
  5610. border-bottom: 1px solid transparent;}
  5611. .sidebar row:selected:active,
  5612. .sidebar row:selected,
  5613. .sidebar row:selected:focus,
  5614. .sidebar treeview:selected,
  5615. .sidebar treeview:selected:active,
  5616. .sidebar treeview:selected:focus{
  5617.  
  5618. background-image: image(#1f77da);
  5619. background-size: cover;
  5620. color: #ffffff;
  5621. text-shadow: 0 1px rgba(0,0,0, 0.5);
  5622. -gtk-icon-shadow: 0 1px rgba(0,0,0, 0.5);
  5623. /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/}
  5624.  
  5625. sidebar row:selected label, .sidebar row:selected:focus label,
  5626. .sidebar treeview:selected label,
  5627. .sidebar treeview:selected:focus label{
  5628.  
  5629. color: #ffffff; }
  5630.  
  5631. .sidebar row .view:selected,
  5632. .sidebar row iconview:selected,
  5633. .sidebar row .view:selected:focus,
  5634. .sidebar row iconview:selected:focus,
  5635. .sidebar treeview .view:selected,
  5636. .sidebar treeview iconview:selected,
  5637. .sidebar treeview .view:selected:focus,
  5638. .sidebar treeview iconview:selected:focus {
  5639.  
  5640. color: #ffffff; }
  5641.  
  5642. stacksidebar.sidebar:dir(ltr) list,
  5643. stacksidebar.sidebar.left list,
  5644. stacksidebar.sidebar.left:dir(rtl) list,
  5645. .sidebar:dir(ltr),
  5646. .sidebar.left,
  5647. .sidebar.left:dir(rtl) {
  5648.  
  5649. border-right: 1px solid #3c3c3c;
  5650. border-left-style: none;
  5651. border-top-style: none;
  5652. border-bottom-style: none; }
  5653.  
  5654. stacksidebar.sidebar:dir(rtl) list,
  5655. .sidebar:dir(rtl),
  5656. stacksidebar.sidebar.right list,
  5657. .sidebar:dir(rtl),
  5658. .sidebar.right {
  5659.  
  5660. border-left: 1px solid #3c3c3c;
  5661. border-right-style: none;
  5662. border-top-style: none;
  5663. border-bottom-style: none; }
  5664.  
  5665. .sidebar list, .sidebar treeview {
  5666.  
  5667. background-color: transparent; }
  5668.  
  5669. paned .sidebar.left,
  5670. paned .sidebar.right,
  5671. paned .sidebar.left:dir(rtl),
  5672. paned .sidebar:dir(rtl),
  5673. paned .sidebar:dir(ltr),
  5674. paned .sidebar {
  5675.  
  5676. border-style: none; }
  5677.  
  5678.  
  5679.  
  5680. /*((((((((( XFCE-panel ))))))))))*/
  5681.  
  5682. /*.xfce4-panel.background {
  5683.  
  5684. background-color: rgba(44,43,44,0.96);
  5685. color: #dddddd;
  5686. border: none;
  5687. text-shadow: text-shadow: 0px 1px alpha(#000000, 0.40),0 -1px alpha(#ffffff, 0.04),-1px 0px alpha(#ffffff, 0.04);
  5688. font-weight: normal; }
  5689.  
  5690. .xfce4-panel.background button {
  5691. margin-left:4px;
  5692. margin-right: 4px;
  5693. color: rgba(255,255,255,0.7);
  5694. text-shadow: none;
  5695. text-shadow: text-shadow: 0px 1px alpha(#000000, 0.30);
  5696. background-image: none;
  5697. background-color: #2c2b2c;
  5698. border-radius: 0;
  5699. border: none;
  5700. box-shadow: none;
  5701. padding: 0 6px;}
  5702.  
  5703. .xfce4-panel.background button:active:hover,
  5704. .xfce4-panel.background button:checked:hover,
  5705. .xfce4-panel.background button:active,
  5706. .xfce4-panel.background button:checked {
  5707.  
  5708. background-color:#4f5052;
  5709. background-image: none;
  5710. border: none;
  5711. color: #ffffff;
  5712. text-shadow: 0px 1px alpha(#000000, 0.30);
  5713. box-shadow: inset 0 -0.20625rem #3584e4;
  5714. transition: none; }
  5715.  
  5716. .xfce4-panel.background button:hover {
  5717.  
  5718. background-color:#3d3e40;
  5719. background-image: none;
  5720. color: rgba(255,255,255,0.8);
  5721. box-shadow: inset 0 -0.20625rem #909090;
  5722. text-shadow: 0px 1px alpha(#000000, 0.30);
  5723. transition: none; }
  5724.  
  5725. .xfce4-panel.background menu {
  5726. border-radius: 0px;
  5727. background-color: transparent;
  5728. background-image: image(rgba(44,43,44,0.94));
  5729. -gtk-icon-effect: none;
  5730. color: rgba(255,255,255,0.8);}
  5731.  
  5732. .xfce4-panel.background menu menuitem:hover{
  5733.  
  5734. background-color: rgba(255,255,255,0.1);}*/
  5735.  
  5736. /*(((((((((((((((((((((((((( thunar/Nemo changes )))))))))))))))))))))*/
  5737.  
  5738.  
  5739.  
  5740. window.thunar grid scrolledwindow.sidebar treeview
  5741. {
  5742. background: alpha(#f0f0f0, 0.1);
  5743. color: #303030;
  5744. }
  5745.  
  5746.  
  5747. window.thunar
  5748. {
  5749. background: alpha(#f0f0f0, 0.8);
  5750. }
  5751.  
  5752.  
  5753. .thunar scrolledwindow
  5754. {
  5755. background: transparent;
  5756. background-color: transparent;
  5757. }
  5758.  
  5759. window.thunar paned scrolledwindow treeview.view:selected:dir(ltr)
  5760. {
  5761. color: #ffffff;
  5762. background: #6b94bf;
  5763. }
  5764.  
  5765.  
  5766. .thunar toolbar.horizontal button image, .thunar .horizontal.inline-toolbar button image {
  5767. -gtk-icon-transform: scale(0.9); }
  5768.  
  5769. .thunar toolbar, .thunar .inline-toolbar {
  5770. color: #404040;
  5771. background-color: #f0f0f0; }
  5772.  
  5773. .thunar statusbar {
  5774. color: #303030;
  5775. margin: 0 -10px;
  5776. padding: 0 4px;
  5777. background-color: #ffffff;}
  5778.  
  5779.  
  5780. .nemo-window .menubar,
  5781. .nemo-window menubar,
  5782. .thunar.menubar,
  5783. .thunar menubar{
  5784.  
  5785. -GtkWidget-window-dragging: true;
  5786. padding: 0px;
  5787. margin-bottom: -1px;
  5788. background-color: transparent;
  5789. background-image: linear-gradient(to top, #e1e0e1, #e1e0e1);}
  5790.  
  5791.  
  5792. .thunar toolbar{
  5793.  
  5794. margin-top: 0px;
  5795. padding-top: 2px;
  5796. padding-bottom: 3px;
  5797. padding-left: 1px;
  5798. padding-right: 1px;
  5799. background-color: transparent;
  5800. background-image: linear-gradient(to top, #e1e0e1, #e1e0e1); }
  5801.  
  5802. .nemo-window toolbar,
  5803. .nemo-window .primary-toolbar{
  5804.  
  5805. margin-top: -1px;
  5806. padding-top: 1px;
  5807. padding-bottom: 0px;
  5808. padding-left: 1px;
  5809. padding-right: 1px;
  5810. background-color: transparent;
  5811. border-bottom: 1px solid #cdcdcd;
  5812. background-image: linear-gradient(to top,#e1e0e1, #e1e0e1);
  5813. }
  5814. .nemo-window bottom-toolbar{
  5815.  
  5816. margin-top: -3px;
  5817. padding-top: 2px;}
  5818.  
  5819. .thunar toolbar button{
  5820. margin-top: 3px;
  5821. padding: 1px 2px 1px 2px;
  5822. margin-left:2px;
  5823. margin-right:2px;
  5824. color: #363636;
  5825. border: 1px solid;
  5826. border-radius:4.66px;
  5827. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5828. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5829. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5830. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  5831. background-image: linear-gradient(to bottom,#ffffff,#e8e8e8);
  5832. min-height: 20px;
  5833. min-width: 16px;}
  5834.  
  5835. .nemo-window .primary-toolbar .linked.raised > button,
  5836. .nemo-window bottom toolbar button,
  5837. .nemo-window toolbar button{
  5838.  
  5839. margin-top: 3px;
  5840. margin-bottom: 3px;
  5841. padding: 1px 3px 1px 3px;
  5842. color: #363636;
  5843. border: 1px solid;
  5844. /*border-radius:4.66px;*/
  5845. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5846. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5847. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5848. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  5849. background-image: linear-gradient(to bottom,#ffffff,#e8e8e8);
  5850. min-height: 18px;
  5851. min-width: 24px;}
  5852.  
  5853. .nemo-window .primary-toolbar .linked.path-bar > button{
  5854.  
  5855.  
  5856. border-left-style: none;
  5857. border-right-style: solid;
  5858. }
  5859. .nemo-window .primary-toolbar .linked.raised > button:hover,
  5860. .nemo-window .primary-toolbar .linked.path-bar > button:hover,
  5861. .nemo-window toolbar button:hover,
  5862. .nemo-window toolbar button:checked:hover,
  5863. .nemo-window toolbar button:active:hover,
  5864. .thunar toolbar button:hover,
  5865. .thunar toolbar button:checked:hover,
  5866. .thunar toolbar button:active:hover{
  5867.  
  5868. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5869. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5870. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5871. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.1);
  5872. background-image: linear-gradient(to bottom,#ffffff,#ffffff);
  5873. /*min-height: 18px;*/
  5874. color:202020;}
  5875.  
  5876. .nemo-window toolbar button:checked,
  5877. .thunar toolbar button:checked{
  5878.  
  5879. color: #363636;
  5880. -gtk-icon-shadow: 0 1px alpha(#202020, 0.2);
  5881. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);}
  5882.  
  5883. .nemo-window .primary-toolbar .linked.path-bar > button:active,
  5884. .nemo-window toolbar button:active,
  5885. .thunar toolbar button:active {
  5886.  
  5887. color: #202020;
  5888. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5889. border-width: 1px solid;
  5890. background-image: linear-gradient(to bottom,#d6d6d6,#d6d6d6);
  5891. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5892. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5893. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);}
  5894. .nemo-window .primary-toolbar .linked.path-bar > button:disabled,
  5895. .nemo-window toolbar button:disabled,
  5896. .thunar toolbar button:disabled {
  5897.  
  5898. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5899. background-image: linear-gradient(to top,#e6e6e6,#fafafa);
  5900. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5901. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5902. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);}
  5903.  
  5904.  
  5905. .thunar toolbar .linked:not(.vertical).path-bar > button {
  5906.  
  5907. min-height: 24px;
  5908. margin-left:0px;
  5909. border-right-style: none;
  5910. color: #363636;
  5911. text-shadow: none;
  5912. border-radius: 0px;
  5913. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5914. border-width: 1px solid;
  5915. background-image: linear-gradient(to bottom,#f9f9f9,#e8e8e8);
  5916. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5917. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5918. box-shadow:/* inset 0 1px white, */0 1px 2px rgba(0, 0, 0, 0.1);}
  5919.  
  5920. .thunar toolbar .linked:not(.vertical).path-bar > button:hover {
  5921.  
  5922. background-color: transparent;
  5923. background-image: linear-gradient(to bottom, rgba(254,255,255,1),rgba(254,255,255,1));}
  5924. .nemo-window .primary-toolbar .linked.raised > button:checked,
  5925. .nemo-window .primary-toolbar .linked.path-bar > button:checked,
  5926. .thunar toolbar .linked:not(.vertical).path-bar > button:checked:hover,
  5927. .thunar toolbar .linked:not(.vertical).path-bar > button:checked{
  5928.  
  5929. color: #ffffff;
  5930. text-shadow: 0px 1px alpha(#000000, 0.40),0 -1px alpha(#ffffff, 0.04),-1px 0px alpha(#ffffff, 0.04);
  5931. border-color: #959595;
  5932. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  5933. border-bottom-color: #959595;
  5934. background-image: linear-gradient(to bottom, #959595,#858585);}
  5935.  
  5936. .thunar toolbar .linked:not(.vertical).path-bar > button:active:hover,
  5937. .thunar toolbar .linked:not(.vertical).path-bar > button:active{
  5938.  
  5939. color: #202020;
  5940. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5941. border-width: 1px solid;
  5942. background-image: linear-gradient(to bottom,#d6d6d6,#d6d6d6);
  5943. text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5944. -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
  5945. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);}
  5946.  
  5947. .thunar toolbar .linked:not(.vertical).path-bar > button:disabled {
  5948.  
  5949. color: rgba(41, 33, 33, 0.4);
  5950. border-color:rgba(0, 0, 0, 0.08) rgba(0,0,0,0.12) rgba(0, 0, 0, 0.2) rgba(0,0,0,0.12);
  5951. background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(238,238,238,1));}
  5952.  
  5953. .thunar toolbar .linked:not(.vertical).path-bar > button:first-child{
  5954.  
  5955. border-radius: 5px 0 0 5px;
  5956. margin-left: 0px;
  5957. border-style: solid;
  5958. border-right-style: none;}
  5959.  
  5960. .thunar toolbar .linked:not(.vertical).path-bar > button:only-child {
  5961.  
  5962. border-radius: 5px;
  5963. border-style: solid;}
  5964.  
  5965. .thunar toolbar .linked:not(.vertical).path-bar > button:last-child {
  5966.  
  5967. border-radius: 0 5px 5px 0;
  5968. margin-left: 0px;
  5969. border-style: solid;}
  5970.  
  5971. .thunar toolbar entry:focus{
  5972.  
  5973. color: #202020;
  5974. min-height: 22px;
  5975. text-shadow: none;
  5976. border-radius: 5px;
  5977. border-color: #dadada;
  5978. border-bottom-color: #c5c5c5;
  5979. background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(238,238,238,1));}
  5980.  
  5981.  
  5982. .thunar toolbar.horizontal button image {
  5983.  
  5984. -gtk-icon-transform:scale(0.75);}
  5985.  
  5986. /*(((((((((( Whisker ))))))))))*/
  5987. /*
  5988. #whiskermenu-window {
  5989.  
  5990. border-color: rgba(44,43,44,0.96);
  5991. background-image: none;
  5992. background-color: rgba(44,43,44,0.96);
  5993. text-shadow: text-shadow: 0px 1px alpha(#000000, 0.40);
  5994. box-shadow: 1px 7px 7px 7px rgba(0,0,0, 0.26);
  5995. }
  5996.  
  5997. #whiskermenu-window frame {
  5998.  
  5999. background-color: transparent;
  6000. margin: 6px;
  6001. color: #3584e4;
  6002. border: none;}
  6003.  
  6004. window#whiskermenu-window scrolledwindow,
  6005. window#whiskermenu-window treeview > frame > border,
  6006. window#whiskermenu-window > frame > border {
  6007.  
  6008. color: #3584e4;
  6009. border: none;
  6010. border-color: rgba(44,43,44,0.96);
  6011. }
  6012.  
  6013. #whiskermenu-window button {
  6014.  
  6015. padding-left: 6px;
  6016. padding-top: 3px;
  6017. padding-bottom: 3px;
  6018. padding-right: 6px;
  6019. border: none;
  6020. background-color: transparent;
  6021. color: #dde2e7;
  6022. text-shadow: 0 -1px alpha(#ffffff, 0.04),
  6023. -1px 0px alpha(#202020, 0.05),
  6024. 1px 0px alpha(#202020, 0.05),
  6025. 0px 1px alpha(#202020, 0.5),
  6026. 0px 2px alpha(#202020, 0.05);
  6027. box-shadow: none;}
  6028.  
  6029. #whiskermenu-window button:hover {
  6030.  
  6031. border-color: black;
  6032. background-image: image(rgba(255,255,255,0.18));
  6033. color: #fff;
  6034. text-shadow: 0 -1px alpha(#ffffff, 0.04),
  6035. -1px 0px alpha(#202020, 0.05),
  6036. 1px 0px alpha(#202020, 0.05),
  6037. 0px 1px alpha(#202020, 0.5),
  6038. 0px 2px alpha(#202020, 0.05);}
  6039.  
  6040. #whiskermenu-window button:checked,
  6041. #whiskermenu-window button:checked:hover {
  6042.  
  6043. background-color: #393a3f;
  6044. color: #fff;
  6045. text-shadow: 0 -1px alpha(#ffffff, 0.04),
  6046. -1px 0px alpha(#202020, 0.05),
  6047. 1px 0px alpha(#202020, 0.05),
  6048. 0px 1px alpha(#202020, 0.5),
  6049. 0px 2px alpha(#202020, 0.05);}
  6050.  
  6051. #whiskermenu-window treeview {
  6052.  
  6053. background-color:transparent;
  6054. padding-top:1px;
  6055. padding-bottom: 1px;
  6056. padding-left: 6px;
  6057. padding-right: 6px;
  6058. color: #dde2e7;
  6059. text-shadow: 0 -1px alpha(#ffffff, 0.04),
  6060. -1px 0px alpha(#202020, 0.05),
  6061. 1px 0px alpha(#202020, 0.05),
  6062. 0px 1px alpha(#202020, 0.5),
  6063. 0px 2px alpha(#202020, 0.05);
  6064. }
  6065. #whiskermenu-window treeview:hover {
  6066.  
  6067. border-radius: 4.66px;
  6068. background-color: rgba(255,255,255,0.1);
  6069. color: rgba(255,255,255,1);
  6070. text-shadow: 0 -1px alpha(#ffffff, 0.04),
  6071. -1px 0px alpha(#202020, 0.05),
  6072. 1px 0px alpha(#202020, 0.05),
  6073. 0px 1px alpha(#202020, 0.5),
  6074. 0px 2px alpha(#202020, 0.05);
  6075. }
  6076. #whiskermenu-window entry,
  6077. #whiskermenu-window entry:focus {
  6078.  
  6079. margin-top: 4px;
  6080. margin-bottom: 4px;
  6081. margin-left: 8px;
  6082. margin-right: 8px;
  6083. color: #dde2e7;
  6084. text-shadow: 0 -1px alpha(#ffffff, 0.04),
  6085. -1px 0px alpha(#202020, 0.05),
  6086. 1px 0px alpha(#202020, 0.05),
  6087. 0px 1px alpha(#202020, 0.5),
  6088. 0px 2px alpha(#202020, 0.05);
  6089. border: 1px solid;
  6090. border-color:rgba(0, 0, 0, 0.12);
  6091. border-bottom-color: rgba(0, 0, 0, 0.18);
  6092. border-top-color: rgba(0, 0, 0, 0.08);
  6093. background-color: transparent;
  6094. background-image: linear-gradient(to bottom,#393a3f,#393a3f); }
  6095.  
  6096. #whiskermenu-window scrollbar {
  6097.  
  6098. background-color: rgba(57,58,63,0.9);}*/
  6099.  
  6100. /*((((((( Nemo )))))))))))*/
  6101.  
  6102.  
  6103. .nemo-window .nemo-places-sidebar.frame{
  6104.  
  6105. border-width: 0;}
  6106.  
  6107. .nemo-window .linked:not(.vertical):not(.path-bar) > button:first-child{
  6108.  
  6109. border-bottom-left-radius: 4.66px;
  6110. border-top-left-radius:4.66px;
  6111. border-right-style: none;}
  6112.  
  6113. .nemo-window .linked:not(.vertical):not(.path-bar) > button:last-child{
  6114.  
  6115. border-top-right-radius: 4.66px;
  6116. border-bottom-right-radius:4.66px;
  6117. }
  6118. .nemo-window .linked:not(.vertical):not(.path-bar) > button:not(:first-child):not(:last-child){
  6119.  
  6120. border-right-style: none;}
  6121.  
  6122. .nemo-window .toolbar{
  6123.  
  6124. margin-top:-6px;
  6125. padding: 0;
  6126. margin-bottom: -4px;}
  6127.  
  6128. .nemo-window .toolbar > button{
  6129.  
  6130. margin-top: 7px;
  6131. padding: 0px;
  6132. min-height: 10px;
  6133. margin-bottom:5px;}
  6134.  
  6135.  
  6136.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement