Uiti_P_Uszer

Theme for Mozilla ThunderBird of Outlook 2010

Jun 3rd, 2025 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.49 KB | None | 0 0
  1. /* Move menu bar above toolbar */
  2. #toolbar-menubar {
  3.  
  4. background: #C9D9EB !important;
  5.  
  6. color: #013E77 !important;
  7.  
  8. border: 1px solid #013E77 !important;
  9.  
  10. /* order: -1 !important; */
  11.  
  12. font-weight: 1000 !important;
  13.  
  14. }
  15.  
  16.  /* Move window buttons to top right */
  17.  
  18. .titlebar-buttonbox-container {
  19.  
  20. position: fixed !important;
  21.  
  22. top: 0px !important;
  23.  
  24. right: 0px !important;
  25.  
  26. height: 20px !important;
  27.  
  28. z-index: 1000;
  29.  
  30. }
  31.  
  32.  /* Sidebar style (folder pane) */
  33.  
  34. #folderPane,
  35.  
  36. #folderPaneHeaderBar {
  37.  
  38. background-color: #C9D9EB !important;
  39.  
  40. border: 1px solid #013E77 !important;
  41.  
  42. font-size: 10px !important;
  43. }
  44.  
  45.  /* Unified toolbar (top) styling */
  46.  
  47. #unifiedToolbar {
  48.  
  49. height: 35px !important;
  50.  
  51. background: #C9D9EB !important;
  52.  
  53. color: #013E77 !important;
  54.  
  55. font-weight: 600 !important;
  56.  
  57. padding: 15px 0px !important;
  58.  
  59. border-bottom: 1px solid #013E77 !important;
  60.  
  61. margin-bottom: -15px;
  62.  
  63. Margin-top: -15px;
  64.  
  65. }
  66.  
  67.  /* New Message button in sidebar */
  68.  
  69. #folderPaneWriteMessage {
  70.  
  71. background-color: #C9D9EB !important;
  72.  
  73. color: #013E77 !important;
  74.  
  75. font-weight: 600 !important;
  76.  
  77. border-radius: 4px !important;
  78.  
  79. padding: 4px 8px !important;
  80.  
  81. }
  82.  
  83.  /* zebra striping */
  84. #threadTree tr:nth-child(2n) {
  85. background-image: linear-gradient(rgba(0,0,0,.10), rgba(0,0,0,.10)) !important;
  86. }
  87.  
  88. /* threads pane lines */
  89. table[is="tree-view-table"] td {
  90. border-bottom: solid 1px blue !important;
  91.  
  92. }
  93.  
  94. /* bold sender in cards view */
  95. .thread-card-container :is(.sender){
  96. font-weight: bold !important;
  97. color: blue !important;
  98. }
  99.  
  100. #msgHeaderView {
  101. background-color: #C9D9EB !important;
  102.  
  103. }
  104.  
  105.  
  106. #statusTextBox {
  107. background-color: #C9D9EB !important;
  108. border: 1px solid #013E77 !important;
  109. }
  110.  
  111. /* Slected email in the list */
  112. #threadTree {
  113. border-right: 1px solid #013E77 !important;
  114. background-color: #C9D9EB !important;
  115. }
  116.  
  117. #calendar {
  118. border: 1px solid #013E77 !important;
  119. background-color: #C9D9EB !important;
  120.  
  121. }
  122. #messageListHeader {
  123. background-color: #C9D9EB !important;
  124. }
  125. /*not selected tab same as menu bar colour */
  126. .tab-background:not([selected=true]) {
  127.   background-color:  #C9D9EB !important;
  128. }
  129. /*Change colour of the blue top line on selected tab - */
  130. .tab-line[selected=true] {
  131.   background-color: #013E77 !important;
  132. }
  133.  
  134. /*Message Header area - */
  135. .message-header-container,
  136. .message-header-extra-container {
  137.  row-gap: 0px  !important;
  138.  
  139. }
  140.  
  141. /* MESSAGE HEADER  */
  142.  
  143. .message-header-container {
  144. height: 67px !important;
  145. background-color: #C9D9EB !important;
  146. border-bottom: 1px solid #013E77 !important;
  147. }
  148. /* Remove KB shortcut for top mail list search box */
  149. .kbd-container { display: none !important }
  150. }
  151.  
  152. /* Email Header lines order */
  153. #expandedsubjectRow {
  154.  
  155. }
  156. #headerSenderToolbarContainer {
  157.   order: 1 !important;
  158. }
  159. #expandedreply-toRow {
  160.  display: none !important;
  161. }
  162. #expandedtoRow {
  163.  display: none !important;
  164. }
  165.  
  166. #navigation-toolbox {
  167. background-color: #C9D9EB !important;
  168. }
  169. #today-none-box {
  170.   border-top: 1px solid #013E77 !important;
  171.   background-color: #C9D9EB !important;
  172. }
  173. treechildren::-moz-tree-row(selected, focus) {
  174.   background-color: #C9D9EB !important;
  175. }
  176. treechildren::-moz-tree-row(selected, current, focus) {
  177.   outline-color: #C9D9EB !important;
  178. }
  179. /*****Make the hover color transparent******/
  180. *|*:root {
  181. --listbox-hover: transparent !important;
  182. }
  183. .container:hover { background-color: transparent !important;
  184. }
  185. tr[is="thread-row"]:hover {
  186. background-color: transparent !important;
  187. }
  188. #calendar-status-todaypane-button {
  189.   border: 1px solid #013E77 !important;
  190.   background-color: #C9D9EB !important;
  191. }
  192. #agenda {
  193.   border: 1px solid #013E77 !important;
  194.   background-color: #C9D9EB !important;
  195. }
  196. .sidebar-header {
  197.   border: 1px solid #013E77 !important;
  198.   background-color: #C9D9EB !important;
  199. }
  200. #agenda-toolbar {
  201.   border: 1px solid #013E77 !important;
  202.   background-color: :host,
  203. }
  204. .container {
  205.  background-color: #C9D9EB !important;
  206.  }
  207. #toolbar-menubar {
  208.  font-weight: bold !important;
  209. }
  210. --bg-current: var(--#C9D9EB !important);
  211. }
  212. #spacesToolbarReveal {
  213. background-color: #C9D9EB !important;
  214. border: 1px solid #013E77 !important;
  215. }
  216. #spacesToolbar {
  217. background-color: #C9D9EB !important;
  218. border: 1px solid #013E77 !important;
  219. }
  220. /* card bg colour for selected messages */
  221. tr[is="thread-card"].selected .card-container {
  222.      
  223.      background-color: #C9D9EB !important;
  224.      outline: 1px solid #013E77 !important;
  225. }
  226. #folderTree ul {
  227. --indent: calc((0px + 1px)  *  var(--depth)) !important;
  228. }
Advertisement
Add Comment
Please, Sign In to add comment