Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
This commit is contained in:
9
resources/Azias/scss/halfmoon/page/contact.scss
Normal file
9
resources/Azias/scss/halfmoon/page/contact.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Halfmoon > Page > Contact */
|
||||
|
||||
// No longer used since the QR codes have been removed !
|
||||
//#contact-tox-qrcode > img {
|
||||
// height: calc( 256px * 0.75);
|
||||
// -webkit-filter: invert(100%);
|
||||
// filter: invert(100%);
|
||||
// image-rendering: pixelated;
|
||||
//}
|
63
resources/Azias/scss/halfmoon/page/content.scss
Normal file
63
resources/Azias/scss/halfmoon/page/content.scss
Normal file
@@ -0,0 +1,63 @@
|
||||
/* Halfmoon > Page > Content */
|
||||
|
||||
@media (max-width: 992px) {
|
||||
:root {
|
||||
--content-search-image-size: 96px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 993px) {
|
||||
:root {
|
||||
--content-search-image-size: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
div.content-presentation-container {
|
||||
margin-bottom: 10px;
|
||||
min-height: var(--content-search-image-size);
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div.content-presentation-container > a {
|
||||
width: 100%;
|
||||
min-height: var(--content-search-image-size);
|
||||
text-align: justify;
|
||||
color: var(--dm-card-text-color);
|
||||
}
|
||||
|
||||
div.content-presentation-container > a:hover {
|
||||
color: var(--dm-card-text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.content-search-image-container {
|
||||
background: var(--dm-card-bg-color) url("/resources/Azias/imgs/3px-tile-0.2.png") repeat fixed center center;
|
||||
box-shadow: inset 0 0 25px 1px rgba(255,255,255,0.05);
|
||||
border-radius: 8px;
|
||||
width: var(--content-search-image-size);
|
||||
height: var(--content-search-image-size);
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
img.content-search-image {
|
||||
max-width: var(--content-search-image-size);
|
||||
max-height: var(--content-search-image-size);
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
h3.content-search-title {
|
||||
float: none;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.content-tag-container a:not(:first-child) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
div.content-tag-container a, div.content-tag-container i {
|
||||
/* Doesn't fix the line return issue ! */
|
||||
display: inline-block;
|
||||
}
|
17
resources/Azias/scss/halfmoon/page/home.scss
Normal file
17
resources/Azias/scss/halfmoon/page/home.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Halfmoon > Page > Home */
|
||||
|
||||
// Gradient used on home page's applications card
|
||||
@media (min-width: 993px) {
|
||||
.l-lab-web {
|
||||
background: linear-gradient(90deg, rgba(101,144,134,0.3) 0%, rgba(101,144,134,0.2) 1.5px, rgba(101,144,134,0.0) 7px);
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.l-lab-office {
|
||||
background: linear-gradient(90deg, rgba(64,84,59,0.5) 0%, rgba(64,84,59,0.3) 2px, rgba(64,84,59,0.0) 7px);
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.l-lab-app {
|
||||
background: linear-gradient(90deg, rgba(156,23,34,0.4) 0%, rgba(156,23,34,0.3) 1.5px, rgba(156,23,34,0.0) 7px);
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user