CSS2
This commit is contained in:
parent
c8c4e3b9c6
commit
416ddb7a16
@ -4,7 +4,7 @@ html {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
width: 100%
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
@ -5351,13 +5351,13 @@ a.list-group-item-danger.active:focus {
|
||||
padding-bottom: 75%;
|
||||
}
|
||||
.well {
|
||||
min-height: 20px;
|
||||
min-height: 10px;
|
||||
padding: 19px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #015402;
|
||||
color : white;
|
||||
font-weight: bold;
|
||||
font-size: 25px;
|
||||
font-size: 15px;
|
||||
border: 5px solid #7F2403;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
@ -5367,10 +5367,10 @@ a.list-group-item-danger.active:focus {
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.well-lg {
|
||||
padding: 24px;
|
||||
padding: 15px;
|
||||
margin: 5%;
|
||||
margin-left : 25%;
|
||||
margin-right: 25%;
|
||||
margin-left : 40%;
|
||||
margin-right: 40%;
|
||||
border-radius: 6px;
|
||||
|
||||
}
|
||||
|
@ -38,8 +38,8 @@
|
||||
<div class="item">
|
||||
@endif
|
||||
<br>
|
||||
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 500px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a>
|
||||
<div class="well well-lg">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
|
||||
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 400px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a>
|
||||
<div class="well well-lg col-xs-4 col-md-4">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
@ -55,12 +55,11 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
|
||||
<!-- <script type="text/javascript" src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
|
||||
<script type="text/javascript">
|
||||
//<!-- bloque le clique droit
|
||||
document.oncontextmenu = new Function("return false");
|
||||
//-->
|
||||
</script>
|
||||
|
||||
-->
|
||||
</center>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user