Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
allineato a tema di linux.it, layout mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Jul 18, 2017
1 parent e3e1538 commit c8a83e1
Show file tree
Hide file tree
Showing 14 changed files with 9,985 additions and 1,080 deletions.
Binary file added css/Junction-regular-webfont.woff
Binary file not shown.
6,757 changes: 6,757 additions & 0 deletions css/bootstrap.css

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions css/colors.css
@@ -0,0 +1,44 @@

/* ---------- Color Module Styles ----------- */

body,
body.overlay {
color: #444;
}
.comment .comment-arrow {
border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background: #ffffff;
}
.tabs ul.primary li a.active {
background-color: #ffffff;
}
.tabs ul.primary li.active a {
background-color: #ffffff;
border-bottom: 1px solid #ffffff;
}
#header {
background: url("../immagini/hbkg.png") repeat-x scroll center bottom #DBDBDB;
border-bottom: 10px solid #444444;
padding: 40px 50px;
position: relative;
text-align: left;
}
.sidebar .block {
background-color: #f6f6f2;
border-color: #f9f9f9;
}
#page-wrapper,
#footer-wrapper {
background: #292929;
}

@media only screen and (max-width: 767px) {
#header {
padding: 20px;
}
}

0 comments on commit c8a83e1

Please sign in to comment.