Skip to content
Snippets Groups Projects
Commit 077ce585 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

first clean css dependencies

parent 4d1609b4
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,7 @@ ...@@ -12,12 +12,7 @@
{% endif %} {% endif %}
<link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/page.css"> <link rel="stylesheet" href="/assets/css/page.css">
<link rel="stylesheet" href="/assets/css/home.css">
<link rel="stylesheet" href="/assets/css/default.css">
<link rel="stylesheet" href="/assets/css/blog.css">
<link rel="stylesheet" href="/assets/css/documentation.css">
<link rel="stylesheet" href="/assets/css/tiles.css"> <link rel="stylesheet" href="/assets/css/tiles.css">
<link rel="stylesheet" href="/assets/css/swiper.css">
{% if layout.css !=null %} {% if layout.css !=null %}
<link rel="stylesheet" href="/assets/css/{{ layout.css }}.css"> <link rel="stylesheet" href="/assets/css/{{ layout.css }}.css">
{% endif %} {% endif %}
......
a.plain
{
color:#d6be98 !important;
border:0 !important;
border-radius:0 !important;
border-bottom:1px solid !important;
padding:0 !important;
background-color:transparent !important;
box-shadow:none !important;
display:inline !important;
margin-left:auto !important;
margin-bottom:5px !important;
-webkit-transition:all .1s !important;
transition:all .1s !important
}
a.plain:hover
{
color:#f36521 !important
}
.defnitionList dd .contentTxt p a
{
color:#d6be98;
border-bottom:1px solid;
display:table;
margin-left:auto;
margin-bottom:5px;
-webkit-transition:all .1s;
transition:all .1s
}
.defnitionList dd .contentTxt p a:hover
{
color:#f36521
}
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.pageDocumentation { .pageDocumentation {
padding-top: 40px; padding-top: 40px;
} }
...@@ -12,11 +8,4 @@ ...@@ -12,11 +8,4 @@
} }
.pageDocumentation .tile { .pageDocumentation .tile {
cursor: default; cursor: default;
} }
.pageDocumentation > .wrap { \ No newline at end of file
position: relative;
max-width: 1260px;
margin: 0 auto;
padding: 0 25px;
z-index: 2;
}
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.getFramaC { .getFramaC {
position: relative; position: relative;
padding: 30px 0 140px; padding: 30px 0 140px;
......
/* Paths */ @import 'swiper.css';
/* Colors */
/* Global Media Queries */
/* Direction */
@import 'lib/swiper.css';
/* Home Page */
.home .notebook { .home .notebook {
width: 300px; width: 300px;
height: 175px; height: 175px;
......
/* Paths */ a.plain
/* Colors */ {
/* Global Media Queries */ color:#d6be98 !important;
/* Direction */ border:0 !important;
/* Icon fonts */ border-radius:0 !important;
border-bottom:1px solid !important;
padding:0 !important;
background-color:transparent !important;
box-shadow:none !important;
display:inline !important;
margin-left:auto !important;
margin-bottom:5px !important;
-webkit-transition:all .1s !important;
transition:all .1s !important
}
a.plain:hover
{
color:#f36521 !important
}
.defnitionList dd .contentTxt p a
{
color:#d6be98;
border-bottom:1px solid;
display:table;
margin-left:auto;
margin-bottom:5px;
-webkit-transition:all .1s;
transition:all .1s
}
.defnitionList dd .contentTxt p a:hover
{
color:#f36521
}
pre { pre {
background-color: floralwhite; background-color: floralwhite;
......
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
/* Default Page styles */
.defaultPage { .defaultPage {
display: flex; display: flex;
color: #333; color: #333;
......
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.tabs { .tabs {
margin-bottom: 30px; margin-bottom: 30px;
} }
......
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.pagePublications { .pagePublications {
padding-top: 40px; padding-top: 40px;
} }
......
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.pageTerms { .pageTerms {
padding-top: 40px; padding-top: 40px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment