Grupa: Viesis

UWM FORUMS · PORTFOLIO · VIETŅU TOP
JAUNĀKAIS FORUMĀ · BIEDRU SARAKSTS · INFO MEKLĒTĀJS · IZSEKOTĀS TĒMAS · NOBALSO


Ierakstus pievienot var tikai reģistrējies lietotājs!
  UWM AKTUĀLI: DISKUSIJA: Reputācijas restarts - DISKUSIJA: Steam spēļu izloze - NODERĪGI: "CW sistēma" uCoz modulī
  • Lappuse 1 no 1
  • 1
uWM // FORUMS » uWEBMEISTARS // WEBLAPU PLATFORMAS » WEBLAPU PAMĀCĪBAS » uCoz » Materāla izskats ar apaļu rāmi apkārt bildei
Materāla izskats ar apaļu rāmi apkārt bildei
Antikrists
Svētdiena, 29.10.2017, 5:22:51 | Ieraksts #1
FORUMA APSARGS
Foruma ieraksti: 606

UWM Reputācija:

uWEBMEISTARS ordeņi:

1. līmenis

2. līmenis

3. līmenis


Jaunākie apbalvojumi:


@Antikrists raksta .. :

Derēs jebkuram modulim.

Code


<a href="$ENTRY_URL$">
<div class="service-details">
<img src="$IMG_URL1$" alt="$TITLE$">
<div class="service-hover-text">
<h3><i class="fa fa-barcode" aria-hidden="true"></i> $TITLE$</h3>
<p>$MESSAGE$</p>

</div>
<div class="service-white service-text">
<h2> <i class="fa fa-clock-o"></i> $DATE$ <i class="fa fa-comment-o"></i> $COMMENTS_NUM$</h2>
<p>
<i class="fa fa-star-o"></i> $RATING$
</p>
</div>
</div>
</a>
<style>

/* UW */
.service-details {
  width: 98%;
  min-width: 300px;
  height: 185px;  
  overflow: hidden;
  position: relative;
  margin: 5px;
  float: left;
  background: url(http://ucozwebmeistars.ucoz.lv/_fr/51/0670379.jpg) no-repeat 0px 0px fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}    
.service-details:hover img {    
  box-shadow: 0px 0px 45px 47px rgba(0, 0, 0, 0.8);
  border: 10px solid rgba(0, 0, 0, 0);  
}

.service-details img {
  position: absolute;
  right:0px;
  width: 175px;
  height: 175px;
  float: left;
  border-radius: 50%;   
  border: 10px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 27px 1px #000000;
  margin:5px;
}

.service-details .service-hover-text h3 {
  padding: 5px;  
  color:#95b9bf;
  text-align:left;  
  font-size:18px;
  font-family: 'Jura', sans-serif;
  transition: color 1s, font-size 1s, text-shadow 1s;
  -moz-transition: color 1s, font-size 1s, text-shadow 1s;
  -webkit-transition: color 1s, font-size 1s, text-shadow 1s;
  -o-transition: color 1s, font-size 1s, text-shadow 1s;
  background: #313b46;
}
.service-details:hover h3 {
  padding: 5px;  
  color:#fff;
  z-index:10;
  font-size:18px;
  text-shadow:0 0 20px #EAF8FF;
}
.service-details .service-hover-text h4 {
  margin-right: 0;
  padding: 0 5px 2px;
  color: #9A9A9A;
  border: 1px solid #5D5D5D;
  border-radius: 2px;
  font-family: tahoma,arial,sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}  
.service-details .service-hover-text p {
  position: absolute;  
  padding: 10px;
  font-size: 18px;
  font-family: 'Jura', sans-serif;  
  color: #f6f6f6;
  text-align:left;  
}
.service-details .service-text h2 {
   position: absolute;  
  width: 50%;   
  padding: 5px;  
  color:#fff;
  text-align:left;
  text-shadow:1px 1px 1px #000;
  font-size:14px;
  font-family:Arial Narrow, Arial, sans-serif;
  background: #95b9bf;
  transition: color 1s, font-size 1s, text-shadow 1s;
  -moz-transition: color 1s, font-size 1s, text-shadow 1s;
  -webkit-transition: color 1s, font-size 1s, text-shadow 1s;
  -o-transition: color 1s, font-size 1s, text-shadow 1s;
}
.service-details .service-hover-text a {
  font-size: 12px;
  background: #313b46;
  margin-right: 0;
  padding:5px;
  color: #FFF;
  border-radius: 2px;
  font-family: tahoma,arial,sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  border: 0px solid #00BFFF;
}
.service-details:hover a {
   
}
.service-details .service-hover-text{
  width: 50%;
  height: 100%;  
  position: absolute;
  top: 0%;
  left: 0%;  
  background: #fff;
  color: #ccc;
  box-shadow: 19px 8px 79px 30px #fff;
/* display: none;*/
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.4s;  
}

.service-details:hover .service-hover-text {
  display: block !important;
  color: ;
  left: 0px;
  top: 0px;
   
   
}
.service-details .service-text {
  position: absolute;
  bottom: 0px;
  
}
.service-details .service-text p {
  position: absolute;
  right:3px;
  bottom:3px;
  line-height: 40px;
  text-align:center;
  font-family: 'Jura', sans-serif;
  font-size: 13px;  
  font-weight:600;
  color:#fff;
  background: #ff0000;
  border-radius: 50%;
  box-shadow: 0px 0px 23px 5px #ff0000;   
  width:40px;
  height:40px;
}  
.service-white {  
  width: 100%;
  height: 25px;
   
}

</style>


Iznākums

Pielikumi: 0670379.jpg (61.2 Kb) · 5661349.png (175.2 Kb)



.
.


uWM // FORUMS » uWEBMEISTARS // WEBLAPU PLATFORMAS » WEBLAPU PAMĀCĪBAS » uCoz » Materāla izskats ar apaļu rāmi apkārt bildei
  • Lappuse 1 no 1
  • 1
Meklēšana:

UWM apmeklēja:

RESPEKTABLĀKIE PORTĀLA FORUMA KLAVIATŪRISTI :
Foruma viszinis
Korijs
UWM karma: 380
Foruma atkarīgais
wuxmachine
UWM karma: 157
Foruma atkarīgais
Robiits
UWM karma: 87
Foruma šamanis
0wn3r
UWM karma: 80
Foruma atkarīgais
H[o_0]LiGaN
UWM karma: 78
Foruma atkarīgais
Spanky
UWM karma: 76
Foruma viszinis
Ar4ssS
UWM karma: 74
Foruma atkarīgais
Profth3tic
UWM karma: 55
Foruma atkarīgais
emciits
UWM karma: 52
Foruma atkarīgais
JackDaniel
UWM karma: 51
Foruma atkarīgais
Antikrists
UWM karma: 51
Foruma atkarīgais
Ken_D
UWM karma: 50
Ielāde...