12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034 |
- body {
- font-family: Lato, Arial, sans-serif; }
- h1.title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
- font-family: Lato, Arial, sans-serif; }
- button, .button {
- font-family: Lato, Arial, sans-serif; }
- h1, h2, h3, h4, h5, h6 {
- color: rgb(255, 255, 255); }
- .form-centered {
- max-width: 400px;
- margin: auto;
- margin-bottom: 140px; }
- .form-subscribe {
- text-align: center;
- }
- #nav-toggle-box {
- display: flex;
- align-items: center;
- padding: 8px 16px; }
- #nav-toggle {
- margin-left: auto;
- color: #000;
- text-decoration: none;
- padding: 2px 8px; }
- #nav-toggle-brand {
- position: relative;
- top: -1px; }
- #nav-toggle-brand a,
- #nav-toggle-brand span {
- color: #000;
- font-weight: bold;
- text-decoration: none; }
- #top {
- display: flex;
- align-items: center;
- margin-bottom: 24px;
- padding: 0 36px;
- height: 88px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
- #top #top-brand {
- margin-right: 52px; }
- #top #top-brand span,
- #top #top-brand a {
- background: none;
- text-indent: -9999px;
- width: 70px;
- line-height: 11px;
- background-repeat: no-repeat; }
- #top ul {
- display: flex;
- align-items: center;
- margin: 0; }
- #top #top-nav-main {
- padding-left: 52px;
- border-left: 1px solid rgba(0, 0, 0, 0.15); }
- #top #top-nav-main li {
- font-size: 16px;
- font-weight: 500;
- margin-right: 40px; }
- #top #top-nav-main span,
- #top #top-nav-main a {
- display: inline-block; }
- #top #top-nav-main a {
- color: rgb(255, 255, 255);
- text-decoration: none; }
- #top #top-nav-main a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- }
- #top #top-nav-main b a,
- #top #top-nav-main span {
- font-weight: 500;
- color: rgb(255, 255, 255); }
-
- #top #top-nav-main b a:hover {
- color: rgb(255, 255, 255); }
- #top #top-nav-extra {
- margin-left: auto;
- font-size: 14px; }
- #top #top-nav-extra span,
- #top #top-nav-extra a {
- color: rgbargb(255, 255, 255);
- display: inline-block;
- border: 1px solid rgb(255, 255, 255);
- text-decoration: none;
- line-height: 28px;
- border-radius: 28px;
- padding: 0 20px; }
- #top #top-nav-extra a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- }
- #top #top-nav-extra span {
- color: rgb(255, 255, 255);
- border-color: rgb(255, 255, 255); }
- #subnav {
- margin-top: 24px;
- margin-bottom: 24px;
- font-size: 15px; }
- #subnav ul {
- margin: 0;
- text-align: center; }
- #subnav li {
- display: inline-block; }
- #subnav li.active a,
- #subnav span {
- color: rgb(255, 255, 255); }
- #subnav form,
- #subnav em,
- #subnav span,
- #subnav a {
- display: inline-block;
- padding: 2px 16px; }
- #subnav em {
- font-style: normal; }
- #subnav a {
- color: #f03c69;
- text-decoration: none; }
- #subnav a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- }
- #subnav li:first-child b a {
- color: #f03c69;
- font-weight: normal;
- text-decoration: none; }
- #subnav li:first-child b a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #subnav b a {
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #subnav b a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255) ;
- text-decoration: underline; }
- #subnav .action-button a {
- background: rgb(255, 255, 255);
- font-size: 15px;
- margin-left: 16px;
- padding: 2px 16px;
- border-radius: 3px;
- border: 1px solid rgb(255, 255, 255); }
- #subnav .action-button a:hover {
- background: #f03c69;
- border-color: #f03c69;
- color: #fff;
- text-decoration: none; }
- #subnav form {
- margin: 0; }
- #subnav form button {
- font-size: 15px;
- line-height: 24px;
- color: #f03c69;
- height: auto;
- padding: 0;
- background: none;
- box-shadow: none;
- vertical-align: baseline; }
- #subnav form button:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #gnu-logo {
- padding-top: 35px;
- text-align: center; }
- #hero {
- padding-top: 20px;
- padding-bottom: 36px;
- text-align: center; }
- #hero h1 {
- max-width: 880px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 12px;
- font-size: 64px;
- line-height: 72px;
- font-weight: 900; }
- #hero p {
- max-width: 740px;
- margin: auto;
- font-size: 21px;
- line-height: 32px;
- color: #999;
- margin-top: 28px;
- padding-top: 28px;
- margin-bottom: 0;
- position: relative; }
- #hero p a {
- color: rgb(255, 255, 255); }
- #hero p a:hover {
- color: rgba(0, 0, 0, 0.6); }
- #hero p:before {
- position: absolute;
- content: '';
- width: 40px;
- height: 3px;
- top: 0;
- left: 50%;
- margin-left: -20px;
- background: #ff3366; }
- #intro {
- margin-top: 56px;
- margin-bottom: 140px;
- text-align: center;
- position: relative; }
- #intro:before {
- position: absolute;
- content: '';
- width: 40px;
- height: 3px;
- top: -68px;
- left: 50%;
- margin-left: -20px;
- background: #ff3366; }
- #intro h6 {
- color: rgba(0, 0, 0, 0.5);
- font-weight: normal; }
- #intro h2 {
- font-weight: 900; }
- #intro h2 a {
- color: #f03c69;
- text-decoration: none; }
- #intro h2 a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #intro p {
- font-size: 15px;
- margin: auto;
- padding: 0 20px; }
- @media (max-width: 768px) {
- #intro .col {
- margin-bottom: 48px; } }
- #action-buttons {
- margin-bottom: 49px;
- text-align: center; }
- #action-buttons button,
- #action-buttons .button {
- margin: 0 4px; }
- #action-buttons p {
- margin: 0;
- margin-top: 20px;
- font-size: 13px;
- line-height: 20px;
- color: rgba(0, 0, 0, 0.5); }
- #contents {
- counter-reset: count;
- max-width: 400px;
- margin: 24px auto 60px auto;
- padding: 32px;
- background: #fbfbfb;
- border: 1px solid rgba(0, 0, 0, 0.08); }
- #contents.wide {
- max-width: none;
- margin-bottom: 24px; }
- #contents ol {
- margin: 0; }
- #contents li {
- line-height: 40px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
- margin-right: 24px;
- counter-increment: count; }
- #contents li:last-child {
- border-bottom: none; }
- #contents a {
- display: block;
- text-decoration: none;
- position: relative;
- padding-left: 24px;
- color: #259d92; }
- #contents a:before {
- position: absolute;
- left: 0;
- content: counter(count, decimal-leading-zero);
- font-size: 13px;
- color: rgb(255, 255, 255); }
- #contents a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #main {
- margin: auto;
- max-width: 1128px; }
- body.docs #main,
- body.grafs-index #main,
- body.page-redactor-index #main {
- max-width: none; }
- body.docs #top {
- margin-bottom: 0; }
- body.page-account #hero {
- padding: 0; }
- body.page-account #hero h1 {
- font-size: 32px;
- line-height: 32px;
- margin-bottom: 48px; }
- .content {
- max-width: 840px;
- margin: auto; }
- #redactor-intro-box {
- max-width: 920px;
- margin: auto;
- margin-bottom: 48px; }
- #redactor-features {
- text-align: center;
- margin: 136px auto;
- max-width: 1128px; }
- #redactor-features h3 {
- font-size: 21px;
- margin-top: 0;
- margin-bottom: 4px; }
- #redactor-features p {
- color: rgba(0, 0, 0, 0.5); }
- #redactor-buying-desc {
- max-width: 720px;
- margin: auto;
- margin-top: 40px;
- font-size: 13px;
- line-height: 20px; }
- #redactor-buying-desc p {
- color: rgba(0, 0, 0, 0.5); }
- #redactor-buy-box {
- text-align: center;
- margin: 116px auto;
- max-width: 1128px; }
- #redactor-cloud {
- text-align: center;
- margin: 116px auto;
- max-width: 1128px; }
- #redactor-cloud h2 {
- font-size: 48px;
- line-height: 56px;
- margin-bottom: 36px;
- color: rgba(0, 0, 0, 0.15); }
- #redactor-cloud ul {
- margin: 0;
- list-style: none; }
- #redactor-cloud li {
- list-style: none;
- display: inline;
- line-height: 44px;
- margin: 0 12px;
- white-space: nowrap; }
- #redactor-cloud li:nth-child(3n) {
- font-size: 1.25em;
- color: #666; }
- #redactor-cloud li:nth-child(4n) {
- font-size: 1.5em;
- color: #333; }
- #redactor-cloud li:nth-child(5n) {
- font-size: 1em;
- color: #999; }
- #redactor-cloud li:nth-child(7n) {
- font-size: 2.25em; }
- @media (max-width: 768px) {
- #redactor-cloud {
- display: none; } }
- #redactor-discover {
- text-align: center;
- background: #f8f8f8;
- padding-bottom: 96px; }
- #redactor-discover #redactor-discover-box {
- max-width: 1128px;
- margin: auto; }
- #redactor-discover h3 {
- font-size: 24px;
- line-height: 32px;
- text-align: center;
- font-weight: 900;
- padding: 40px 0;
- margin-bottom: 60px;
- color: rgba(0, 0, 0, 0.25);
- border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
- #redactor-discover h4 {
- margin-top: 0; }
- #redactor-discover h4 a {
- font-size: 21px;
- color: rgb(255, 255, 255); }
- #redactor-discover h4 a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255); }
- #redactor-discover figure {
- margin-bottom: 0; }
- #redactor-discover .col {
- max-width: 340px; }
- #redactor-discover p {
- font-size: 14px;
- line-height: 20px;
- color: rgb(255, 255, 255); }
- @media (max-width: 768px) {
- #redactor-discover .col {
- max-width: none; }
- #redactor-discover p {
- padding: 0 24px; } }
- #grafs-matrix-box {
- padding: 0 20px;
- max-width: 1128px;
- margin: auto;
- margin-bottom: 80px; }
- #grafs-matrix-box .item {
- padding-top: 72px;
- text-align: center; }
- #grafs-matrix-box .item.first {
- padding-top: 24px; }
- #grafs-matrix-box h5 {
- font-size: 17px;
- line-height: 24px;
- margin-bottom: 8px; }
- #grafs-matrix-box p {
- max-width: 340px;
- margin: auto;
- margin-bottom: 32px;
- font-size: 13px;
- line-height: 20px;
- color: rgba(0, 0, 0, 0.7); }
- #grafs-matrix-box .row p {
- max-width: 280px;
- margin-bottom: 40px; }
- #grafs-buy-box {
- padding: 0 20px;
- padding-bottom: 104px;
- max-width: 1128px;
- margin: auto;
- margin-top: 128px;
- text-align: center;
- border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
- #grafs-buy-box h2 {
- font-size: 30px;
- line-height: 40px;
- font-weight: 900;
- margin-bottom: 72px; }
- #grafs-buy-box .button {
- height: 60px;
- padding-top: 20px;
- padding-left: 36px;
- padding-right: 36px;
- font-size: 19px;
- font-weight: 500; }
- #grafs-buy-box p.desc {
- font-size: 13px;
- line-height: 20px;
- color: rgba(0, 0, 0, 0.6); }
- #grafs-features {
- text-align: center;
- max-width: 1128px;
- margin: 88px auto 104px auto;
- padding: 0 20px; }
- #grafs-features figure {
- margin-bottom: 0; }
- #grafs-features h3 {
- margin-top: 0;
- font-size: 21px;
- line-height: 32px; }
- #grafs-features p {
- font-size: 15px;
- color: rgba(0, 0, 0, 0.7); }
- #grafs-discover {
- text-align: center;
- background: #f8f8f8;
- padding-bottom: 96px; }
- #grafs-discover #grafs-discover-box {
- max-width: 800px;
- margin: auto; }
- #grafs-discover h3 {
- font-size: 24px;
- line-height: 32px;
- text-align: center;
- font-weight: 900;
- padding: 40px 0;
- margin-bottom: 60px;
- color: rgba(0, 0, 0, 0.25);
- border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
- #grafs-discover h4 {
- margin-top: 0; }
- #grafs-discover h4 a {
- font-size: 21px;
- color: rgb(255, 255, 255); }
- #grafs-discover h4 a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255); }
- #grafs-discover figure {
- margin-bottom: 0; }
- #grafs-discover .col {
- max-width: 280px; }
- #grafs-discover p {
- font-size: 14px;
- line-height: 20px;
- color: rgb(255, 255, 255); }
- @media (max-width: 768px) {
- #grafs-discover .col {
- max-width: none; }
- #grafs-discover p {
- padding: 0 24px; } }
- .grafs-examples-row {
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
- margin-bottom: 40px; }
- .grafs-examples-col {
- border-radius: 3px;
- background: #f8f8f8;
- padding: 32px;
- padding-bottom: 56px;
- width: 300px;
- margin: 0 16px;
- margin-bottom: 24px; }
- .grafs-examples-col figure {
- margin-bottom: 0; }
- .grafs-examples-col h4 {
- font-size: 17px;
- line-height: 28px;
- margin-top: 0; }
- .grafs-examples-col ul {
- list-style: none;
- margin: 0; }
- .grafs-examples-col ul li {
- font-size: 15px;
- line-height: 36px; }
- .grafs-examples-col ul a {
- display: block;
- color: #f03c69;
- text-decoration: none; }
- .grafs-examples-col ul a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255)0;
- }
- #grafs-example-header,
- #grafs-example-content {
- max-width: 900px;
- margin: auto; }
- #grafs-example-header {
- margin-top: 72px;
- margin-bottom: 44px;
- text-align: center; }
- #grafs-example-header .tag {
- font-size: 13px;
- line-height: 24px;
- text-transform: uppercase;
- color: rgb(255, 255, 255);
- margin-bottom: 8px; }
- #grafs-example-header .tag a {
- color: rgba(0, 0, 0, 0.6); }
- #grafs-example-header .tag a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255); }
- #grafs-example-header h1 {
- font-size: 48px;
- line-height: 52px;
- font-weight: 900; }
- #path {
- font-size: 15px;
- margin-bottom: 12px; }
- #path a {
- color: #f03c69; }
- #path a:hover {
- color: rgb(255, 255, 255); }
- #path span {
- color: rgb(255, 255, 255);
- font-size: 15px;
- display: inline-block;
- margin: 0 6px; }
- #path b {
- font-weight: 500;
- color: rgba(0, 0, 0, 0.4); }
- #docs-main {
- display: flex; }
- #docs-main #side {
- width: 24%;
- padding: 28px 36px;
- border-right: 1px solid rgb(255, 255, 255); }
- #docs-main #side nav li {
- font-size: 15px;
- line-height: 40px; }
- #docs-main #side nav li a {
- display: block;
- color: #707070;
- text-decoration: none; }
- #docs-main #side nav li a:hover {
- color: #ff3366;
- text-decoration: underline; }
- #docs-main #side nav span,
- #docs-main #side nav li.active a {
- color: #ff3366;
- font-weight: bold; }
- #docs-main #side nav span:hover,
- #docs-main #side nav li.active a:hover {
- text-decoration: none; }
- #docs-main #side nav h6 {
- border-top: 1px solid #eee;
- padding-top: 16px;
- margin-top: 8px;
- margin-bottom: 8px; }
- #docs-main #area {
- width: 76%;
- padding: 32px 64px 48px 64px; }
- #docs-main #area h1 {
- font-size: 36px;
- line-height: 40px;
- font-weight: 900;
- margin-bottom: 28px; }
- #docs-main #area h3 {
- font-size: 18px;
- line-height: 28px; }
- #docs-main #area .lead {
- font-size: 18px;
- line-height: 28px;
- margin-bottom: 24px; }
- #docs-main #area .doc-head {
- position: relative;
- margin-top: 24px;
- padding-bottom: 8px;
- border-bottom: 1px solid #eee; }
- #docs-main #area .doc-head span {
- position: absolute;
- right: 0;
- top: 0;
- font-weight: normal;
- font-size: 13px;
- color: rgb(255, 255, 255); }
- #docs-main #area .doc-head a {
- text-decoration: none;
- color: rgb(255, 255, 255);
- display: block;
- font-size: 20px; }
- .chart-example {
- position: relative;
- margin-top: 44px;
- margin-bottom: 40px; }
- .chart-example.inverted {
- padding: 32px;
- background: #191d21; }
- .chart-example.inverted .chart-selector a {
- color: rgba(255, 255, 255, 0.85);
- border-color: rgba(255, 255, 255, 0.3); }
- .chart-example.inverted pre {
- color: rgba(255, 255, 255, 0.85);
- padding: 0;
- background: #191d21; }
- .chart-selector {
- text-align: center;
- font-size: 14px;
- margin-bottom: 24px; }
- .chart-selector a {
- display: inline-block;
- background: rgba(46, 196, 182, 0.05);
- border: 1px solid rgba(46, 196, 182, 0.25);
- border-radius: 40px;
- line-height: 28px;
- padding: 0 12px;
- color: #000;
- text-decoration: none;
- margin: 0 4px; }
- .chart-selector a:hover,
- .chart-selector a.active {
- text-decoration: none;
- background: #2ec4b6;
- color: #fff;
- border: 1px solid transparent; }
- .chart-selector a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s; }
- .chart-section-head {
- text-align: center;
- font-weight: 900;
- margin-top: 64px;
- margin-bottom: -16px;
- font-size: 16px;
- line-height: 28px; }
- #posts {
- list-style: none;
- margin: auto;
- margin-top: 21px;
- margin-bottom: 20px;
- max-width: 680px;
- text-align: center; }
- #posts li {
- margin-bottom: 20px; }
- #posts h2 {
- font-size: 22px;
- font-weight: normal;
- margin: 0;
- line-height: 28px; }
- #posts h2 a {
- color: #f03c69;
- text-decoration: none; }
- #posts h2 a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- }
- #posts time {
- font-size: 12px;
- color: #999; }
- #post-box {
- max-width: 740px;
- margin: auto; }
- #post {
- font-size: 18px;
- line-height: 32px;
- margin-bottom: 0px; }
- #changelog {
- max-width: 820px;
- margin: auto;
- margin-bottom: 104px; }
- #changelog h3 {
- margin-bottom: 4px; }
- #changelog time {
- font-size: 11px;
- font-weight: bold;
- display: block;
- text-transform: uppercase;
- margin-bottom: 40px;
- color: rgba(0, 0, 0, 0.45); }
- #changelog .item {
- margin-bottom: 20px;
- background: #f8f8f8;
- padding: 40px; }
- #changelog ul {
- margin: 0;
- list-style: none; }
- #changelog li {
- margin-bottom: 16px;
- padding-bottom: 16px;
- border-bottom: 1px solid #eee; }
- #changelog li:last-child {
- border-bottom: none; }
- #changelog li .label {
- margin-right: 4px; }
- #components {
- text-align: center; }
- #components.lists {
- text-align: left; }
- #components.lists .item {
- padding: 24px; }
- #components.lists .item:hover {
- background: #f8f8f8; }
- #components .start {
- font-size: 24px;
- line-height: 32px; }
- #components #search-box {
- padding: 24px;
- background: #ebf0f6;
- margin-bottom: 24px; }
- #components .item {
- background: #f8f8f8;
- padding: 68px 24px 60px 24px;
- margin-bottom: 20px; }
- #components .item:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- background: #fcfcfc; }
- #components figure {
- margin-bottom: 0; }
- #components h4 {
- font-size: 19px;
- margin-top: 0;
- margin-bottom: 8px; }
- #components h4 a {
- color: #f03c69;
- text-decoration: none; }
- #components h4 a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #components ul {
- margin-left: 0;
- margin-top: 24px;
- list-style: none; }
- #components li {
- line-height: 32px;
- margin-bottom: 4px; }
- #components li a {
- display: inline-block;
- color: #f03c69;
- line-height: 24px; }
- #components li a:hover {
- -moz-transition: all linear 0.2s;
- transition: all linear 0.2s;
- color: rgb(255, 255, 255);
- text-decoration: underline; }
- #components p {
- max-width: 220px;
- margin: auto;
- font-size: 13px;
- line-height: 20px;
- color: rgba(0, 0, 0, 0.5); }
- #components #docs-search-results p {
- max-width: none;
- margin-bottom: 16px; }
- .demo-head {
- font-size: 24px;
- line-height: 32px;
- font-weight: 900;
- margin-top: 80px;
- margin-bottom: 20px;
- text-align: center; }
- #price-box {
- margin-top: 40px; }
- #price-box .item {
- text-align: center;
- padding: 36px;
- margin-bottom: 24px; }
- #price-box .item-selected {
- position: relative;
- top: -28px;
- background: #fafaf4; }
- #price-box .price-label {
- position: absolute;
- top: -12px;
- left: 50%;
- margin-left: -60px;
- background: #ff3366;
- color: #fff;
- font-size: 11px;
- text-transform: uppercase;
- padding: 0 8px; }
- #price-box .price-name {
- font-size: 12px;
- text-transform: uppercase;
- line-height: 24px;
- font-weight: 900; }
- #price-box .price-amount {
- margin: 20px 0 32px 0;
- font-size: 34px; }
- #price-box ul {
- margin-left: 0;
- list-style: none;
- line-height: 36px; }
- #price-box li {
- font-size: 14px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
- #price-box li:last-child {
- border-bottom-color: transparent; }
- #price-box button.stripe-button-el {
- height: auto;
- min-height: 0; }
- #price-secure-box {
- text-align: center;
- color: rgba(0, 0, 0, 0.6); }
- #price-secure-box .extra {
- margin-top: 36px;
- font-size: 14px;
- line-height: 22px; }
- .not-found {
- padding: 40px 0;
- text-align: center;
- font-style: italic;
- color: rgba(0, 0, 0, 0.5); }
- .callout {
- background: #f8f8f8;
- padding: 40px 48px; }
- .callout-form {
- margin-bottom: 40px; }
- .color-black {
- color: #000; }
- tr.border-none td {
- border: none; }
- #purchases-table td {
- padding-top: 24px;
- padding-bottom: 24px; }
- #purchases-table tr:first-child td {
- padding-top: 16px; }
- #purchases-table tr:last-child td {
- border-bottom: none; }
- .purchase-table-license {
- margin-top: -16px;
- margin-bottom: 8px; }
- .purchase-table-version {
- display: block;
- margin-top: 8px;
- margin-bottom: 8px;
- line-height: 16px;
- font-size: 11px; }
- #invoice-form,
- #invoice-form-old {
- margin-bottom: 24px;
- padding: 40px;
- border: 2px solid #eee; }
- @media (max-width: 768px) {
- #top {
- display: block;
- height: auto;
- padding-bottom: 24px; }
- #top ul {
- display: block; }
- #top #top-brand {
- display: none; }
- #top #top-nav-main {
- padding: 0;
- border: none; }
- #top #top-nav-extra {
- margin: 0; }
- #top #top-nav-main li,
- #top #top-nav-extra li {
- text-align: center;
- width: auto;
- margin: 16px 0;
- padding: 0; }
- #subnav li,
- #subnav ul li {
- text-align: center;
- border: none;
- display: block;
- margin: 16px 0; }
- #hero {
- margin-top: 32px;
- padding-top: 0;
- padding-left: 20px;
- padding-right: 20px; }
- #hero h1 {
- font-size: 40px;
- line-height: 48px; }
- #hero p {
- font-size: 16px;
- line-height: 24px; }
- #posts,
- #post-box,
- #main {
- padding-left: 20px;
- padding-right: 20px; }
- #action-buttons .button,
- #action-buttons button {
- margin: 8px 0; }
- #grafs-features ul {
- margin-bottom: 24px; }
- #grafs-features ul.br {
- border: none; }
- #grafs-features ul.br li,
- #grafs-features ul li {
- text-align: center; }
- .grafs-call-to-action p {
- font-size: 20px;
- line-height: 32px; }
- #docs-main {
- display: block; }
- #docs-main #side,
- #docs-main #area {
- width: 100%;
- padding: 20px 0;
- border: none; }
- .grafs-examples-row {
- flex-direction: column; }
- .grafs-examples-col {
- width: 100%;
- margin: 0;
- margin-bottom: 20px; }
- #price-box .item-selected {
- margin-top: 24px;
- top: 0; } }
|