"OdenseTrack" is a school assignment/project from AspIT https://aspit.dfine.net/odensetrack
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

style.css 32KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  1. /*
  2. Made by DFiNE (Kenneth Hedahl)
  3. Copyright DIS (www.dfine.net)
  4. */
  5. /* Global styles */
  6. @charset "UTF-8";
  7. *, *:before, *:after {
  8. padding:0px;
  9. margin:0px;
  10. box-sizing: inherit;
  11. }
  12. html {
  13. height: 100%;
  14. box-sizing: border-box;
  15. }
  16. body {
  17. background:url('../img/bg.png');
  18. font-family:verdana, arial;
  19. position: relative;
  20. padding-bottom:200px;
  21. min-height: 100%;
  22. overflow-y:scroll;
  23. }
  24. a {
  25. text-decoration:none;
  26. color:#578282;
  27. }
  28. a:hover {
  29. color:#789b9b;
  30. }
  31. /* General site buildup */
  32. .contentwrapper {
  33. width:990px;
  34. margin-left:auto;
  35. margin-right:auto;
  36. /*min-height:800px;*/
  37. }
  38. .header {
  39. height:75px;
  40. width:100%;
  41. background-color:#111111;
  42. }
  43. .header_logo {
  44. background:url('../img/header.png');
  45. background-repeat:no-repeat;
  46. background-position-y: 15px;
  47. width:200px;
  48. height:70px;
  49. margin-left:20px;
  50. float:left;
  51. }
  52. .header_right {
  53. float:right;
  54. padding-top:50px;
  55. padding-right:50px;
  56. font-size:10px;
  57. color:#333333;
  58. }
  59. .header_right a {
  60. text-decoration:none;
  61. color:#999;
  62. }
  63. .header_right a:hover {
  64. text-decoration:underline;
  65. }
  66. /* Main navigation */
  67. .topnav {
  68. height:30px;
  69. padding-right:5px;
  70. background-color:black;
  71. text-align:right;
  72. padding-top:5px;
  73. padding-bottom:5px;
  74. }
  75. .topnav p {
  76. text-transform:uppercase;
  77. color:red;
  78. font-size:15px;
  79. line-height:12px;
  80. display:inline-block;
  81. }
  82. .topnav button {
  83. height:20px;
  84. font-size:12px;
  85. /*line-height:11px;*/
  86. background-color:red;
  87. color:white;
  88. border:1px solid red;
  89. border-radius:2px;
  90. padding:3px 3px 3px 3px;
  91. }
  92. .mainnav {
  93. border-top:1px solid #2e2e2e;
  94. height:50px;
  95. background-color:#111111;
  96. text-decoration:none;
  97. text-transform:uppercase;
  98. }
  99. .mainnav ul, .mainnav li {
  100. list-style-type:none;
  101. display:inline-block;
  102. }
  103. .mainnav li {
  104. line-height:50px;
  105. padding-left:50px;
  106. }
  107. .mainnav a {
  108. text-decoration:none;
  109. color:#FFF;
  110. height:100%;
  111. }
  112. .mainnav a:hover {
  113. color:#999;
  114. }
  115. /* Content styling */
  116. .content {
  117. width:100%;
  118. color:#FFF;
  119. }
  120. .events {
  121. padding:10px 10px 10px 10px;
  122. }
  123. .events a {
  124. color:#FFF;
  125. }
  126. .events h1 {
  127. color:#FFF;
  128. font-size:20px;
  129. margin-bottom:10px;
  130. text-transform:uppercase;
  131. font-weight:normal;
  132. }
  133. .eventslider img {
  134. max-width:175px;
  135. width:175px;
  136. height:100px;
  137. }
  138. .eventslidertext {
  139. padding-top:5px;
  140. padding-left:1px;
  141. font-size:12px !important;
  142. }
  143. .content-slice {
  144. display:inline-block;
  145. width:460px;
  146. padding:10px 10px 10px 10px;
  147. margin-bottom:10px;
  148. box-sizing: content-box;
  149. }
  150. .content-slice h1 {
  151. display:inline-block;
  152. font-size:20px;
  153. }
  154. .content-slice a {
  155. display:inline-block;
  156. color:#0093a1;
  157. font-size:11px;
  158. }
  159. .content-slice a:before {
  160. content: ">";
  161. padding-right: 3px;
  162. color:#0093a1;
  163. font-size:13px;
  164. }
  165. .event-item {
  166. width:460px;
  167. height:90px;
  168. max-height:90px !important;
  169. margin-top:10px;
  170. box-sizing:border-box;
  171. }
  172. .event-item2 {
  173. width:480px;
  174. height:90px;
  175. max-height:90px !important;
  176. margin-top:10px;
  177. box-sizing:border-box;
  178. }
  179. .event-date {
  180. width:50px;
  181. height:50px;
  182. float:left;
  183. background-color:#009ea6;
  184. color:#FFF;
  185. margin-left:5px;
  186. margin-top:10px;
  187. border-top-left-radius: 5px;
  188. border-bottom-left-radius: 5px;
  189. font-family:arial;
  190. text-align:center;
  191. font-size:30px;
  192. }
  193. .event-date span {
  194. display:block;
  195. font-size:12px;
  196. }
  197. .event-content {
  198. width:400px;
  199. height:90px;
  200. float:left;
  201. background-color:#333333;
  202. margin-top:0px;
  203. padding:5px 5px 5px 5px;
  204. border-radius:2px;
  205. box-sizing:border-box;
  206. }
  207. .event-content2 {
  208. width:420px;
  209. height:90px;
  210. float:left;
  211. background-color:#333333;
  212. margin-top:0px;
  213. padding:5px 5px 5px 5px;
  214. border-radius:2px;
  215. box-sizing:border-box;
  216. }
  217. .event-contentext {
  218. width:370px;
  219. height:80px;
  220. float:left;
  221. background-color:#333333;
  222. margin-top:-10px;
  223. padding:5px 5px 5px 5px;
  224. border-radius:2px;
  225. }
  226. .event-left {
  227. padding:10px 10px 10px 10px;
  228. width:270px;
  229. float:left;
  230. font-size:12px;
  231. font-weight:normal;
  232. text-overflow: ellipsis;
  233. overflow: hidden;
  234. height:70px;
  235. }
  236. .event-left2 {
  237. padding:10px 10px 10px 10px;
  238. width:350px;
  239. float:left;
  240. font-size:12px;
  241. font-weight:normal;
  242. text-overflow: ellipsis;
  243. overflow: hidden;
  244. height:90px;
  245. }
  246. .event-left2 h1 {
  247. max-width:200px;
  248. overflow:hidden;
  249. white-space: nowrap;
  250. overflow: hidden;
  251. text-overflow: ellipsis;
  252. }
  253. .event-con {
  254. width:400px;
  255. margin-left:50px;
  256. }
  257. .event-left h1 {
  258. max-width:250px;
  259. overflow:hidden;
  260. white-space: nowrap;
  261. overflow: hidden;
  262. text-overflow: ellipsis;
  263. }
  264. .event-left p {
  265. text-overflow: ellipsis;
  266. overflow: hidden;
  267. width:200px;
  268. font-size:10px;
  269. }
  270. .event-image {
  271. width:125px;
  272. height:70px;
  273. float:left;
  274. margin-right:10px;
  275. margin-top:-5px;
  276. }
  277. .event-image img {
  278. width:125px;
  279. height:70px;
  280. }
  281. .event-right {
  282. float:left;
  283. }
  284. .event-right2 {
  285. float:right;
  286. }
  287. .event-right a:before {
  288. content: "";
  289. padding-right: 3px;
  290. color:#0093a1;
  291. font-size:13px;
  292. }
  293. .event-right2 a:before {
  294. content: "";
  295. padding-right: 3px;
  296. color:#0093a1;
  297. font-size:13px;
  298. }
  299. .event-right button {
  300. width:90px;
  301. height:25px;
  302. background-color:#e51937;
  303. color:#FFF;
  304. border:none;
  305. font-weight:bold;
  306. margin-top:30%;
  307. }
  308. .event-right2 .arrow {
  309. margin-top:50%;
  310. width:25px;
  311. float:right;
  312. }
  313. .event-right2 .arrow a {
  314. text-align:center;
  315. color:red;
  316. font-size:25px;
  317. padding:10px;
  318. float:right;
  319. }
  320. .eventextra {
  321. height:80px;
  322. }
  323. .activitybtn {
  324. margin-right:30px;
  325. }
  326. .activitybtn p {
  327. width:16px;
  328. height:16px;
  329. color:#c57e19;
  330. background:transparent;
  331. border:none;
  332. font-size:15px;
  333. display:inline-block;
  334. margin-left:5px;
  335. }
  336. .activitybtn p:hover {
  337. color:#ffa019;
  338. }
  339. .page {
  340. padding:10px 10px 10px 10px;
  341. }
  342. .page h1 {
  343. display:inline-block;
  344. margin-bottom:10px;
  345. font-size: 20px;
  346. margin-bottom: 10px;
  347. text-transform: uppercase;
  348. font-weight: normal;
  349. }
  350. .page p {
  351. margin-bottom:10px;
  352. }
  353. .page ul {
  354. list-style: disc outside;
  355. display:block;
  356. margin-left:20px;
  357. }
  358. .newsitem {
  359. width:100%;
  360. height:150px;
  361. background-color:#333;
  362. margin-bottom:20px;
  363. }
  364. .newsitemimg {
  365. width:20%;
  366. }
  367. .newsitemimg img {
  368. height:150px;
  369. max-width:150px;
  370. }
  371. .newsitemcont {
  372. width:60%;
  373. overflow:hidden;
  374. height:135px;
  375. }
  376. .newsitemcont .newsitemauthor {
  377. width:100%;
  378. border-bottom:1px solid #2e2e2e;
  379. margin-bottom:5px;
  380. }
  381. .newsitemcont .newsitemauthor h2 {
  382. display:inline;
  383. font-size:16px;
  384. }
  385. .newsitemcont .newsitemauthor p {
  386. display:inline;
  387. font-size:12px;
  388. margin-left:1em;
  389. }
  390. .newsitemread {
  391. width:20%;
  392. text-align:center;
  393. }
  394. .newsitemread button {
  395. margin-top:30%;
  396. background-color:#e51937;
  397. color:#FFF;
  398. border:none;
  399. padding:10px 10px 10px 10px;
  400. vertical-align:middle;
  401. }
  402. .newstitle {
  403. font-size:12px;
  404. line-height:20px;
  405. }
  406. .newsbody {
  407. }
  408. .newsbody img {
  409. max-width:970px;
  410. }
  411. .newsbody p {
  412. padding: 3px 3px 3px 3px;
  413. }
  414. .eventslice {
  415. width:319px;
  416. float:left;
  417. height:250px;
  418. margin-left:2px;
  419. margin-right:2px;
  420. margin-bottom:20px;
  421. display:block;
  422. }
  423. .eventslice-top {
  424. height:178px;
  425. overflow:hidden;
  426. }
  427. .eventslice-top img {
  428. padding-left:5px;
  429. padding-right:5px;
  430. width:320px;
  431. max-width:320px;
  432. }
  433. .eventslice-middle {
  434. display:block;
  435. height:20%;
  436. padding:5px 5px 10px 10px;
  437. overflow:hidden;
  438. }
  439. .eventslice-bottom {
  440. display:block;
  441. height:15%;
  442. padding-left:5px;
  443. padding-right:5px;
  444. }
  445. .eventslice-bottom button {
  446. width:100%;
  447. height:100%;
  448. background-color:#000;
  449. color:#e51937;
  450. border:1px solid #e51937;
  451. }
  452. .contactform {
  453. width:400px;
  454. float:left;
  455. }
  456. .contactform .form-control {
  457. display:table;
  458. }
  459. .contactform .form-control label {
  460. display:block;
  461. margin-top:20px;
  462. }
  463. .contactform .form-control .inputfield {
  464. width:400px;
  465. height:30px;
  466. font-size:20px;
  467. border-radius: 2px;
  468. border:none;
  469. margin-top:1px;
  470. padding:2px 2px 2px 2px;
  471. }
  472. .contactform .form-control textarea {
  473. width:400px;
  474. height:100px;
  475. border-radius: 2px;
  476. border:none;
  477. margin-top:1px;
  478. padding:2px 2px 2px 2px;
  479. }
  480. .contactform .form-control .contactsubmit {
  481. margin-top:20px;
  482. width:150px;
  483. height:50px;
  484. background-color:#000;
  485. color:#e51937;
  486. border:1px solid #e51937;
  487. margin-left:250px;
  488. }
  489. .amenu button {
  490. height:30px;
  491. padding:5px 5px 5px 5px;
  492. }
  493. .nmin {
  494. margin-top:20px;
  495. }
  496. .nmin button {
  497. width:30px;
  498. height:30px;
  499. border:none;
  500. font-size:18px;
  501. /*padding:4px 3px 3px 6px;*/
  502. border-radius:2px;
  503. text-align:center;
  504. margin-right:10px;
  505. }
  506. .nmin table {
  507. text-align:left;
  508. display:table;
  509. border:none;
  510. width:970px;
  511. }
  512. .nmin tr {
  513. width:970px;
  514. height:35px;
  515. font-size:15px;
  516. }
  517. .nmin th {
  518. border:none;
  519. padding-left:5px;
  520. }
  521. .nmin td {
  522. border:none;
  523. padding-left:5px;
  524. }
  525. .nmin tr:nth-child(even) {
  526. background:rgba(255,255,255,0.05)
  527. }
  528. .editorform {
  529. }
  530. .editorform .editformtitle {
  531. width:300px;
  532. height:30px;
  533. }
  534. .editorform input {
  535. width:100px;
  536. height:30px;
  537. }
  538. /* Sitemap */
  539. .sitemap ul {
  540. padding: 0;
  541. margin: 0;
  542. list-style-type: none;
  543. position: relative;
  544. }
  545. .sitemap li {
  546. border-left: 2px solid #FFF;
  547. margin-left: 1em;
  548. padding-left: 1em;
  549. position: relative;
  550. }
  551. .sitemap li li {
  552. margin-left: 0;
  553. }
  554. .sitemap li::before {
  555. content:'┗';
  556. color: #FFF;
  557. position: absolute;
  558. top: -5px;
  559. left: -9px;
  560. }
  561. .sitemap ul > li:last-child {
  562. border-left: 2px solid transparent;
  563. }
  564. .sitemap i {
  565. margin-right:5px;
  566. }
  567. /* Frontpage banner styling - Ugly AF, but works. */
  568. .fbanner {
  569. width:100%;
  570. padding-bottom:20px;
  571. margin-bottom:10px;
  572. border-bottom:2px solid #2e2e2e;
  573. }
  574. .fbanner * {
  575. /* This is a fix, as we have another boxsizing for general style
  576. We have that due to the fact we want the footer to be stuck at the bottom.
  577. */
  578. box-sizing: content-box;
  579. }
  580. .fbanner a {
  581. color:#FFF;
  582. }
  583. .fbanner-bg {
  584. background-color:#000;
  585. height:328px;
  586. }
  587. .fbanner-c1 {
  588. height:85px;
  589. width:160px;
  590. background:url('../img/fbanner/t1.png');
  591. border-right:4px solid black;
  592. border-bottom:4px solid black;
  593. animation-name:fbannerload;
  594. animation-duration:0.5s;
  595. animation-iteration-count: 1;
  596. -webkit-animation-name:fbannerload;
  597. -webkit-animation-duration:0.5s;
  598. -webkit-animation-iteration-count: 1;
  599. }
  600. .fbanner-c2 {
  601. height:85px;
  602. width:129px;
  603. background:url('../img/fbanner/t2.png');
  604. border-right:4px solid black;
  605. border-bottom:4px solid black;
  606. animation-name:fbannerload;
  607. animation-duration:0.6s;
  608. animation-iteration-count: 1;
  609. -webkit-animation-name:fbannerload;
  610. -webkit-animation-duration:0.6s;
  611. -webkit-animation-iteration-count: 1;
  612. }
  613. .fbanner-c3 {
  614. height:85px;
  615. width:140px;
  616. background:url('../img/fbanner/t3.png');
  617. border-right:4px solid black;
  618. border-bottom:4px solid black;
  619. animation-name:fbannerload;
  620. animation-duration:0.7s;
  621. animation-iteration-count: 1;
  622. -webkit-animation-name:fbannerload;
  623. -webkit-animation-duration:0.7s;
  624. -webkit-animation-iteration-count: 1;
  625. }
  626. .fbanner-c4 {
  627. height:85px;
  628. width:137px;
  629. background:url('../img/fbanner/t4.png');
  630. border-right:4px solid black;
  631. border-bottom:4px solid black;
  632. animation-name:fbannerload;
  633. animation-duration:0.8s;
  634. animation-iteration-count: 1;
  635. -webkit-animation-name:fbannerload;
  636. -webkit-animation-duration:0.8s;
  637. -webkit-animation-iteration-count: 1;
  638. }
  639. .fbanner-c5 {
  640. height:85px;
  641. width:137px;
  642. background:url('../img/fbanner/t5.png');
  643. border-right:4px solid black;
  644. border-bottom:4px solid black;
  645. animation-name:fbannerload;
  646. animation-duration:0.9s;
  647. animation-iteration-count: 1;
  648. -webkit-animation-name:fbannerload;
  649. -webkit-animation-duration:0.9s;
  650. -webkit-animation-iteration-count: 1;
  651. }
  652. .fbanner-c6 {
  653. height:85px;
  654. width:137px;
  655. background:url('../img/fbanner/t6.png');
  656. border-right:4px solid black;
  657. border-bottom:4px solid black;
  658. animation-name:fbannerload;
  659. animation-duration:1.0s;
  660. animation-iteration-count: 1;
  661. -webkit-animation-name:fbannerload;
  662. -webkit-animation-duration:1.0s;
  663. -webkit-animation-iteration-count: 1;
  664. }
  665. .fbanner-c7 {
  666. height:85px;
  667. width:126px;
  668. background:url('../img/fbanner/t7.png');
  669. border-bottom:4px solid black;
  670. animation-name:fbannerload;
  671. animation-duration:1.1s;
  672. animation-iteration-count: 1;
  673. -webkit-animation-name:fbannerload;
  674. -webkit-animation-duration:1.1s;
  675. -webkit-animation-iteration-count: 1;
  676. }
  677. .fbanner-track {
  678. width:391px;
  679. height:260px;
  680. background:url('../img/fbanner/track.png');
  681. margin-top:-20px;
  682. }
  683. .fbanner-cm1 {
  684. height:93px;
  685. width:140px;
  686. background:url('../img/fbanner/m1.png');
  687. margin-left:-94px;
  688. border-right:4px solid black;
  689. animation-name:fbannerload;
  690. animation-duration:0.7s;
  691. animation-iteration-count: 1;
  692. -webkit-animation-name:fbannerload;
  693. -webkit-animation-duration:0.7s;
  694. -webkit-animation-iteration-count: 1;
  695. }
  696. .fbanner-cm2 {
  697. height:93px;
  698. width:137px;
  699. background:url('../img/fbanner/m2.png');
  700. border-right:4px solid black;
  701. animation-name:fbannerload;
  702. animation-duration:0.8s;
  703. animation-iteration-count: 1;
  704. -webkit-animation-name:fbannerload;
  705. -webkit-animation-duration:0.8s;
  706. -webkit-animation-iteration-count: 1;
  707. }
  708. .fbanner-cm3 {
  709. height:93px;
  710. width:137px;
  711. background:url('../img/fbanner/m3.png');
  712. border-right:4px solid black;
  713. animation-name:fbannerload;
  714. animation-duration:0.9s;
  715. animation-iteration-count: 1;
  716. -webkit-animation-name:fbannerload;
  717. -webkit-animation-duration:0.9s;
  718. -webkit-animation-iteration-count: 1;
  719. }
  720. .fbanner-cm4 {
  721. height:93px;
  722. width:137px;
  723. background:url('../img/fbanner/m4.png');
  724. border-right:4px solid black;
  725. animation-name:fbannerload;
  726. animation-duration:1.0s;
  727. animation-iteration-count: 1;
  728. -webkit-animation-name:fbannerload;
  729. -webkit-animation-duration:1.0s;
  730. -webkit-animation-iteration-count: 1;
  731. }
  732. .fbanner-cm5 {
  733. height:93px;
  734. width:126px;
  735. background:url('../img/fbanner/m5.png');
  736. animation-name:fbannerload;
  737. animation-duration:1.1s;
  738. animation-iteration-count: 1;
  739. -webkit-animation-name:fbannerload;
  740. -webkit-animation-duration:1.1s;
  741. -webkit-animation-iteration-count: 1;
  742. }
  743. .fbanner-ad {
  744. width:667px;
  745. height:147px;
  746. background-color:white;
  747. background:url('../img/fbanner/redbox.png') repeat 0 0 !important;
  748. background-position-x: 630px;
  749. background-position-y: 603px;
  750. margin-left:-68px;
  751. color:white;
  752. }
  753. .fbanner-adtext {
  754. color:#0093a1;
  755. padding-left:150px;
  756. }
  757. .fbanner-adtext h1 {
  758. color:#FFF;
  759. font-size:30px;
  760. }
  761. .fbanner-adtext p {
  762. padding-left:12px;
  763. padding-top:3px;
  764. font-weight:bold;
  765. }
  766. .fbanner-order {
  767. width:250px;
  768. height:80px;
  769. margin-left:100px;
  770. margin-top:5px;
  771. padding-top:15px;
  772. line-height:30px;
  773. }
  774. .fbanner-order h1 {
  775. font-size:30px;
  776. font-weight:normal;
  777. }
  778. .fbanner-order p {
  779. font-size:15px;
  780. }
  781. @keyframes fbannerload {
  782. 0% {transform:rotateY(180deg);}
  783. 100% {transform:rotateY(360deg);}
  784. }
  785. @-webkit-keyframes fbannerload {
  786. 0% {-webkit-transform:rotateY(180deg);}
  787. 100% {-webkit-transform:rotateY(360deg);}
  788. }
  789. /* Footer elements */
  790. footer {
  791. background-color:#111111;
  792. width:100%;
  793. height:200px;
  794. color:#c4c4c4;
  795. position: absolute;
  796. right: 0;
  797. bottom: 0;
  798. left: 0;
  799. }
  800. footer h1 {
  801. font-size:15px;
  802. text-transform:uppercase;
  803. }
  804. footer p {
  805. font-size:10px;
  806. }
  807. footer li {
  808. list-style:none;
  809. display:inline-block;
  810. }
  811. .footer_wrap {
  812. width:990px;
  813. margin-left:auto;
  814. margin-right:auto;
  815. }
  816. .footer_logo {
  817. width:40%;
  818. height:150px;
  819. background:url('../img/header.png');
  820. background-repeat:no-repeat;
  821. background-position-x: 25px;
  822. background-position-y: 50px;
  823. float:left;
  824. }
  825. .footer_followus {
  826. width:30%;
  827. float:left;
  828. padding-top:40px;
  829. }
  830. .footer_followus .socialicons {
  831. margin-top:20px;
  832. }
  833. .footer_newsletter {
  834. width:30%;
  835. float:left;
  836. padding-top:40px;
  837. }
  838. .footer_links {
  839. width:100%;
  840. border-top:1px solid #2e2e2e;
  841. font-size:10px;
  842. line-height:30px;
  843. }
  844. .footer_links a {
  845. font-size:10px;
  846. }
  847. .footer_links li a {
  848. border-right:1px solid #292929;
  849. padding-right:10px;
  850. padding-left:5px;
  851. }
  852. .footer_links li:last-of-type a {
  853. border:none;
  854. }
  855. /* United styles */
  856. .white {
  857. color:#FFF;
  858. }
  859. .seperator {
  860. border-left:1px solid #333;
  861. margin-left:5px;
  862. margin-right:5px;
  863. }
  864. .socialicons img {
  865. width:28px;
  866. height:28px;
  867. margin-right:10px;
  868. }
  869. .border {
  870. border-bottom:2px solid #2e2e2e;
  871. }
  872. .pull_left { float:left; }
  873. .pull_right { float:right; }
  874. .clear { clear:both; }
  875. /* BTN styles from bootstrap */
  876. .btn:hover {
  877. color: #212529;
  878. text-decoration: none;
  879. }
  880. .btn:focus, .btn.focus {
  881. outline: 0;
  882. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  883. }
  884. .btn.disabled, .btn:disabled {
  885. opacity: 0.65;
  886. }
  887. a.btn.disabled,
  888. fieldset:disabled a.btn {
  889. pointer-events: none;
  890. }
  891. .btn-primary {
  892. color: #fff;
  893. background-color: #007bff;
  894. border-color: #007bff;
  895. }
  896. .btn-primary:hover {
  897. color: #fff;
  898. background-color: #0069d9;
  899. border-color: #0062cc;
  900. }
  901. .btn-primary:focus, .btn-primary.focus {
  902. box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  903. }
  904. .btn-primary.disabled, .btn-primary:disabled {
  905. color: #fff;
  906. background-color: #007bff;
  907. border-color: #007bff;
  908. }
  909. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  910. .show > .btn-primary.dropdown-toggle {
  911. color: #fff;
  912. background-color: #0062cc;
  913. border-color: #005cbf;
  914. }
  915. .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  916. .show > .btn-primary.dropdown-toggle:focus {
  917. box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  918. }
  919. .btn-secondary {
  920. color: #fff;
  921. background-color: #6c757d;
  922. border-color: #6c757d;
  923. }
  924. .btn-secondary:hover {
  925. color: #fff;
  926. background-color: #5a6268;
  927. border-color: #545b62;
  928. }
  929. .btn-secondary:focus, .btn-secondary.focus {
  930. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  931. }
  932. .btn-secondary.disabled, .btn-secondary:disabled {
  933. color: #fff;
  934. background-color: #6c757d;
  935. border-color: #6c757d;
  936. }
  937. .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  938. .show > .btn-secondary.dropdown-toggle {
  939. color: #fff;
  940. background-color: #545b62;
  941. border-color: #4e555b;
  942. }
  943. .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
  944. .show > .btn-secondary.dropdown-toggle:focus {
  945. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  946. }
  947. .btn-success {
  948. color: #fff;
  949. background-color: #28a745;
  950. border-color: #28a745;
  951. }
  952. .btn-success:hover {
  953. color: #fff;
  954. background-color: #218838;
  955. border-color: #1e7e34;
  956. }
  957. .btn-success:focus, .btn-success.focus {
  958. box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  959. }
  960. .btn-success.disabled, .btn-success:disabled {
  961. color: #fff;
  962. background-color: #28a745;
  963. border-color: #28a745;
  964. }
  965. .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  966. .show > .btn-success.dropdown-toggle {
  967. color: #fff;
  968. background-color: #1e7e34;
  969. border-color: #1c7430;
  970. }
  971. .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
  972. .show > .btn-success.dropdown-toggle:focus {
  973. box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  974. }
  975. .btn-info {
  976. color: #fff;
  977. background-color: #17a2b8;
  978. border-color: #17a2b8;
  979. }
  980. .btn-info:hover {
  981. color: #fff;
  982. background-color: #138496;
  983. border-color: #117a8b;
  984. }
  985. .btn-info:focus, .btn-info.focus {
  986. box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  987. }
  988. .btn-info.disabled, .btn-info:disabled {
  989. color: #fff;
  990. background-color: #17a2b8;
  991. border-color: #17a2b8;
  992. }
  993. .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  994. .show > .btn-info.dropdown-toggle {
  995. color: #fff;
  996. background-color: #117a8b;
  997. border-color: #10707f;
  998. }
  999. .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
  1000. .show > .btn-info.dropdown-toggle:focus {
  1001. box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  1002. }
  1003. .btn-warning {
  1004. color: #212529;
  1005. background-color: #ffc107;
  1006. border-color: #ffc107;
  1007. }
  1008. .btn-warning:hover {
  1009. color: #212529;
  1010. background-color: #e0a800;
  1011. border-color: #d39e00;
  1012. }
  1013. .btn-warning:focus, .btn-warning.focus {
  1014. box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  1015. }
  1016. .btn-warning.disabled, .btn-warning:disabled {
  1017. color: #212529;
  1018. background-color: #ffc107;
  1019. border-color: #ffc107;
  1020. }
  1021. .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  1022. .show > .btn-warning.dropdown-toggle {
  1023. color: #212529;
  1024. background-color: #d39e00;
  1025. border-color: #c69500;
  1026. }
  1027. .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
  1028. .show > .btn-warning.dropdown-toggle:focus {
  1029. box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  1030. }
  1031. .btn-danger {
  1032. color: #fff;
  1033. background-color: #dc3545;
  1034. border-color: #dc3545;
  1035. }
  1036. .btn-danger:hover {
  1037. color: #fff;
  1038. background-color: #c82333;
  1039. border-color: #bd2130;
  1040. }
  1041. .btn-danger:focus, .btn-danger.focus {
  1042. box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  1043. }
  1044. .btn-danger.disabled, .btn-danger:disabled {
  1045. color: #fff;
  1046. background-color: #dc3545;
  1047. border-color: #dc3545;
  1048. }
  1049. .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  1050. .show > .btn-danger.dropdown-toggle {
  1051. color: #fff;
  1052. background-color: #bd2130;
  1053. border-color: #b21f2d;
  1054. }
  1055. .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
  1056. .show > .btn-danger.dropdown-toggle:focus {
  1057. box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  1058. }
  1059. .btn-light {
  1060. color: #212529;
  1061. background-color: #f8f9fa;
  1062. border-color: #f8f9fa;
  1063. }
  1064. .btn-light:hover {
  1065. color: #212529;
  1066. background-color: #e2e6ea;
  1067. border-color: #dae0e5;
  1068. }
  1069. .btn-light:focus, .btn-light.focus {
  1070. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  1071. }
  1072. .btn-light.disabled, .btn-light:disabled {
  1073. color: #212529;
  1074. background-color: #f8f9fa;
  1075. border-color: #f8f9fa;
  1076. }
  1077. .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  1078. .show > .btn-light.dropdown-toggle {
  1079. color: #212529;
  1080. background-color: #dae0e5;
  1081. border-color: #d3d9df;
  1082. }
  1083. .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
  1084. .show > .btn-light.dropdown-toggle:focus {
  1085. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  1086. }
  1087. .btn-dark {
  1088. color: #fff;
  1089. background-color: #343a40;
  1090. border-color: #343a40;
  1091. }
  1092. .btn-dark:hover {
  1093. color: #fff;
  1094. background-color: #23272b;
  1095. border-color: #1d2124;
  1096. }
  1097. .btn-dark:focus, .btn-dark.focus {
  1098. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  1099. }
  1100. .btn-dark.disabled, .btn-dark:disabled {
  1101. color: #fff;
  1102. background-color: #343a40;
  1103. border-color: #343a40;
  1104. }
  1105. .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  1106. .show > .btn-dark.dropdown-toggle {
  1107. color: #fff;
  1108. background-color: #1d2124;
  1109. border-color: #171a1d;
  1110. }
  1111. .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
  1112. .show > .btn-dark.dropdown-toggle:focus {
  1113. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  1114. }
  1115. .btn-outline-primary {
  1116. color: #007bff;
  1117. border-color: #007bff;
  1118. }
  1119. .btn-outline-primary:hover {
  1120. color: #fff;
  1121. background-color: #007bff;
  1122. border-color: #007bff;
  1123. }
  1124. .btn-outline-primary:focus, .btn-outline-primary.focus {
  1125. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  1126. }
  1127. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  1128. color: #007bff;
  1129. background-color: transparent;
  1130. }
  1131. .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  1132. .show > .btn-outline-primary.dropdown-toggle {
  1133. color: #fff;
  1134. background-color: #007bff;
  1135. border-color: #007bff;
  1136. }
  1137. .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  1138. .show > .btn-outline-primary.dropdown-toggle:focus {
  1139. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  1140. }
  1141. .btn-outline-secondary {
  1142. color: #6c757d;
  1143. border-color: #6c757d;
  1144. }
  1145. .btn-outline-secondary:hover {
  1146. color: #fff;
  1147. background-color: #6c757d;
  1148. border-color: #6c757d;
  1149. }
  1150. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  1151. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  1152. }
  1153. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  1154. color: #6c757d;
  1155. background-color: transparent;
  1156. }
  1157. .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  1158. .show > .btn-outline-secondary.dropdown-toggle {
  1159. color: #fff;
  1160. background-color: #6c757d;
  1161. border-color: #6c757d;
  1162. }
  1163. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  1164. .show > .btn-outline-secondary.dropdown-toggle:focus {
  1165. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  1166. }
  1167. .btn-outline-success {
  1168. color: #28a745;
  1169. border-color: #28a745;
  1170. }
  1171. .btn-outline-success:hover {
  1172. color: #fff;
  1173. background-color: #28a745;
  1174. border-color: #28a745;
  1175. }
  1176. .btn-outline-success:focus, .btn-outline-success.focus {
  1177. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  1178. }
  1179. .btn-outline-success.disabled, .btn-outline-success:disabled {
  1180. color: #28a745;
  1181. background-color: transparent;
  1182. }
  1183. .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  1184. .show > .btn-outline-success.dropdown-toggle {
  1185. color: #fff;
  1186. background-color: #28a745;
  1187. border-color: #28a745;
  1188. }
  1189. .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  1190. .show > .btn-outline-success.dropdown-toggle:focus {
  1191. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  1192. }
  1193. .btn-outline-info {
  1194. color: #17a2b8;
  1195. border-color: #17a2b8;
  1196. }
  1197. .btn-outline-info:hover {
  1198. color: #fff;
  1199. background-color: #17a2b8;
  1200. border-color: #17a2b8;
  1201. }
  1202. .btn-outline-info:focus, .btn-outline-info.focus {
  1203. box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  1204. }
  1205. .btn-outline-info.disabled, .btn-outline-info:disabled {
  1206. color: #17a2b8;
  1207. background-color: transparent;
  1208. }
  1209. .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  1210. .show > .btn-outline-info.dropdown-toggle {
  1211. color: #fff;
  1212. background-color: #17a2b8;
  1213. border-color: #17a2b8;
  1214. }
  1215. .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  1216. .show > .btn-outline-info.dropdown-toggle:focus {
  1217. box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  1218. }
  1219. .btn-outline-warning {
  1220. color: #ffc107;
  1221. border-color: #ffc107;
  1222. }
  1223. .btn-outline-warning:hover {
  1224. color: #212529;
  1225. background-color: #ffc107;
  1226. border-color: #ffc107;
  1227. }
  1228. .btn-outline-warning:focus, .btn-outline-warning.focus {
  1229. box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  1230. }
  1231. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  1232. color: #ffc107;
  1233. background-color: transparent;
  1234. }
  1235. .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  1236. .show > .btn-outline-warning.dropdown-toggle {
  1237. color: #212529;
  1238. background-color: #ffc107;
  1239. border-color: #ffc107;
  1240. }
  1241. .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  1242. .show > .btn-outline-warning.dropdown-toggle:focus {
  1243. box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  1244. }
  1245. .btn-outline-danger {
  1246. color: #dc3545;
  1247. border-color: #dc3545;
  1248. }
  1249. .btn-outline-danger:hover {
  1250. color: #fff;
  1251. background-color: #dc3545;
  1252. border-color: #dc3545;
  1253. }
  1254. .btn-outline-danger:focus, .btn-outline-danger.focus {
  1255. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  1256. }
  1257. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  1258. color: #dc3545;
  1259. background-color: transparent;
  1260. }
  1261. .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  1262. .show > .btn-outline-danger.dropdown-toggle {
  1263. color: #fff;
  1264. background-color: #dc3545;
  1265. border-color: #dc3545;
  1266. }
  1267. .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  1268. .show > .btn-outline-danger.dropdown-toggle:focus {
  1269. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  1270. }
  1271. .btn-outline-light {
  1272. color: #f8f9fa;
  1273. border-color: #f8f9fa;
  1274. }
  1275. .btn-outline-light:hover {
  1276. color: #212529;
  1277. background-color: #f8f9fa;
  1278. border-color: #f8f9fa;
  1279. }
  1280. .btn-outline-light:focus, .btn-outline-light.focus {
  1281. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  1282. }
  1283. .btn-outline-light.disabled, .btn-outline-light:disabled {
  1284. color: #f8f9fa;
  1285. background-color: transparent;
  1286. }
  1287. .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  1288. .show > .btn-outline-light.dropdown-toggle {
  1289. color: #212529;
  1290. background-color: #f8f9fa;
  1291. border-color: #f8f9fa;
  1292. }
  1293. .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  1294. .show > .btn-outline-light.dropdown-toggle:focus {
  1295. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  1296. }
  1297. .btn-outline-dark {
  1298. color: #343a40;
  1299. border-color: #343a40;
  1300. }
  1301. .btn-outline-dark:hover {
  1302. color: #fff;
  1303. background-color: #343a40;
  1304. border-color: #343a40;
  1305. }
  1306. .btn-outline-dark:focus, .btn-outline-dark.focus {
  1307. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  1308. }
  1309. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  1310. color: #343a40;
  1311. background-color: transparent;
  1312. }
  1313. .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  1314. .show > .btn-outline-dark.dropdown-toggle {
  1315. color: #fff;
  1316. background-color: #343a40;
  1317. border-color: #343a40;
  1318. }
  1319. .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  1320. .show > .btn-outline-dark.dropdown-toggle:focus {
  1321. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  1322. }
  1323. .btn-link {
  1324. font-weight: 400;
  1325. color: #007bff;
  1326. text-decoration: none;
  1327. }
  1328. .btn-link:hover {
  1329. color: #0056b3;
  1330. text-decoration: underline;
  1331. }
  1332. .btn-link:focus, .btn-link.focus {
  1333. text-decoration: underline;
  1334. box-shadow: none;
  1335. }
  1336. .btn-link:disabled, .btn-link.disabled {
  1337. color: #6c757d;
  1338. pointer-events: none;
  1339. }
  1340. .btn-lg, .btn-group-lg > .btn {
  1341. padding: 0.5rem 1rem;
  1342. font-size: 1.25rem;
  1343. line-height: 1.5;
  1344. border-radius: 0.3rem;
  1345. }
  1346. .btn-sm, .btn-group-sm > .btn {
  1347. padding: 0.25rem 0.5rem;
  1348. font-size: 0.875rem;
  1349. line-height: 1.5;
  1350. border-radius: 0.2rem;
  1351. }
  1352. .btn-block {
  1353. display: block;
  1354. width: 100%;
  1355. }
  1356. .btn-block + .btn-block {
  1357. margin-top: 0.5rem;
  1358. }
  1359. input[type="submit"].btn-block,
  1360. input[type="reset"].btn-block,
  1361. input[type="button"].btn-block {
  1362. width: 100%;
  1363. }
  1364. button {
  1365. border-radius: 0;
  1366. }
  1367. button:focus {
  1368. outline: 1px dotted;
  1369. outline: 5px auto -webkit-focus-ring-color;
  1370. }