Guest User

Untitled

a guest
Nov 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. @import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);
  2.  
  3. body{
  4. direction: rtl;
  5. font-family: 'Noto Kufi Arabic', sans-serif;
  6. text-align:right;
  7. }
  8.  
  9. h1, h2, h3, h4, h5, h6{
  10. font-family: 'Noto Kufi Arabic', sans-serif;
  11. }
  12.  
  13.  
  14. .container, .container-fluid {
  15. padding-right: 15px !important;
  16. padding-left: 0 !important;
  17. }
  18.  
  19. .app-container .side-body {
  20. margin-right: 50px !important;
  21. margin-left: 12px !important;
  22. }
  23.  
  24. .navbar-header {
  25. float: right !important;
  26. }
  27.  
  28. .container-fluid>.navbar-header {
  29. margin-left: -15px !important;
  30. margin-right: -0 !important;
  31. }
  32.  
  33. .navbar-top {
  34. padding-left: 0 !important;
  35. padding-right: 60px !important;
  36. }
  37.  
  38. .ps__scrollbar-y-rail{
  39. right:0 !important;
  40. left:50px !important;
  41. }
  42. .side-menu ul.nav.navbar-nav {
  43. float:right !important;
  44. padding-right: 0 !important;
  45. }
  46.  
  47. div.side-menu nav.li{
  48. float:right !important;
  49. }
  50.  
  51. .navbar-right {
  52. float: left !important;
  53. }
  54.  
  55. .navbar-nav.navbar-right {
  56. top: 0;
  57. left: 0 !important;
  58. right: auto!important;
  59. }
  60.  
  61.  
  62. .nav .profile:hover{
  63. width:75px;
  64. float:left !important;
  65. }
  66.  
  67.  
  68. .site-footer-right {
  69. text-align: left;
  70. padding-left: 20px;
  71. }
  72.  
  73.  
  74. .hamburger, .hamburger:hover {
  75. transition: all .5s cubic-bezier(.19, 1, .22, 1)
  76. }
  77.  
  78. .voyager .side-menu.sidebar-inverse .navbar li>a:hover {
  79. color: #fff;
  80. background: #2A363B
  81. }
  82.  
  83. #sidebar-anchor.active, #sidebar-anchor:hover {
  84. color: #76838f!important
  85. }
  86.  
  87. .hamburger {
  88. float: left;
  89. width: 30px;
  90. height: 30px;
  91. position: relative;
  92. padding: 28px 30px 28px 20px;
  93. cursor: pointer;
  94. opacity: 1;
  95. margin-right: 0
  96. }
  97.  
  98. .hamburger:hover {
  99. opacity: .7
  100. }
  101.  
  102. .hamburger-inner {
  103. right: 50% !important;
  104. left: auto !important;
  105. margin-left: auto !important;;
  106. margin-right: -10px !important;;
  107. transition: all .3s cubic-bezier(.19, 1, .22, 1)
  108. }
  109.  
  110. .hamburger.is-active{
  111. margin-right:75px
  112. }
  113.  
  114. .hamburger.is-active .hamburger-inner:before {
  115. -webkit-transform: translate3d(5px, 1px, 0) rotate(45deg) scaleX(.5) !important;
  116. transform: translate3d(5px, 1px, 0) rotate(45deg) scaleX(.5) !important;
  117. }
  118.  
  119. .hamburger.is-active .hamburger-inner:after {
  120. -webkit-transform: translate3d(5px, -1px, 0) rotate(-45deg) scaleX(.5) !important;
  121. transform: translate3d(5px, -1px, 0) rotate(-45deg) scaleX(.5) !important;
  122. }
  123.  
  124.  
  125. #sidebar-anchor {
  126. padding-right: 0 !important;
  127. padding-left: 10px;
  128. float: right!important;
  129. }
  130.  
  131.  
  132. .flex #right{
  133. border-right: 1px solid #f1f1f1;
  134. }
  135.  
  136.  
  137. .detail_info h4 {
  138. float: right!important;
  139. }
  140.  
  141.  
  142. .breadcrumb>li+li::before {
  143. content: '';
  144. margin-right:0px !important;
  145. }
  146.  
  147. .breadcrumb>li+li:after {
  148. font-family: Voyager;
  149. content: '\e039';
  150. position: relative;
  151. top: 1px;
  152. margin-left: 3px;
  153. }
  154.  
  155. .row>[class*=col-] {
  156. margin-bottom: 25px;
  157. float: right;
  158. }
  159.  
  160. .panel-title {
  161. text-align: right!important;
  162. }
  163.  
  164. .settings .panel-actions {
  165. right: auto !important;
  166. left:0 !important;
  167. }
  168.  
  169.  
  170. code, pre{
  171. direction: ltr !important;
  172. text-align:left;
  173. display: inline-block;
  174. }
  175.  
  176. button.pull-right, .dd-item .pull-right{
  177. float: left!important;
  178. }
  179. .dd .item_actions {
  180. left: 10px;
  181. right: auto !important;
  182. }
  183.  
  184. .settings .select2 {
  185. margin-left: 10px !important;
  186. }
  187.  
  188. .dd-list .dd-list {
  189. padding-left: 0 !important;
  190. padding-right: 30px !important;
  191. }
  192.  
  193. .new-settings-options label{
  194. float:left !important;
  195. }
  196.  
  197.  
  198. .database-tables .name, .database-tables .name a, ul.radio li {
  199. float: right !important;
  200. }
  201. .database-tables .name i{
  202. margin-left: auto !important;
  203. margin-right: 10px !important;
  204. }
  205.  
  206. caption, th {
  207. text-align: right !important;
  208. }
  209.  
  210. table.dataTable thead th.sorting:before, table.dataTable thead th.sorting_asc:before, table.dataTable thead th.sorting_desc:before {
  211. content: "\f0dc";
  212. color: #ddd;
  213. font-size: .8em;
  214. padding-top: .12em;
  215. position: absolute;
  216. top: 12px;
  217. left: 8px;
  218. display: block;
  219. font-family: FontAwesome;
  220. }
  221.  
  222.  
  223. table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
  224. right:auto!important;
  225. content: "" !important;
  226. }
  227.  
  228. ul.checkbox label {
  229. padding-right: 20px!important;
  230. }
  231.  
  232. .dataTables_wrapper .dataTables_length {
  233. float: right!important;
  234. }
  235.  
  236.  
  237. element.style {
  238. }
  239. @media (min-width: 768px)
  240. app.css:5
  241. .form-inline .form-control {
  242. display: inline-block;
  243. width: auto;
  244. vertical-align: middle;
  245. }
  246.  
  247. div.dataTables_length select{
  248. margin:0 10px !important;
  249. }
  250.  
  251. .dataTables_wrapper .dataTables_filter {
  252. float: left !important;
  253. }
  254.  
  255. .dataTables_wrapper .dataTables_filter input {
  256. margin-right: .5em;
  257. margin-left: 0 !important;
  258. }
  259.  
  260. .dataTables_wrapper .dataTables_info {
  261. float: right !important;
  262. }
  263.  
  264. .dataTables_wrapper .dataTables_paginate {
  265. float: left !important;
  266. text-align: left !important;
  267. }
  268.  
  269. div.dataTables_paginate ul.pagination {
  270. margin: 2px 2px !important;
  271. }
  272.  
  273. .voyager div.dataTables_paginate li.previous a:before {
  274. content: "" !important;
  275. }
  276.  
  277. div.dataTables_paginate li.previous>a {
  278. padding-right: 24px;
  279. padding-left: 10px !important;
  280. }
  281.  
  282.  
  283. .voyager div.dataTables_paginate li.previous a:after {
  284. font-family: Voyager;
  285. content: "\e046";
  286. margin-right: -3px;
  287. position: absolute;
  288. top: 9px;
  289. right: 10px;
  290. display: block;
  291. }
  292.  
  293.  
  294. .voyager div.dataTables_paginate li.next a:after {
  295. content: "" !important;
  296. }
  297.  
  298.  
  299. div.dataTables_paginate li.next>a {
  300. padding-left: 24px;
  301. padding-right: 10px !important;
  302. }
  303.  
  304.  
  305. .voyager div.dataTables_paginate li.next a:before {
  306. font-family: Voyager;
  307. content: "\e039";
  308. margin-left: -3px;
  309. position: absolute;
  310. top: 9px;
  311. left: 10px;
  312. display: block;
  313. }
  314.  
  315.  
  316. .pagination li:first-child span, .pagination li:first-child>a {
  317. border-top-left-radius: 0px !important;
  318. border-bottom-left-radius: 0px !important;
  319. border-top-right-radius: 3px;
  320. border-bottom-right-radius: 3px;
  321. }
  322.  
  323. .pagination li:last-child span, .pagination li:last-child>a {
  324. border-top-right-radius: 0px !important;
  325. border-bottom-right-radius: 0px !important;
  326. border-top-left-radius: 3px;
  327. border-bottom-left-radius: 3px;
  328. }
  329.  
  330.  
  331. .panel-actions {
  332. left: 30px !important;
  333. right: auto !important;
  334. }
  335.  
  336. .page-title .btn.btn-success {
  337. left: auto !important;
  338. right: 15px;
  339. }
Add Comment
Please, Sign In to add comment