chore: add update
This commit is contained in:
parent
76af4f0bc4
commit
83b0d5c89d
5 changed files with 181 additions and 182 deletions
|
|
@ -3,16 +3,16 @@
|
|||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
html {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
h2 { color: goldenrod ; }
|
||||
h3 { color: tomato ; }
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
a:active,
|
||||
html {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
h2 { color: goldenrod ; }
|
||||
h3 { color: tomato ; }
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
|
@ -106,7 +106,7 @@ table {
|
|||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/srccss/main.css */
|
||||
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
||||
@media print {
|
||||
*,
|
||||
:after,
|
||||
|
|
@ -172,7 +172,7 @@ th {
|
|||
font-family: "Glyphicons Halflings";
|
||||
src: url(../fonts/glyphicons-halflings-regular.eot);
|
||||
src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
|
||||
url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
|
||||
url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
|
||||
}
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
|
|
@ -1322,20 +1322,20 @@ samp {
|
|||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
}
|
||||
code {
|
||||
background: #222 ;
|
||||
color: lime ;
|
||||
border-radius: 5px ;
|
||||
overflow-wrap: break-word ;
|
||||
background: #222 ;
|
||||
color: lime ;
|
||||
border-radius: 5px ;
|
||||
overflow-wrap: break-word ;
|
||||
}
|
||||
/*
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
color: #c7254e;
|
||||
background-color: #f9f2f4;
|
||||
border-radius: 4px;
|
||||
}
|
||||
*/
|
||||
c *ode {
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
color: #c7254e;
|
||||
background-color: #f9f2f4;
|
||||
border-radius: 4px;
|
||||
}
|
||||
*/
|
||||
kbd {
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
|
|
@ -2949,15 +2949,15 @@ fieldset[disabled] a.btn {
|
|||
.btn-default.focus,
|
||||
.btn-default:focus {
|
||||
color: #333;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
/* background-color: #e6e6e6; */
|
||||
/* border-color: #8c8c8c; */
|
||||
}
|
||||
.btn-default:hover {
|
||||
color: #333;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
/* background-color: #e6e6e6; */
|
||||
/* border-color: #adadad; */
|
||||
}
|
||||
|
|
@ -2965,8 +2965,8 @@ fieldset[disabled] a.btn {
|
|||
.btn-default:active,
|
||||
.open > .dropdown-toggle.btn-default {
|
||||
color: #333;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
/* background-color: #e6e6e6; */
|
||||
/* border-color: #adadad; */
|
||||
}
|
||||
|
|
@ -2980,8 +2980,8 @@ fieldset[disabled] a.btn {
|
|||
.open > .dropdown-toggle.btn-default:focus,
|
||||
.open > .dropdown-toggle.btn-default:hover {
|
||||
color: #333;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
background-color: lightblue ;
|
||||
border-color: skyblue ;
|
||||
/* background-color: #d4d4d4; */
|
||||
/* border-color: #8c8c8c; */
|
||||
}
|
||||
|
|
@ -5056,7 +5056,7 @@ a.thumbnail:hover {
|
|||
margin-bottom: 20px;
|
||||
overflow: hidden;
|
||||
/* background-color: #f5f5f5; */
|
||||
background-color: #151515 ;
|
||||
background-color: #151515 ;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
|
|
@ -5754,9 +5754,9 @@ button.list-group-item-danger.active:hover {
|
|||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
background: rgba(0,0,0,.3) ;
|
||||
padding: 20px ;
|
||||
border-radius: 0 0 50px 50px ;
|
||||
background: rgba(0,0,0,.3) ;
|
||||
padding: 20px ;
|
||||
border-radius: 0 0 50px 50px ;
|
||||
|
||||
}
|
||||
.well blockquote {
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@
|
|||
<meta property="og:site_name" content="Donate - Veltron Network">
|
||||
<meta property="og:title" content="Donate - Veltron Network">
|
||||
<meta property="og:description" content="Consider donating to The Veltron Network to help support our content creation, and funding of our infrastructure.">
|
||||
<meta property="og:image" content="images/favicon/banner.png">
|
||||
<meta property="og:image" content="http://www.veltron.net/images/favicon/banner.png">
|
||||
<meta property="og:image:alt" content="Donate - Veltron Network">
|
||||
<meta property="og:url" content="http://donate.veltron.net/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta property="author" content="MattTheTekie + Austcool Walker + Digital Cheese + Veltron">
|
||||
<meta property="keywords" content="90s Web, 2000s, Political, Veltron, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
|
||||
<link rel="icon" type="image/png" href="images/favicon/banner.png">
|
||||
<link rel="icon" type="image/png" href="http://www.veltron.net/images/favicon/banner.png">
|
||||
<link rel="stylesheet" href="bs_style.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Donate - Veltron Network</title>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<div class="cryptoinfo">
|
||||
<div class="text-center">
|
||||
</div>
|
||||
<a href="https://ko-fi.com/mattthetekie"><img class="pull-center" src="images/favicon/banner.png" style="border-radius: 5px; margin-left: 1rem" width="128" height="128"></a>
|
||||
<a href="https://ko-fi.com/mattthetekie"><img class="pull-center" src="http://www.veltron.net/images/favicon/banner.png" style="border-radius: 5px; margin-left: 1rem" width="128" height="128"></a>
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -44,4 +44,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue