Redone contacts, gallery, projects and resume pages. Added some admin panel pages
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
border: 1px solid black;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
select {
|
||||
@@ -55,6 +56,26 @@ form {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.admin-menu a {
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
.logout, .logout:link, .logout:link:visited {
|
||||
font-size: 16pt;
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.validation-summary-errors {
|
||||
color: red;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
form {
|
||||
max-width: initial;
|
||||
|
||||
@@ -34,16 +34,6 @@ article {
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.csharp { background-image: url(../images/Badges/csharp.png); }
|
||||
.dotnet { background-image: url("../images/Badges/dotnet.png"); }
|
||||
.xamarin { background-image: url("../images/Badges/xamarin.png"); }
|
||||
.unity { background-image: url("../images/Badges/unity.png"); }
|
||||
.android { background-image: url("../images/Badges/android.png"); }
|
||||
.uwp { background-image: url("../images/Badges/windows.png"); }
|
||||
.win32 { background-image: url("../images/Badges/windows.png"); }
|
||||
.windows { background-image: url("../images/Badges/windows.png"); }
|
||||
.ios { background-image: url("../images/Badges/ios.png"); }
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.github-stats {
|
||||
grid-row: 2;
|
||||
|
||||
@@ -72,10 +72,15 @@ footer a:hover {
|
||||
}
|
||||
|
||||
/*Body styles*/
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: auto;
|
||||
margin: 0px;
|
||||
margin-top: 53px;
|
||||
font-family: Consolas, 'Segoe MDL2 Assets';
|
||||
font-family: 'Consolas', 'Segoe MDL2 Assets';
|
||||
|
||||
/*This stuff is necessary for sticky footer*/
|
||||
display: grid;
|
||||
@@ -100,7 +105,7 @@ article a:visited, article a:link {
|
||||
}
|
||||
|
||||
.comment, .comment:visited {
|
||||
color: #57a64a;
|
||||
color: #57a64a !important;
|
||||
}
|
||||
|
||||
/*Adaptive code*/
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Reference in New Issue
Block a user