mirror of
https://github.com/actix/actix-website
synced 2024-11-27 10:02:57 +01:00
style change
This commit is contained in:
parent
585ebe0fd6
commit
aafceb93b8
@ -1,5 +1,6 @@
|
|||||||
<div id="mnav">
|
<div id="mnav">
|
||||||
<div id="lnav">
|
<div id="lnav">
|
||||||
|
<div id="line"></div>
|
||||||
<h1><a href="/"><img src="/public/imgs/ACTIX.png"/></a><a id="home" href="/">Actix</a></h1>
|
<h1><a href="/"><img src="/public/imgs/ACTIX.png"/></a><a id="home" href="/">Actix</a></h1>
|
||||||
<label ><a href="#" id="menu">menu</a></label>
|
<label ><a href="#" id="menu">menu</a></label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,7 +3,9 @@ layout: default.liquid
|
|||||||
permalink: /index.html
|
permalink: /index.html
|
||||||
---
|
---
|
||||||
|
|
||||||
<div id="top">
|
<section>
|
||||||
|
<div>
|
||||||
|
<div id="top">
|
||||||
<h1>Actix-web framework</h1>
|
<h1>Actix-web framework</h1>
|
||||||
<p>Actix-web is a fast, down-to-earth, open source rust web framework.</p>
|
<p>Actix-web is a fast, down-to-earth, open source rust web framework.</p>
|
||||||
<div>
|
<div>
|
||||||
@ -11,8 +13,6 @@ permalink: /index.html
|
|||||||
<button><a href="/docs" >Learn</a></button>
|
<button><a href="/docs" >Learn</a></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="index">
|
|
||||||
<div>
|
|
||||||
<div id="Features">
|
<div id="Features">
|
||||||
<div id="feature" class="columns three">
|
<div id="feature" class="columns three">
|
||||||
<article>
|
<article>
|
||||||
@ -58,4 +58,4 @@ permalink: /index.html
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
:root {
|
:root {
|
||||||
--grey: #f5f5f5;
|
--grey: #f5f5f5;
|
||||||
--text-color: #413e3e;
|
--text-color: #413e3e;
|
||||||
--black: #000;
|
--black: #000000;
|
||||||
--white: #fff;
|
--white: #ffffff;
|
||||||
--new: rgb(82, 29, 79);
|
--new: rgb(82, 29, 79);
|
||||||
--font-stack: helvetica, arial, sans-serif;
|
--font-stack: helvetica, arial, sans-serif;
|
||||||
}
|
}
|
||||||
@ -36,16 +36,23 @@ ul, ol, li {
|
|||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
zoom:1;
|
zoom:1;
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: var(--black);
|
background-color: var(--white);
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
/* border-bottom: 1px solid #dfdcdc;
|
border-bottom: 1px solid #dfdcdc;
|
||||||
box-shadow: 0 3px 3px rgba(200, 216, 206, 0.12), 0 3px 3px rgba(97, 107, 100, 0.24); */
|
box-shadow: 0 3px 3px rgba(200, 216, 206, 0.12), 0 3px 3px rgba(97, 107, 100, 0.24);
|
||||||
|
}
|
||||||
|
#line {
|
||||||
|
position: fixed;
|
||||||
|
zoom:1;
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
height: 4px;
|
||||||
|
background-color: var(--black);
|
||||||
}
|
}
|
||||||
#lnav h1 #home {
|
#lnav h1 #home {
|
||||||
font-size: 33px;
|
font-size: 33px;
|
||||||
margin: auto 1vw;
|
margin: auto 1vw;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--grey);
|
|
||||||
}
|
}
|
||||||
#lnav label {
|
#lnav label {
|
||||||
float: right;
|
float: right;
|
||||||
@ -53,9 +60,6 @@ ul, ol, li {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: auto 2vw;
|
margin: auto 2vw;
|
||||||
}
|
}
|
||||||
#lnav label a {
|
|
||||||
color: var(--grey);
|
|
||||||
}
|
|
||||||
#lnav h1 img {
|
#lnav h1 img {
|
||||||
width: 2.8rem;
|
width: 2.8rem;
|
||||||
height: 2.8rem;
|
height: 2.8rem;
|
||||||
@ -64,7 +68,7 @@ ul, ol, li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------section----------------------------------------*/
|
/* ----------------------------------------section----------------------------------------*/
|
||||||
section, #index {
|
section {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
section.docs aside ul li a, section.blog aside ul li a {
|
section.docs aside ul li a, section.blog aside ul li a {
|
||||||
@ -143,25 +147,21 @@ footer p {
|
|||||||
|
|
||||||
/* ----------------------------------------home page----------------------------------------*/
|
/* ----------------------------------------home page----------------------------------------*/
|
||||||
#top {
|
#top {
|
||||||
margin: 0 auto;
|
padding: 2rem;
|
||||||
padding: 7.5rem 2rem 5rem 2rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 3rem;
|
line-height: 3rem;
|
||||||
background-color: var(--black);
|
border: 2px solid var(--grey);
|
||||||
}
|
}
|
||||||
#top h1 {
|
#top h1 {
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
color: var(--white);
|
|
||||||
}
|
}
|
||||||
#top p {
|
#top p {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
color: var(--grey);
|
|
||||||
}
|
}
|
||||||
#top button {
|
#top button {
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 8px 22px;
|
padding: 8px 22px;
|
||||||
background-color: var(--grey);
|
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -192,15 +192,13 @@ footer p {
|
|||||||
height: 0;
|
height: 0;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--black);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#rnav li a {
|
#rnav li a {
|
||||||
display:block;
|
display:block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid var(--grey);
|
border-bottom: 1px solid #d8d8d8;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
color: var(--white);
|
|
||||||
}
|
}
|
||||||
#top {
|
#top {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -211,11 +209,6 @@ footer p {
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
width: 94%;
|
width: 94%;
|
||||||
}
|
}
|
||||||
#index {
|
|
||||||
margin: 0 auto;
|
|
||||||
width: 94%;
|
|
||||||
}
|
|
||||||
width: 85%;
|
|
||||||
#hr {
|
#hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0.25rem;
|
height: 0.25rem;
|
||||||
@ -246,17 +239,13 @@ footer p {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 2vw;
|
padding-left: 2vw;
|
||||||
color: var(--grey);
|
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 5rem;
|
padding-top: 5rem;
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
#index {
|
|
||||||
margin: 0 auto;
|
|
||||||
width: 85%;
|
|
||||||
}
|
|
||||||
section.docs .inner, section.blog .inner {
|
section.docs .inner, section.blog .inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@ -306,17 +295,12 @@ footer p {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 2vw;
|
padding-left: 2vw;
|
||||||
color: var(--grey);
|
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 5.5rem;
|
padding-top: 5.5rem;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
#index {
|
|
||||||
margin: 0 auto;
|
|
||||||
width: 75%;
|
|
||||||
}
|
|
||||||
section.docs .inner, section.blog .inner {
|
section.docs .inner, section.blog .inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user