maj du block ref
This commit is contained in:
parent
7669827157
commit
50d7803a7c
@ -5352,8 +5352,11 @@ a.list-group-item-danger.active:focus {
|
|||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
padding: 19px;
|
padding: 19px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background-color: #f5f5f5;
|
background-color: #015402;
|
||||||
border: 1px solid silver;
|
color : white;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 25px;
|
||||||
|
border: 5px solid #7F2403;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
@ -5367,10 +5370,7 @@ a.list-group-item-danger.active:focus {
|
|||||||
margin-left : 25%;
|
margin-left : 25%;
|
||||||
margin-right: 25%;
|
margin-right: 25%;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
-moz-box-shadow: 0px 0px 8px black inset;
|
|
||||||
-webkit-box-shadow: 0px 0px 5px black inset;
|
|
||||||
-o-box-shadow: 0px 0px 5px black inset;
|
|
||||||
box-shadow: 0px 0px 8px black inset;
|
|
||||||
}
|
}
|
||||||
.well-sm {
|
.well-sm {
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
@ -5748,7 +5748,6 @@ button.close {
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-inner > .item {
|
.carousel-inner > .item {
|
||||||
@ -5800,6 +5799,7 @@ button.close {
|
|||||||
}
|
}
|
||||||
.carousel-inner > .active {
|
.carousel-inner > .active {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
.carousel-inner > .next,
|
.carousel-inner > .next,
|
||||||
.carousel-inner > .prev {
|
.carousel-inner > .prev {
|
||||||
@ -5908,7 +5908,8 @@ button.close {
|
|||||||
border: 1px solid transparent; /*#ffffff; */ /*cerclage du rond */
|
border: 1px solid transparent; /*#ffffff; */ /*cerclage du rond */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: silver; /*#000 \9;*/
|
background-color: white; /*#000 \9;*/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.carousel-indicators .active
|
.carousel-indicators .active
|
||||||
|
@ -39,7 +39,8 @@
|
|||||||
@else
|
@else
|
||||||
<div class="item">
|
<div class="item">
|
||||||
@endif
|
@endif
|
||||||
<a href="/referents/vive.linux/games"><img src="./pictures/referent/{{ $ref-> image }}" width="35%" alt="{{ $ref -> prenom }}-{{ $ref -> nom }}"></a>
|
<br>
|
||||||
|
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black;" src="./pictures/referent/{{ $ref-> image }}" width="35%" alt="{{ $ref -> prenom }}-{{ $ref -> nom }}"></a>
|
||||||
<div class="well well-lg">{{$ref -> prenom}}, {{$ref -> nom}}</div>
|
<div class="well well-lg">{{$ref -> prenom}}, {{$ref -> nom}}</div>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
@ -56,7 +57,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</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">
|
<script type="text/javascript">
|
||||||
//<!-- bloque le clique droit
|
//<!-- bloque le clique droit
|
||||||
document.oncontextmenu = new Function("return false");
|
document.oncontextmenu = new Function("return false");
|
||||||
|
Reference in New Issue
Block a user