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 SATURA PILNVEIDE » uCoz » CSS stilizētas sociālo tīklu dalīšanās pogas (sociālo tīklu pogas)
CSS stilizētas sociālo tīklu dalīšanās pogas
Korijs
Trešdiena, 21.11.2012, 0:01:35 | Ieraksts #1
FORUMA DIKTATORS
Foruma ieraksti: 5047

UWM Reputācija:

uWEBMEISTARS ordeņi:

1. līmenis

2. līmenis

3. līmenis


Jaunākie apbalvojumi:


@Korijs raksta .. :

Customize design - Style sheet (CSS)

Code
.container {     
     margin: 80px auto;     
     width: 400px;     
     text-align: center;     
     }     

     .share-btn {     
     position: relative;     
     display: inline-block;     
     vertical-align: top;     
     margin: 0 20px;     
     padding-top: 40px;     
     width: 80px;     
     font-weight: bold;     
     text-align: center;     
     text-decoration: none;     
     border-radius: 8px;     
     -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);     
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);     
     }     
     .share-btn:active {     
     margin-top: 3px;     
     }     
     .share-btn:active .share-btn-action {     
     padding-bottom: 3px;     
     -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.15), inset 0 -1px rgba(0, 0, 0, 0.15);     
     box-shadow: inset 0 -3px rgba(0, 0, 0, 0.15), inset 0 -1px rgba(0, 0, 0, 0.15);     
     }     
     .share-btn:active .share-btn-action:after {     
     bottom: 3px;     
     }     

     .share-btn-count {     
     position: absolute;     
     top: 0;     
     left: 0;     
     right: 0;     
     line-height: 40px;     
     font-size: 19px;     
     letter-spacing: -1px;     
     color: #555;     
     text-shadow: 0 1px white;     
     border-width: 1px 1px 0;     
     border-style: solid;     
     border-color: #c5c5c5 #bbb;     
     border-radius: 8px 8px 0 0;     
     background-color: #e6eff5;     
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(40%, transparent));     
     background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, transparent 40%);     
     background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, transparent 40%);     
     background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, transparent 40%);     
     background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, transparent 40%);     
     background-image: linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, transparent 40%);     
     -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.18), 0 2px rgba(0, 0, 0, 0.07);     
     box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.18), 0 2px rgba(0, 0, 0, 0.07);     
     }     
     .share-btn-count:before, .share-btn-count:after {     
     content: '';     
     position: absolute;     
     top: 100%;     
     left: 50%;     
     margin-left: -6px;     
     border: 6px solid transparent;     
     border-top-color: #e6eff5;     
     }     
     .share-btn-count:before {     
     border-width: 7px;     
     border-top-color: rgba(0, 0, 0, 0.07);     
     margin-left: -7px;     
     margin-top: 1px;     
     }     

     .share-btn-action {     
     position: relative;     
     display: block;     
     line-height: 32px;     
     padding: 2px 0 6px;     
     font-size: 12px;     
     color: white;     
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);     
     border: solid rgba(0, 0, 0, 0.18);     
     border-width: 0 1px;     
     border-radius: 0 0 8px 8px;     
     }     
     .share-btn-action:before {     
     content: '';     
     display: inline-block;     
     vertical-align: top;     
     margin: 8px 2px 0 0;     
     width: 18px;     
     height: 18px;     
     background-image: url("../img/icons.png");     
     }     
     .share-btn-action:after {     
     content: '';     
     position: absolute;     
     top: 0;     
     bottom: 6px;     
     left: 0;     
     right: 0;     
     border-radius: 0 0 6px 6px;     
     -webkit-box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.25);     
     box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.25);     
     }     

     .share-btn-tweet {     
     background-color: #83cfe8;     
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83cfe8), color-stop(100%, #6ebbd4));     
     background-image: -webkit-linear-gradient(top, #83cfe8, #6ebbd4);     
     background-image: -moz-linear-gradient(top, #83cfe8, #6ebbd4);     
     background-image: -ms-linear-gradient(top, #83cfe8, #6ebbd4);     
     background-image: -o-linear-gradient(top, #83cfe8, #6ebbd4);     
     background-image: linear-gradient(top, #83cfe8, #6ebbd4);     
     -webkit-box-shadow: inset 0 -6px rgba(0, 0, 0, 0.16), inset 0 -1px rgba(0, 0, 0, 0.15);     
     box-shadow: inset 0 -6px rgba(0, 0, 0, 0.16), inset 0 -1px rgba(0, 0, 0, 0.15);     
     }     
     .share-btn-tweet:before {     
     margin-left: -3px;     
     }     
     .share-btn-tweet:after {     
     -webkit-box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.5);     
     box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.5);     
     }     
     .share-btn-tweet + .share-btn-count {     
     -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.12), 0 2px rgba(0, 0, 0, 0.04);     
     box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.12), 0 2px rgba(0, 0, 0, 0.04);     
     }     
     .share-btn-tweet + .share-btn-count:before {     
     border-top-color: rgba(0, 0, 0, 0.05);     
     }     

     .share-btn-like {     
     background-color: #6480bd;     
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6480bd), color-stop(100%, #3c5894));     
     background-image: -webkit-linear-gradient(top, #6480bd, #3c5894);     
     background-image: -moz-linear-gradient(top, #6480bd, #3c5894);     
     background-image: -ms-linear-gradient(top, #6480bd, #3c5894);     
     background-image: -o-linear-gradient(top, #6480bd, #3c5894);     
     background-image: linear-gradient(top, #6480bd, #3c5894);     
     -webkit-box-shadow: inset 0 -6px rgba(0, 0, 0, 0.15), inset 0 -1px rgba(0, 0, 0, 0.2);     
     box-shadow: inset 0 -6px rgba(0, 0, 0, 0.15), inset 0 -1px rgba(0, 0, 0, 0.2);     
     }     
     .share-btn-like:before {     
     background-position: -18px 0;     
     }     

     .share-btn-plus {     
     background-color: #626262;     
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626262), color-stop(100%, #404040));     
     background-image: -webkit-linear-gradient(top, #626262, #404040);     
     background-image: -moz-linear-gradient(top, #626262, #404040);     
     background-image: -ms-linear-gradient(top, #626262, #404040);     
     background-image: -o-linear-gradient(top, #626262, #404040);     
     background-image: linear-gradient(top, #626262, #404040);     
     -webkit-box-shadow: inset 0 -6px rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.3);     
     box-shadow: inset 0 -6px rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.3);     
     }     
     .share-btn-plus:before {     
     display: none;     
     }


Vietā, kur vēlamies redzēt pogas, HTML saturā ievietojam:

Code
<a href="http://u.to/VXqRAg" title="https://twitter.com/intent/tweet?url=http%3A%2F%2Fyraaa.ru%2F&via=WebInterfaceLab&text=CSS3%20snippet%3A%20share%20buttons" class="share-btn" target="_blank">
<span class="share-btn-action share-btn-tweet">Tweet</span>
<span class="share-btn-count">481</span>
</a>
<a href="http://u.to/V3qRAg" title="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fyraaa.ru%2F" class="share-btn" target="_blank">
<span class="share-btn-action share-btn-like">Like</span>
<span class="share-btn-count">516</span>
</a>
<a href="http://u.to/U3qRAg" title="https://plus.google.com/share?url=http%3A%2F%2Fyraaa.ru%2F" class="share-btn" target="_blank">
<span class="share-btn-action share-btn-plus">+1</span>
<span class="share-btn-count">234</span>
</a>
</section>


Iznākums:



[p.s.]Atceries, ka linki uz portālu dalīšanās pogu HTML kodā ir jānomaina, parauga ieskatos tur atrodas .ru saits[/p.s.]
Pielikumi: 0217262.png (8.8 Kb)


Proti uzvesties, pateikt paldies un paaugstināt reputāciju tiem, kuri ir to nopelnījuši, palīdzēt tiem, kuriem ir nepieciešama palīdzība, papildināt forumu ar lietderīgām tēmām, līdz ar ko Tu šeit būsi respektabls biedrs! Pretēji tam, ja izteikts stulbums, nekaunība un neadekvāta uzvedība spraucas pāri katrai smadzeņu rievai, ja tāda ir - lūgtum, tiksi nahrenizēts! - Biedrs mācās no biedra / UWM

Daavitis9061
Ceturtdiena, 20.02.2014, 10:07:30 | Ieraksts #2
PRASTS BIEDRS
Foruma ieraksti: 93

UWM Reputācija:

uWEBMEISTARS ordeņi:

1. līmenis

2. līmenis

3. līmenis


Jaunākie apbalvojumi:
Lietotājs nav saņēmis apbalvojumus
@Daavitis9061 raksta .. :

Varētu arī draugiem, būtu ideāli..

<a href="http://api.hostinger.lv/redir/2671698" target="_blank"><img src="http://www.hostinger.lv/banners/lv/hostinger-468x60-1.gif" alt="Hostings" border="0" width="468" height="60" /></a>

Rencis
Otrdiena, 11.03.2014, 3:42:16 | Ieraksts #3
PRASTS BIEDRS
Foruma ieraksti: 126

UWM Reputācija:

uWEBMEISTARS ordeņi:

1. līmenis

2. līmenis

3. līmenis


Jaunākie apbalvojumi:


@Rencis raksta .. :

Jā būtu labi ja būtu draugiem.lv arī un žēl kad cipars nemainās tad kad ietvīto vai kaut ko tamlīdzīgu :(

Paraksta nav

uWM // FORUMS » uWEBMEISTARS // WEBLAPU PLATFORMAS » WEBLAPU SATURA PILNVEIDE » uCoz » CSS stilizētas sociālo tīklu dalīšanās pogas (sociālo tīklu pogas)
  • 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...