swing
rating: 0+x

Name: swing

Author: dbinfodbinfo
License:
Tags:

Supports top bar menu *: no
Supports side bar menu *: no
* depends on tags: topbar and sidebar

Description:

@import url(/local—code/Shiny;
/* Google Web Fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

#container {

font-family: 'Roboto', sans-serif !important;
font-size: 16px;
line-height: 29px;
font-weight: 400;
color: #777;
background-color: #fff;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased !important;
}

html {
font-family: 'Roboto', sans-serif!important;
}

#header{
background-image: url("https://start.dc3.unico3.cloud/img/logo-system.png");
background-repeat: no-repeat;
background-position-y: center;

}

#header, #top-bar {
width: 100%;
margin: 0 auto;
background-color: #1e262a !important;

}

#header h1 {
margin-left: 30px;
padding: 0;
float: left;
max-height: 105px;
font-size: 36px;
font-weight: 300;
letter-spacing: -0.05em
}

#header h2 {
margin-left: 90px;
padding: 0;
clear: left;
float: left;
font-size: 105%;
max-height: 38px;
font-size: 18px;
font-weight: 300;

}

#header h1 a {
visibility: hidden;
}

#header h2 span {
display: block;
margin: 0;
padding: 19px 0;
line-height: 0px;
max-height: 0px;
color: #FFFFFF;
font-weight: 300;
margin-top: 0px;
letter-spacing: -0.01em;

}

#side-bar {
clear: both;
padding: 10px;
margin: 0 0 0 2em;
width: 18em;
border: 1px solid #dedede;
}
/* Link style
/* ------ */
a {
color: #03a9f4 !important;
}
a,
a > * {
outline: none;
cursor: pointer;
text-decoration: none;
}
a:focus,
a:hover {
color: #03a9f4;
outline: none;
text-decoration: none;
}

/* Transition elements
/* ------ */
a,
.navbar a,
.form-control {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

/* ================ Typography ================== */

h1, h2, h3, h4, h5, h6{
font-family: 'Roboto', sans-serif!important;
font-weight: 400;
color: #202020;
margin: 0 0 15px;
}

h1 {
font-size: 40px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}

p img {
margin: 0;
}

p {
margin: 0 0 30px;
line-height: 25px;
}

h1, #page-title {
color: #444444 !important;
padding: 0 0 0.25em;
margin: 0 0 0.6em;
font-weight: normal;
}

How to install

  • go to: your wiki admin panel » appearance » themes
  • choose External CSS theme
  • supply the following URL as the CSS location
http://themes.wdfiles.com/local--code/swing

Code

Notes

Similar themes

Browse themes by tag

Comments

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License