Skip to content

Commit 89b41a7

Browse files
auroreallibemmoqui
authored andcommitted
Nettoyage du skin Sobre
1 parent f4d9193 commit 89b41a7

File tree

2 files changed

+123
-155
lines changed

2 files changed

+123
-155
lines changed

aurora/aurora-configuration/src/main/config/data/web/weblib.war/skins/Sobre/css/main.css

Lines changed: 3 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ body#top {
4949
.header-container {
5050
position: relative;
5151
height: 192px;
52-
/*background:#FFF url("../imgDesign/deco-bandeau.png") bottom right no-repeat;*/
5352
border-bottom: 0;
5453
text-align: center;
5554
}
@@ -176,7 +175,6 @@ label.select-header:before {
176175
position: absolute;
177176
top: 0;
178177
padding: 8px 174px 0 40px;
179-
/*background:transparent url(../imgDesign/outlook.png) top right no-repeat;*/
180178
}
181179

182180
.header-container #infoConnection .avatarName {
@@ -388,12 +386,9 @@ label.select-header:before {
388386
color: #FFF;
389387
display: inline-block;
390388
font-weight: bold;
391-
height: 29px;
392389
line-height: 29px;
393390
min-width: 54px;
394-
padding: 0 8px;
395391
text-align: center;
396-
-moz-border-radius: 2px;
397392
border-radius: 2px;
398393
border-bottom-left-radius: 0;
399394
border-top-left-radius: 0;
@@ -402,39 +397,28 @@ label.select-header:before {
402397
outline:none;
403398
padding: 0 0;
404399
width: 60px;
405-
-moz-box-shadow: none;
406400
box-shadow: none;
407-
-moz-box-sizing: border-box;
408401
box-sizing: border-box;
409402
background: #61a0b8;
410-
background: -moz-linear-gradient(top, #4387fd, #4683ea);
411-
background: linear-gradient(top, #4387fd, #4683ea);
412-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd, endColorstr=#4683ea, GradientType=1)
413-
}
403+
background: linear-gradient(to top, #4387fd, #4683ea);}
414404

415405
#search-form-header a:hover {
416-
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
417406
box-shadow: 0 1px 0 rgba(0, 0, 0, .15)
418407
}
419408

420409
#search-form-header a:focus {
421-
-moz-box-shadow: inset 0 0 0 1px #fff;
422410
box-shadow: inset 0 0 0 1px #fff
423411
}
424412

425413
#search-form-header a:hover:focus {
426-
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 0 0 1px #fff;
427414
box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 0 0 1px #fff
428415
}
429416

430417
#search-form-header a:active:active {
431418
border: 1px solid transparent;
432-
-moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
433419
box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
434420
background: #3c78dc;
435-
background: -moz-linear-gradient(top, #3c7ae4, #3f76d3);
436-
background: linear-gradient(top, #3c7ae4, #3f76d3);
437-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4, endColorstr=#3f76d3, GradientType=1)
421+
background: linear-gradient(to top, #3c7ae4, #3f76d3);
438422
}
439423

440424
#lastResult-link-header span {
@@ -594,8 +578,7 @@ label.select-header:before {
594578
clear: both;
595579
margin-top: 1em;
596580
float: left;
597-
background: -moz-linear-gradient(top, #fff, #f0eeee);
598-
background: linear-gradient(top, #fff, #f0eeee);
581+
background: linear-gradient(to top, #fff, #f0eeee);
599582
border: 1px solid #d8d8d8;
600583
border-radius: 6px;
601584
}
@@ -622,10 +605,8 @@ label.select-header:before {
622605
color: #25252c;
623606
font-weight: 100;
624607
border-bottom: 0 none;
625-
margin-top: 0;
626608
padding-left: 28px;
627609
padding-bottom: 10px;
628-
font-size: 22px;
629610
margin: 18px 0 7px;
630611
font-size: 24px;
631612
font-family: Arial;
@@ -642,8 +623,6 @@ label.select-header:before {
642623
#portletPages dl.sort dt {
643624
color: #61a0b8;
644625
background: transparent url() no-repeat scroll left bottom;
645-
border-bottom: 0 none;
646-
margin-top: 0;
647626
padding: 12px 0 8px 0;
648627
font-size: 20px;
649628
font-weight: 100;
@@ -922,8 +901,6 @@ label.select-header:before {
922901

923902
#bloc-advancedSeach #query {
924903
border-radius: 12px;
925-
-webkit-border-radius: 12px;
926-
-moz-border-radius: 12px;
927904
border: 1px solid #d1d1d1;
928905
width: 90%;
929906
height: 20px;
@@ -1196,38 +1173,6 @@ label.select-header:before {
11961173
text-transform: uppercase
11971174
}
11981175

1199-
/* ===============
1200-
ALL: IE Fixes
1201-
=============== */
1202-
1203-
/* ==========================================================================
1204-
Media Queries
1205-
========================================================================== */
1206-
1207-
@media only screen and (min-width: 480px) {}
1208-
1209-
@media only screen and (min-width: 768px) {
1210-
1211-
/* ===============
1212-
présentation a partir de 768
1213-
=============== */
1214-
1215-
1216-
}
1217-
1218-
@media only screen and (min-width: 980px) {
1219-
1220-
/* ===============
1221-
préasentation a partir de 1024
1222-
=============== */
1223-
1224-
1225-
}
1226-
1227-
@media only screen and (min-width: 1200px) {}
1228-
1229-
@media only screen and (min-width: 1800px) {}
1230-
12311176
/* ==========================================================================
12321177
Helper classes
12331178
========================================================================== */

0 commit comments

Comments
 (0)