Advertisement
ismaelnobrega

Untitled

Feb 24th, 2021
1,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.74 KB | None | 0 0
  1. /**
  2. * set padding to make room for bootstrap menu
  3. *
  4. */
  5.  
  6.  
  7. /*
  8. * need to set the height for objects
  9. * set top padding to make room for selection toolbar
  10. */
  11. @import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,900');
  12. body {
  13.     line-height: 24px;
  14.     font-size: 14px;
  15.     color: #666666;
  16.     font-family: 'Oswald', sans-serif;
  17.     font-weight: 400;
  18. }
  19.  
  20.  
  21.  
  22. div.qvobject, div.qvplaceholder {
  23.     padding: 30px 10px 10px 10px;
  24.     height: 400px;
  25.     background-color: transparent;
  26.    
  27. }
  28.  
  29.  
  30. .qv-object-kpi{
  31.     padding: 0px;
  32. }
  33.  
  34. #main {
  35.     width: 100%;
  36.     padding: 0;
  37. }
  38.  
  39. .image-header {
  40.     display: table;
  41.     position: relative;
  42.     margin-top: -20px;
  43.     width: 100%;
  44.     height: 30%;
  45.     background: url(leaf.jpg) no-repeat center center scroll;
  46.     -webkit-background-size: cover;
  47.     -moz-background-size: cover;
  48.     background-size: cover;
  49.     -o-background-size: cover;
  50.     z-index: -99;
  51.  
  52. }
  53.  
  54. .content-section-a {
  55.     background-color: #ECF0F1;
  56. }
  57.  
  58. .navbar {
  59.     margin-bottom: 0 !important;
  60. }
  61.  
  62. .navbar-brand {
  63.     max-width: 345px;
  64.     overflow: hidden;
  65.     text-overflow: ellipsis;
  66.     white-space: nowrap;
  67. }
  68.  
  69. /*
  70.  * Overrides Bootstrap navbar z-index to avoid conflict with selections bar
  71.  */
  72. .navbar-fixed-top {
  73.     position: relative;
  74.     z-index: 100;
  75. }
  76.  
  77. .qcmd {
  78.     cursor: pointer;
  79. }
  80.  
  81. #footer {
  82.     background-color: #FEC956;
  83.     text-align: center;
  84.     padding-top: 30px;
  85.     padding-bottom: 30px;
  86.     margin-bottom: -30px;
  87. }
  88.  
  89. #popup {
  90.     background-color: #7f8c8d;
  91.     color: #FFFFFF;
  92.     position: fixed;
  93.     padding: 10px;
  94.     margin: 10px;
  95.     bottom: 0;
  96.     right: 0;
  97.     display: none;
  98.     border-radius: 5px;
  99. }
  100.  
  101. .borderShadow {
  102.     margin: 15px 0;
  103.     background-color: #FFFFFF;
  104.     -webkit-box-shadow: 0 0 16px -5px rgba(50, 50, 50, 0.52);
  105.     -moz-box-shadow: 0 0 16px -5px rgba(50, 50, 50, 0.52);
  106.     box-shadow: 0 0 16px -5px rgba(50, 50, 50, 0.52);
  107. }
  108.  
  109.  
  110.  
  111. /*KPIs*/
  112. .kpi {
  113.     height: 6vw;
  114.     max-height: 150px;
  115.     min-height: 150px;
  116.     /*background: #fff;*/
  117.    
  118.     border-radius: 2px;
  119.     color: #fff;
  120.     margin-bottom: 10px;
  121.    
  122.  
  123. }
  124. .kpi article{
  125.      width: 80%;
  126. }
  127. .kpi-row{
  128.     margin-bottom: 15px;
  129. }
  130. .kpi-side{
  131.     position: absolute;
  132.     right: 20px;
  133.     top: 50%;
  134.     margin-top: -25px;
  135.     width: 40px;
  136.     height: 40px;
  137. }
  138. .kpi-side i{
  139.     font-size: 40px;
  140.     opacity: .2;
  141.     color: #fff;
  142. }
  143. .qv-object-kpi .kpi-data{
  144.     align-items: flex-start;
  145.     padding-left: 5px;
  146.    
  147. }
  148.  
  149. #QV3-01 .kpi-value{
  150.     color: #fff !important;
  151.    
  152. }
  153. #KPI-02 .kpi-value{
  154.     color: #fff!important;
  155. }
  156. #KPI-03 .kpi-value{
  157.     color: #fff!important;
  158. }
  159. #KPI-04 .kpi-value{
  160.     color: #fff!important;
  161. }
  162.  
  163.  
  164. /*color library*/
  165. .blue{ background-color:#3598dc;}
  166. .blue-1{ background-color:#2C3E50;}
  167. .blue-2{ background-color:#5e738b;}
  168. .blue-3{ background-color:#22313F;}
  169. .blue-4{ background-color:#67809F;}
  170. .blue-5{ background-color:#578ebe;}
  171. .blue-6{ background-color:#94A0B2;}
  172. .blue-7{ background-color:#5C9BD1;}
  173. .blue-8{ background-color:#4c87b9;}
  174. .blue-9{ background-color:#4B77BE;}
  175. .green{ background-color:#32c5d2;}
  176. .green-1{ background-color:#4DB3A2;}
  177. .green-2{ background-color:#44b6ae;}
  178. .green-3{ background-color:#26C281;}
  179. .green-4{ background-color:#1BBC9B;}
  180. .green-5{ background-color:#1BA39C;}
  181. .green-6{ background-color:#2ab4c0;}
  182. .green-7{ background-color:#3faba4;}
  183. .green-8{ background-color:#29b4b6;}
  184. .green-9{ background-color:#36D7B7;}
  185. .grey{ background-color:#E5E5E5;}
  186. .grey-1{ background-color:#fafafa;}
  187. .grey-2{ background-color:#95A5A6;}
  188. .grey-3{ background-color:#555555;}
  189. .grey-4{ background-color:#525e64;}
  190. .grey-5{ background-color:#ACB5C3;}
  191. .grey-6{ background-color:#bfcad1;}
  192. .grey-7{ background-color:#BFBFBF;}
  193. .grey-8{ background-color:#e9edef;}
  194. .purple{ background-color:#8E44AD;}
  195. .purple-1{ background-color:#8775a7;}
  196. .purple-2{ background-color:#BF55EC;}
  197. .purple-3{ background-color:#8775a7;}
  198. .purple-4{ background-color:#9A12B3;}
  199. .purple-5{ background-color:#796799;}
  200. .purple-6{ background-color:#8877a9;}
  201. .purple-7{ background-color:#8E44AD;}
  202. .purple-8{ background-color:#9B59B6;}
  203. .red{ background-color:#e7505a;}
  204. .red-1{ background-color:#EF4836;}
  205. .red-2{ background-color:#f36a5a;}
  206. .red-3{ background-color:#e35b5a;}
  207. .red-4{ background-color:#e43a45;}
  208. .red-5{ background-color:#E08283;}
  209. .red-6{ background-color:#d05454;}
  210. .red-7{ background-color:#E26A6A;}
  211. .red-8{ background-color:#D91E18;}
  212. .white{ background-color:#ffffff;}
  213. .yellow{ background-color:#c49f47;}
  214. .yellow-1{ background-color:#f2784b;}
  215. .yellow-2{ background-color:#f3c200;}
  216. .yellow-3{ background-color:#E87E04;}
  217. .yellow-4{ background-color:#c5bf66;}
  218. .yellow-5{ background-color:#F7CA18;}
  219. .yellow-6{ background-color:#c5b96b;}
  220. .yellow-7{ background-color:#F4D03F;}
  221. .yellow-8{ background-color:#c8d046;}
  222. .counter-1{ background-color:#0861b5;}
  223.  
  224.  
  225.  
  226.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement