/
home
/
w
/
q
/
g
/
wqgepnx
/
www
/
wp-content
/
themes
/
prixexport
/
sass
/
theme
/
File Upload :
llllll
Current File: /home/w/q/g/wqgepnx/www/wp-content/themes/prixexport/sass/theme/_theme.scss
/* Gloabl */ html, body { font-family: $lato; overflow-x: hidden; background-color: $grisclair; } h2 { font-size: 20px; text-transform: uppercase; margin: 0 0 10px 0; border-bottom: 2px solid; padding: 5px 0 5px 0; } a { text-decoration: none; cursor: pointer; &:hover { text-decoration: none; } &:focus { text-decoration: none; } } p { margin-top: 0; margin-bottom: 0; } .separator { height: 50px; display: block; width: 100%; } .aligncenter { display: block; } main { margin: 0 auto; } .wrapper { padding: 10px 0; } a.archive { width: 31%; margin: 0 0 0 20px; display: inline-block; padding: 0; height: auto; } .seemore { text-align: center; text-transform: uppercase; margin: 5px 0; } /* Button */ .btn-block.Animation { display: block; width: 150px; background-color: $black; border-radius: 10px; height: auto; padding: 0; color: white; &:hover { background-color: $black; color: $rose; } } .btn-block.Documentary { display: block; width: 150px; background-color: $black; border-radius: 10px; height: auto; padding: 0; color: white; &:hover { background-color: $black; color: $vert; } } .btn-block.Fiction { display: block; width: 150px; background-color: $black; border-radius: 10px; height: auto; padding: 0; color: white; &:hover { background-color: $black; color: $violet; } } /* Nav */ .navbar-dark { background-color: $white !important; height: 120px; color: $black } .custom-logo-link { width: 20%; float: left; img { width: 150px; margin: 0 auto; display: block; } } .navbar-dark .navbar-nav .nav-link { color: $black !important; text-transform: uppercase; font-size: 16px; margin: 0 0px 0 50px; } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: $black; } .menu-animation.active a { border-bottom: 2px solid $rose; } .menu-documentary.active a { border-bottom: 2px solid $vert; } .menu-fiction.active a { border-bottom: 2px solid $violet; } /* Intro */ .intro { margin: 10px 0; text-align: left; font-size: 20px; font-weight: bold; } /* Animation */ .bg-animation { height: auto; color: $rose; background-color: $white; transition: all linear 750ms; vertical-align:top; margin-bottom: 5px; &:hover { color: $white; background-color: $rose; } a { color: $rose !important; &:hover { color: $white !important; } img { width: 100%; } } } p.category-sidebar { font-size: 20px; font-weight: bold; color: $rose; } p.title-sidebar { font-size: 14px; color: $primary; font-weight: bold; } .archive-Animation { height: auto; color: $black; background-color: $white; transition: all linear 750ms; &:hover { color: $white; background-color: $rose; } p { a { color: $rose !important; &:hover { color: $white !important; } img { width: 100%; } } } } .single-Animation { background-color: $white; border-top: 5px solid $rose; padding: 25px; h1 { text-transform: uppercase; font-size: 30px; line-height: 60px; color: $rose; } } /* Documentary */ .bg-documentary { height: auto; color: $vert; background-color: $white; transition: all linear 750ms; vertical-align:top; margin-bottom: 5px; &:hover { color: $white; background-color: $vert; } a { color: $vert !important; &:hover { color: $white; } img { width: 100%; } } } p.category-sidebar { font-size: 20px; font-weight: bold; color: $vert; } p.title-sidebar { font-size: 14px; color: $primary; font-weight: bold; } .archive-Documentary { height: auto; color: $black; background-color: $white; transition: all linear 750ms; &:hover { color: $white; background-color: $vert; } a { color: $vert !important; &:hover { color: $white; } img { width: 100%; } } } .single-Documentary { background-color: $white; border-top: 5px solid $vert; padding: 25px; h1 { text-transform: uppercase; font-size: 30px; line-height: 60px; color: $vert; } } /* Fiction */ .bg-fiction { height: auto; color: $violet; background-color: $white; transition: all linear 750ms; vertical-align:top; margin-bottom: 5px; &:hover { color: $white; background-color: $violet; } a { color: $violet !important; &:hover { color: $white; } img { width: 100%; } } } p.category-sidebar { font-size: 20px; font-weight: bold; color: $violet; } p.title-sidebar { font-size: 14px; color: $primary; font-weight: bold; } .archive-Fiction { height: auto; color: $black; background-color: $white; transition: all linear 750ms; &:hover { color: $white; background-color: $violet; } a { color: $violet !important; &:hover { color: $white; } img { width: 100%; } } } .single-Fiction { background-color: $white; border-top: 5px solid $violet; padding: 25px; h1 { text-transform: uppercase; font-size: 30px; line-height: 60px; color: $violet; } } .bg-vote { height: auto; color: $black; background-color: $white; margin: 0 0 5px 0; vertical-align:top; } .about { height: auto; color: $black; background-color: $white; max-width: 98.5%; } /* Barre latérale single.php */ .sidebar { margin-top: 30px; border-left: 2px solid $grisclair; .col-md-12 { margin: 0 0 20px 0; padding: 0 0 20px 20px; border-bottom: 2px solid $grisclair; } .col-md-12:nth-child(3) { border-bottom: none; } } /* Vote */ .voting { width: 100%; display: block; height: auto; margin: 0; padding: 50px 0; text-align: center; a { width: 150px; background-color: black; color: white; padding: 10px 40px; border-radius: 10px; } } /* Footer */ #wrapper-footer { position: relative; bottom: 0; left: 0; text-align: center; display: block; margin: 0 auto; width: 100%; background-color: white; } // TABS .tab-content { width: 100%; background-color: $white; margin-bottom: 5px; } .nav-tabs { border-bottom: none; } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; font-size: 16px; text-transform: uppercase; width: 170px; text-align: center; border-radius: 0px; } .nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: transparent !important; } .nav-tabs .nav-link.animation { color: $rose; border-bottom: $rose; border-color: transparent !important; .active { color: $rose; border-bottom: $rose; border-color: transparent !important; } } .nav-tabs .nav-link.documentary { color: $vert; border-bottom: $vert; border-color: transparent !important; .active { color: $vert; border-bottom: $vert; border-color: transparent !important; } } .nav-tabs .nav-link.fiction { color: $violet; border-bottom: $violet; border-color: transparent !important; .active { color: $violet; border-bottom: $violet; border-color: transparent !important; } } /* Poll */ .wp-polls-ul { padding: 0; margin: 0px 0px 10px 20px; } .wp-polls .Buttons { border: 1px solid #000000; background-color: #000000; color: #ffffff; margin: 10px 0 20px 0; padding: 5px 25px; font-size: 16px; } .wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li { text-align: left; background-image: none; display: inline-block; margin: 0 auto; width: 33%; } label { width: 100%; display: block !important; }
Copyright ©2k19 -
Hexid
|
Tex7ure