astra-admin-menu-settings-rtl.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /**
  2. * CSS code for all Astra Extensions admin screens
  3. *
  4. * @package Astra
  5. * @since 1.0.0
  6. */
  7. .ast-clear:before, .ast-clear:after {
  8. content: " ";
  9. display: table;
  10. }
  11. .ast-clear:after {
  12. clear: both;
  13. }
  14. /**
  15. * Error Message
  16. */
  17. #message {
  18. display: block;
  19. margin-right: 0;
  20. }
  21. /**
  22. * CSS code for all Astra Extensions admin screens
  23. *
  24. * @package Astra
  25. * @since 1.2.4
  26. */
  27. .ast-addon-list-section .ast-addon-list .active {
  28. border-right: 2px solid #008ec2;
  29. padding-right: 12px;
  30. }
  31. /**
  32. * Astra Welcome Page
  33. */
  34. .appearance_page_astra #wpcontent{
  35. padding: 0;
  36. }
  37. .ast-menu-page-wrapper.wrap{
  38. margin: 0;
  39. }
  40. .ast-menu-page-wrapper a{
  41. text-decoration: none;
  42. }
  43. .ast-theme-page-header {
  44. background-color: #fff;
  45. text-align: center;
  46. padding: 20px 0;
  47. margin-bottom: 20px;
  48. box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  49. }
  50. .ast-container {
  51. max-width: 1200px;
  52. margin: 0 auto;
  53. padding: 0 20px;
  54. box-sizing: border-box;
  55. }
  56. .ast-container .ast-normal-cursor.hndle{
  57. cursor: initial;
  58. }
  59. .ast-container .postbox .hndle{
  60. background: #ffffff;
  61. border-bottom: 1px solid #e6e6e6;
  62. }
  63. /* Details link for starter sites */
  64. a.astra-starter-sites-detail-link {
  65. margin: 0 10px;
  66. }
  67. /* Top Right Links. */
  68. .ast-top-links {
  69. flex: auto;
  70. text-align: left;
  71. }
  72. .ast-top-links ul{
  73. margin: 0;
  74. }
  75. .ast-top-links ul li {
  76. display: inline-block;
  77. margin-bottom: 0;
  78. }
  79. .ast-container.ast-welcome,
  80. .general .ast-container {
  81. max-width: 930px;
  82. }
  83. .ast-quick-setting-section span.dashicons {
  84. margin: 1px 10px 0 3px;
  85. }
  86. .ast-container div.notice,
  87. .ast-container div.updated,
  88. .ast-container div.error{
  89. margin-top: 0;
  90. }
  91. .ast-container #poststuff h2{
  92. padding: 12px 12px;
  93. }
  94. .ast-container img.ast-starter-sites-img {
  95. width: 100%;
  96. }
  97. .ast-flex{
  98. -js-display: flex;
  99. display: -webkit-box;
  100. display: -webkit-flex;
  101. display: -moz-box;
  102. display: -ms-flexbox;
  103. display: flex;
  104. -webkit-box-align: center;
  105. -webkit-align-items: center;
  106. -moz-box-align: center;
  107. -ms-flex-align: center;
  108. align-items: center;
  109. -webkit-flex-wrap: wrap;
  110. -ms-flex-wrap: wrap;
  111. flex-wrap: wrap;
  112. -webkit-align-content: center;
  113. -ms-flex-line-pack: center;
  114. align-content: center;
  115. }
  116. .ast-theme-title {
  117. align-content: flex-start;
  118. text-align: right;
  119. }
  120. .ast-theme-title .astra-theme-version {
  121. background-color: #e5e5e5;
  122. border-radius: 3px;
  123. font-size: 0.5em;
  124. font-weight: 400;
  125. margin-right: 10px;
  126. padding: 2px 7px;
  127. }
  128. .ast-theme-title a {
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. }
  133. .ast-theme-title a,
  134. .ast-theme-title span{
  135. font-size: 1.5rem;
  136. color: #333333;
  137. font-weight: 500;
  138. }
  139. .ast-theme-icon{
  140. width: 125px;
  141. vertical-align: bottom;
  142. }
  143. .astra-lightning-icon{
  144. width: 15px;
  145. vertical-align: bottom;
  146. }
  147. /**
  148. * Astra Quick Settings
  149. */
  150. .ast-quick-setting-section ul,
  151. .ast-addon-list-section ul{
  152. margin: 0;
  153. }
  154. .ast-quick-setting-section li{
  155. border-bottom: 1px solid #eee;
  156. margin-bottom: 0;
  157. }
  158. .ast-addon-list-section li{
  159. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
  160. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
  161. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
  162. margin-bottom: 0;
  163. }
  164. .ast-quick-setting-section li{
  165. padding: 10px 0;
  166. }
  167. .ast-quick-setting-section li:nth-child(odd){
  168. width: 74%;
  169. }
  170. .ast-quick-setting-section li:nth-child(even){
  171. width: 26%;
  172. }
  173. .ast-quick-setting-section li a{
  174. margin: 5px;
  175. display: inline-block;
  176. }
  177. .ast-addon-list-section li{
  178. padding: 10px 15px;
  179. }
  180. .ast-quick-setting-section a.ast-quick-setting-title{
  181. flex: auto;
  182. }
  183. .ast-addon-list-section .ast-addon-list li {
  184. -js-display: flex;
  185. display: -webkit-box;
  186. display: -webkit-flex;
  187. display: -moz-box;
  188. display: -ms-flexbox;
  189. display: flex;
  190. -webkit-box-align: center;
  191. -webkit-align-items: center;
  192. -moz-box-align: center;
  193. -ms-flex-align: center;
  194. align-items: center;
  195. -webkit-flex-wrap: wrap;
  196. -ms-flex-wrap: wrap;
  197. flex-wrap: wrap;
  198. -webkit-align-content: center;
  199. -ms-flex-line-pack: center;
  200. align-content: center;
  201. padding: 10px 15px;
  202. }
  203. .ast-addon-list-section .ast-addon-list li:nth-child(even){
  204. background-color: #fbfbfb;
  205. }
  206. .ast-addon-link-wrapper{
  207. -js-display: flex;
  208. display: -webkit-box;
  209. display: -webkit-flex;
  210. display: -moz-box;
  211. display: -ms-flexbox;
  212. display: flex;
  213. -webkit-box-align: center;
  214. -webkit-align-items: center;
  215. -moz-box-align: center;
  216. -ms-flex-align: center;
  217. align-items: center;
  218. -webkit-flex-wrap: wrap;
  219. -ms-flex-wrap: wrap;
  220. flex-wrap: wrap;
  221. -webkit-align-content: center;
  222. -ms-flex-line-pack: center;
  223. align-content: center;
  224. display: -webkit-flex;
  225. -webkit-flex-direction: row-reverse;
  226. flex-direction: row-reverse;
  227. flex: auto;
  228. }
  229. .ast-addon-link-wrapper a{
  230. line-height: 1.6;
  231. }
  232. .ast-addon-link-wrapper a:nth-child(even){
  233. margin: 0 10px;
  234. }
  235. /**
  236. * Astra Welcome screen sidebar
  237. */
  238. .ast-sidebar .hndle .dashicons{
  239. margin: 0 0 0 5px;
  240. }
  241. @media (max-width: 544px){
  242. .ast-quick-setting-section li{
  243. width: 100%;
  244. }
  245. }
  246. /**
  247. * Astra Custom Notice for static position
  248. */
  249. .ast-notice{
  250. margin-bottom: 20px;
  251. }
  252. .ast-notice.ast-notice-error{
  253. border-right-color: #dc3232;
  254. }
  255. .ast-notice{
  256. background: #fff;
  257. border-right: 4px solid #fff;
  258. box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  259. padding: 1px 12px;
  260. }
  261. .ast-notice p{
  262. margin: 0.5em 0;
  263. padding: 2px;
  264. }
  265. /**
  266. * Astra Other Links Postbox
  267. */
  268. .postbox .inside .ast-other-links-list {
  269. margin-bottom: 6px;
  270. }
  271. .ast-other-links-list li {
  272. margin-bottom: 12px;
  273. }
  274. .ast-other-links-list li:last-child {
  275. margin-bottom: 0;
  276. }
  277. .ast-other-links-list .dashicons {
  278. margin-left: 6px;
  279. }