Primi aggiustamenti con il tema pelican-blue sistemato.
This commit is contained in:
parent
c1dddffa44
commit
cdc6531c16
31 changed files with 965 additions and 20 deletions
64
themes/pelican-blue/static/css/pygments.css
Normal file
64
themes/pelican-blue/static/css/pygments.css
Normal file
|
@ -0,0 +1,64 @@
|
|||
.highlight .hll { background-color: #49483e }
|
||||
.highlight { background: #272822; color: #f8f8f2 }
|
||||
.highlight .c { color: #75715e } /* Comment */
|
||||
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
||||
.highlight .k { color: #66d9ef } /* Keyword */
|
||||
.highlight .l { color: #ae81ff } /* Literal */
|
||||
.highlight .n { color: #f8f8f2 } /* Name */
|
||||
.highlight .o { color: #f92672 } /* Operator */
|
||||
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
||||
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
||||
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #75715e } /* Comment.Single */
|
||||
.highlight .cs { color: #75715e } /* Comment.Special */
|
||||
.highlight .gd { color: #f92672 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #75715e } /* Generic.Subheading */
|
||||
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
||||
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
||||
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
||||
.highlight .m { color: #ae81ff } /* Literal.Number */
|
||||
.highlight .s { color: #e6db74 } /* Literal.String */
|
||||
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
||||
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
||||
.highlight .nc { color: #a6e22e } /* Name.Class */
|
||||
.highlight .no { color: #66d9ef } /* Name.Constant */
|
||||
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
||||
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
||||
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
||||
.highlight .nf { color: #a6e22e } /* Name.Function */
|
||||
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
||||
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
||||
.highlight .nx { color: #a6e22e } /* Name.Other */
|
||||
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
||||
.highlight .nt { color: #f92672 } /* Name.Tag */
|
||||
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
||||
.highlight .ow { color: #f92672 } /* Operator.Word */
|
||||
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
||||
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
|
||||
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
||||
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
303
themes/pelican-blue/static/css/style.css
Normal file
303
themes/pelican-blue/static/css/style.css
Normal file
|
@ -0,0 +1,303 @@
|
|||
html {
|
||||
font-family: 'Open Sans', 'helvetica', sans-serif;
|
||||
background: white;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Titles */
|
||||
h1 { text-transform: uppercase }
|
||||
h1, h2 {
|
||||
font-weight: normal;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
.title
|
||||
{
|
||||
font-size: 2.5em;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
text-transform: none;
|
||||
color: #3a7c78;
|
||||
line-height: 1;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.latest
|
||||
{-
|
||||
padding: 10px 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.post_detail
|
||||
{
|
||||
font-size: 2em;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.entry-content
|
||||
{
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
text-align: justify;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
article section .about
|
||||
{
|
||||
font-size: 18px;
|
||||
color: #444;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
article section .blog-post
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* Body */
|
||||
body {margin: 0}
|
||||
body > article, footer {
|
||||
/*line-height: 1.6em;
|
||||
display: block;
|
||||
max-width: 700px;
|
||||
margin: 40px auto auto 355px;
|
||||
padding: 20px 80px 10px;*/
|
||||
line-height: 1.6em;
|
||||
display: block;
|
||||
margin: auto 5px auto 285px;
|
||||
padding: 10px 5px 10px;*/
|
||||
}
|
||||
|
||||
article ol.posts
|
||||
{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* Articles */
|
||||
p.post_entry {
|
||||
}
|
||||
article > header {
|
||||
list-style-type: none;
|
||||
padding: 0px 10px;
|
||||
box-shadow: 0 0 0 2px #3a7c78;
|
||||
-moz-border-radius: 5px 0;
|
||||
-webkit-border-radius: 5px 0;
|
||||
border-radius: 5px 5px;
|
||||
}
|
||||
.article_left > h1 {
|
||||
font-size: 20px;
|
||||
}
|
||||
.article_right {
|
||||
background-color: white;
|
||||
}
|
||||
.post_list {
|
||||
list-style-type: none;
|
||||
padding: 10px 10px;
|
||||
-moz-border-radius: 5px 0;
|
||||
-webkit-border-radius: 5px 0;
|
||||
border-radius: 5px 5px;
|
||||
}
|
||||
|
||||
|
||||
/* Links */;
|
||||
a { color: #3a7c78; text-decoration:none; }
|
||||
a:visited { color: #3a7c78; text-decoration:none; }
|
||||
a:link { color:#3a7c78; text-decoration:none; }
|
||||
a:active { color:#3a7c78; text-decoration:none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
|
||||
/* Code */
|
||||
.highlight pre {
|
||||
font-size: 14px;
|
||||
overflow: auto;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
aside {
|
||||
font-size: 14px;
|
||||
width: 220px; height: 100%;
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
padding: 30px;
|
||||
/*background-color: #2980b9;*/
|
||||
background-color: #3a7c78;
|
||||
color: white;
|
||||
box-shadow: 0 0 3px black;
|
||||
text-align: center;
|
||||
padding-top: 8%;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
aside > ul {
|
||||
list-style-type: none;
|
||||
padding: 0px 10px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
aside > h2 {
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#avatar {
|
||||
width: 100px;
|
||||
border-radius: 50%;
|
||||
display: block;
|
||||
margin: 0 10px 20px 0;
|
||||
box-shadow: 0px 0px 5px 3px #3a7c78;
|
||||
-webkit-transition: 200ms;
|
||||
-moz-transition: 200ms;
|
||||
-ms-transition: 200ms;
|
||||
-o-transition: 200ms;
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
#avatar:hover {
|
||||
box-shadow: 0px 0px 5px 3px white;
|
||||
}
|
||||
|
||||
.social
|
||||
{
|
||||
display: inline-block;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.nav
|
||||
{
|
||||
display: block;
|
||||
margin-left: -30px;
|
||||
margin-right: -30px;
|
||||
border: 1px solid #73d08a;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.nav > ul > li
|
||||
{
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.nav a
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.nav a:hover
|
||||
{
|
||||
background-color: #73d08a;
|
||||
}
|
||||
|
||||
.list-bare
|
||||
{
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nav__link
|
||||
{
|
||||
display: block;
|
||||
padding: 0.77273rem 0;
|
||||
border-bottom: 1px solid #73d08a;
|
||||
}
|
||||
|
||||
|
||||
.blog_roll_link
|
||||
{
|
||||
display: block;
|
||||
padding: 0.33147rem 0;
|
||||
border-bottom: 3px solid #73d08a;
|
||||
}
|
||||
|
||||
|
||||
/*--------Responsive------------*/
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
||||
aside {
|
||||
left: 0;
|
||||
max-width: none;
|
||||
position: relative;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.nav
|
||||
{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
body > article {
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
footer
|
||||
{
|
||||
padding: 1em;
|
||||
margin-left: 1em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#avatar {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin: 10px auto;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#license {
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
bottom: -43vh;
|
||||
}
|
||||
|
||||
#license p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#license a {
|
||||
color: #ffffff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#license img {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
#live {
|
||||
border: 1px dotted teal;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: space-between;
|
||||
align-items: stretch;
|
||||
height: 75vh;
|
||||
}
|
||||
|
||||
#embedded-video {
|
||||
display: flex;
|
||||
flex: 7;
|
||||
}
|
||||
|
||||
#embedded-chat {
|
||||
display: flex;
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
#live iframe {
|
||||
border: 0px;
|
||||
flex: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue