Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e34ad7

Browse files
layout applied
1 parent 3b5e507 commit 3e34ad7

38 files changed

+64
-39323
lines changed

‎AspnetRunBasics/Pages/Index.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
}
66

77

8-
asdasdasd
8+
Index Page
9+

‎AspnetRunBasics/Pages/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>@ViewData["Title"] - AspnetRunBasics</title>
7-
7+
88
<!-- CSS -->
99
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" type="text/css">
1010
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1111
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css">
12-
<link rel="stylesheet" href="~/css/site.css" />
12+
<link href="css/style.css"rel="stylesheet" type="text/css">
1313

1414
</head>
1515
<body>

‎AspnetRunBasics/wwwroot/css/site.css

Lines changed: 0 additions & 71 deletions
This file was deleted.

‎AspnetRunBasics/wwwroot/css/style.css

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
/*
2+
** Style Simple Ecommerce Theme for Bootstrap 4
3+
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
4+
*/
5+
.bloc_left_price {
6+
color: #c01508;
7+
text-align: center;
8+
font-weight: bold;
9+
font-size: 150%;
10+
}
11+
.category_block li:hover {
12+
background-color: #007bff;
13+
}
14+
.category_block li:hover a {
15+
color: #ffffff;
16+
}
17+
.category_block li a {
18+
color: #343a40;
19+
}
20+
.add_to_cart_block .price {
21+
color: #c01508;
22+
text-align: center;
23+
font-weight: bold;
24+
font-size: 200%;
25+
margin-bottom: 0;
26+
}
27+
.add_to_cart_block .price_discounted {
28+
color: #343a40;
29+
text-align: center;
30+
text-decoration: line-through;
31+
font-size: 140%;
32+
}
33+
.product_rassurance {
34+
padding: 10px;
35+
margin-top: 15px;
36+
background: #ffffff;
37+
border: 1px solid #6c757d;
38+
color: #6c757d;
39+
}
40+
.product_rassurance .list-inline {
41+
margin-bottom: 0;
42+
text-transform: uppercase;
43+
text-align: center;
44+
}
45+
.product_rassurance .list-inline li:hover {
46+
color: #343a40;
47+
}
48+
.reviews_product .fa-star {
49+
color: gold;
50+
}
51+
.pagination {
52+
margin-top: 20px;
53+
}
54+
footer {
55+
background: #343a40;
56+
padding: 40px;
57+
}
58+
footer a {
59+
color: #f8f9fa!important
60+
}

‎AspnetRunBasics/wwwroot/js/site.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎AspnetRunBasics/wwwroot/lib/bootstrap/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /