Advertisement
niamulhasan

Untitled

Apr 26th, 2019
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. a {
  2. color: #007b5e;
  3. }
  4.  
  5.  
  6. .image-link{
  7. -moz-box-sizing: border-box;
  8. -webkit-box-sizing: border-box;
  9. box-sizing: border-box;
  10.  
  11. margin: 5px;
  12. margin-bottom: 15px;
  13. border: 2px solid #c1c1c1;
  14. transition: 0.4s;
  15. }
  16.  
  17. .image-link:hover{
  18. border: 2px solid #00AF54;
  19. border-radius: 10px;
  20. border-bottom: 5px solid #00AF54;
  21. }
  22.  
  23. .onSliderLink{
  24. position: absolute;
  25. top: 18px;
  26. right: 0;
  27. max-width: 380px;
  28. }
  29. .sliderLinkItem{
  30. float:left;
  31. min-width: 180px;
  32. box-sizing: border-box;
  33. min-height: 70px;
  34. transition: 0.3s;
  35. border: 1px solid;
  36. border-color: transparent;
  37. }
  38.  
  39. .sliderLinkItem:hover{
  40. opacity: 0.7;
  41. }
  42.  
  43. @media screen and (max-width: 920px){
  44. .onSliderLink{
  45. display: none;
  46. }
  47. }
  48.  
  49. /* Tabs*/
  50.  
  51. #tabs{
  52. background: #007b5e;
  53. color: #eee;
  54. }
  55. #tabs h6.section-title{
  56. color: #eee;
  57. }
  58.  
  59. #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  60. color: #f3f3f3;
  61. background-color: transparent;
  62. border-color: transparent transparent #f3f3f3;
  63. border-bottom: 4px solid !important;
  64. font-size: 20px;
  65. font-weight: bold;
  66. }
  67. #tabs .nav-tabs .nav-link {
  68. border: 1px solid transparent;
  69. border-top-left-radius: .25rem;
  70. border-top-right-radius: .25rem;
  71. color: #eee;
  72. font-size: 20px;
  73. }
  74. /*.nav-tabs{
  75. border-bottom: 3px solid green;
  76. background-color: darkseagreen;
  77. }*/
  78. .active{
  79. border: 0px;
  80. }
  81. .nav-tabs>li.active>a,
  82. .nav-tabs>li.active>a:focus,
  83. .nav-tabs>li.active>a:hover{
  84. color: #555;
  85. cursor: default;
  86. background-color: gray;
  87. border: none;
  88. border-bottom-color: transparent;
  89. }
  90. .nav-tabs>li>a{
  91. border-radius: 0px;
  92. font-size: 16px;
  93. margin-right: 60px;
  94. }
  95. .nav-tabs>li>a:hover{
  96. background-color: gray;
  97. border:none;
  98. }
  99. .navbar-default .navbar-toggle{
  100. margin-top: 18px;
  101. border: 1px solid #fff;
  102. border-radius: 5px;
  103. }
  104.  
  105. .navbar-default .navbar-toggle .icon-bar{
  106. background: #fff;
  107. }
  108. .navbar{
  109. min-height: 70px;
  110. }
  111.  
  112. .top-bg{
  113. /*background-image: url('../images/bangla-2.png');*/
  114. margin-top: 70px;
  115. background-repeat: no-repeat;
  116. background-size: contain;
  117. width: 100%;
  118.  
  119. -webkit-background-size:cover;
  120. -moz-background-size:cover;
  121. -o-background-size:cover;
  122. background-size:cover;
  123. background-position:center;
  124. }
  125. .top-color{
  126. background-color: #0b040461;
  127. padding: 70px 20px;
  128. }
  129. .new-from{
  130. border-radius: 0px;
  131. border: 1px solid #1a740a;
  132. background-color: #ffffff9c;
  133. color: #083426;
  134. font-size: 18px;
  135. box-shadow: 0 8px 6px -6px #0000007a;
  136. padding:18px 18px;
  137. height: 39px !important;
  138.  
  139. border-right: none;
  140. }
  141. .btn-new{
  142. margin: 0px 0px 0px 0px;
  143. border-radius: 0px;
  144. border: 1px solid #1a740a;
  145. background-color: #086547;
  146. font-size: 18px;
  147. box-shadow: 0 8px 6px -6px #0000007a;
  148.  
  149. margin-left: -4px;
  150. border-left: none;
  151. color: gray;
  152. }
  153. .btn-new:hover{
  154. color: #fff;
  155. background-color: #086547;
  156. }
  157. a:focus, a:hover{
  158. text-decoration: none;
  159. }
  160. .menu-top{
  161. border-left: 1px solid white;
  162. border-right: 1px solid white;
  163. border-bottom: 2px solid #fff;
  164. /*background: cornflowerblue;*/
  165. padding: 0 !important;
  166. }
  167. .menu-tup{
  168. color: #fff;
  169. font-size: 14px;
  170. /*font-family: 'Roboto', sans-serif;*/
  171. font-family: "SolaimanLipiNormal" !important;
  172. text-decoration: none;
  173. display: block;
  174. padding: 12px 20px;
  175. transition: 0.4s;
  176. }
  177. .menu-top:hover{
  178. color: #007b5e;
  179. background-color: #1a9863;
  180. }
  181. .menu-tup:hover{
  182. color: #007b5e;
  183. padding: 8px 20px;
  184. background-color: #fff;
  185. }
  186. .menu-icon{
  187. margin: 10px auto;
  188. text-align: center;
  189. }
  190.  
  191. .cpright{
  192. border-color: #266f0e;
  193. border-radius: 0px;
  194. margin-top: 40px;
  195. }
  196. .cpright>.panel-heading{
  197. color: #f8f8f8;
  198. /* background-color: #1bb776; */
  199. background-color: #1a9863;
  200. border: none;
  201. border-radius: 0px;
  202. }
  203. .cpright>.panel-body{
  204. padding: 10px 0;
  205. }
  206. .cpright> ul{
  207. border: 1px solid #1bb776;
  208. list-style: none;
  209. }
  210. .cpright>ul >li{
  211. /*border: 1px solid #136612;*/
  212. }
  213. /*.cpright>ul >li>a:hover{*/
  214. /*background-color: green;*/
  215. /*color: white;*/
  216. /*padding-left: 10px;*/
  217. /*transition: 0.5s all;*/
  218. /*}*/
  219. .cplist>.list-group-item-new{
  220. /*border: 1px solid #136612;*/
  221. }
  222. .cplist>.list-group-item-new>a {
  223. /* padding: 10px 15px;
  224. display:block;
  225. transition: 0.5s all;
  226. border-bottom: 1px solid #1bb776; */
  227.  
  228. padding: 10px 15px;
  229. display: block;
  230. transition: 0.5s all;
  231. border-bottom: 1px solid #1bb776;
  232. color: #277353;
  233. font-weight: bold;
  234. }
  235. .cplist>.list-group-item-new>a:hover{
  236. background-color: #1a9863;
  237. color: white !important;
  238. padding-left: 20px;
  239. }
  240.  
  241. .div-3-style{
  242. width: 20%;
  243. }
  244. .div-6-style{
  245. width: 60%;
  246. }
  247.  
  248. .main-text
  249. {
  250. position: absolute;
  251. top: 50px;
  252. width: 96%;
  253. color: #FFF;
  254. }
  255. .btn-min-block
  256. {
  257. min-width: 170px;
  258. line-height: 26px;
  259. }
  260. .btn-clear
  261. {
  262. color: #FFF;
  263. background-color: transparent;
  264. border-color: #FFF;
  265. margin-right: 15px;
  266. }
  267. .btn-clear:hover
  268. {
  269. color: #000;
  270. background-color: #FFF;
  271. }
  272.  
  273.  
  274. @media(max-width:767px){
  275. .nav-tabs>li>a{
  276. border: none;
  277. border-radius: 0px;
  278. font-size: 16px;
  279. margin-right: 0px;
  280. }
  281. .btn-new{
  282. margin: 0px 0px 0px 120px;
  283. }
  284. .top-bg{
  285. margin-top: 50px;
  286. }
  287. .div-3-style{
  288. width: 100%;
  289. }
  290. .div-6-style{
  291. width: 100%;
  292. }
  293. }
  294. @media(min-width:768px){
  295.  
  296. }
  297. @media(min-width:992px){}
  298. @media(min-width:1200px){}
  299.  
  300.  
  301. .navbar-right {
  302. text-align: center;
  303. }
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310. /* fixed social*/
  311. #fixed-social {
  312. position: fixed;
  313. top: 230px;
  314. right: 0;
  315. }
  316.  
  317. #fixed-social a {
  318. color: #fff;
  319. display: block;
  320. height: 40px;
  321. position: relative;
  322. text-align: center;
  323. line-height: 40px;
  324. width: 40px;
  325. margin-bottom: 1px;
  326. z-index: 2;
  327. }
  328. #fixed-social a:hover>span{
  329. visibility: visible;
  330. left: -80px;
  331. opacity: 1;
  332. }
  333. #fixed-social a span {
  334. line-height: 40px;
  335. left: 60px;
  336. position: absolute;
  337. text-align: center;
  338. width: 120px;
  339. visibility: hidden;
  340. transition-duration: 0.5s;
  341. z-index: 1;
  342. opacity: 0;
  343. }
  344. .fixed-facebook{
  345. background-color: #00AAE5;
  346. }
  347. .fixed-facebook span{
  348. background-color: #00AAE5;
  349. }
  350. .fixed-twitter{
  351. background-color: #7D3895;
  352.  
  353. }
  354. .fixed-twitter span{
  355. background-color: #7D3895;
  356. }
  357. .fixed-gplus{
  358. background-color: #00AF54;
  359.  
  360. }
  361. .fixed-gplus span{
  362. background-color: #00AF54;
  363. }
  364. .fixed-linkedin{
  365. background-color: #FFC41E;
  366.  
  367. }
  368. .fixed-linkedin span{
  369. background-color: #FFC41E;
  370. }
  371. .fixed-instagrem{
  372. background-color: #ED2B29;
  373.  
  374. }
  375. .fixed-instagrem span{
  376. background-color: #ED2B29;
  377. }
  378. .fixed-tumblr{
  379. background-color: #EB1471;
  380.  
  381. }
  382. .fixed-tumblr span{
  383. background-color: #EB1471;
  384. }
  385. /*end fixed social*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement