4 listopada 2011

Ściana - Av 'dodaj komentarz' - obramowanie

Ostatnia dzisiaj notka... Ten styl dodaje obramowanie 
do avka pod 'Dodaj komentarz'
PODGLĄD:

Styl:
<style>div.primary-c p img {border-bottom-style: dashed; border-bottom-width: 1px; border-bottom-color: white; border-left-style: dashed; border-left-width: 1px; border-left-color: yellow; border-right-style: dashed; border-right-width: 1px; border-right-color:  yellow; border-top-style: dashed; border-top-width: 1px; border-top-color: white ;}</style>
Lub:
<style>div.primary-c p img {border: 1px dashed white ;}</style>

Jeśli chcecie by po najechaniu zmieniały się kolory to proszę:
<style>div.primary-c p img {border-bottom-style: dashed; border-bottom-width: 1px; border-bottom-color: white; border-left-style: dashed; border-left-width: 1px; border-left-color: yellow; border-right-style: dashed; border-right-width: 1px; border-right-color:  yellow; border-top-style: dashed; border-top-width: 1px; border-top-color: white ;} div.primary-c p img:hover {border-bottom-color: yellow; border-left-color: white; border-right-color:  white; border-top-color: yellow ;}</style>
Lub:
<style>div.primary-c p img {border: 1px dashed white ;} div.primary-c p img:hover {border: 1px dashed yellow ;}</style>

Rodzaje obramowań:
dashed, dotted, solid, double, groove, inset, ridge, outset.


BIERZESZ=PISZESZ

Ściana - Av 'dodaj komentarz' - rozmiar


W tej notce zmiana rozmiaru av pod 'Dodaj komentarz'
PODGLĄD:

Styl:
<style>div.primary-c p img {width: 43px; height: 43px ;}</style>

Za chwilkę jeszcze 1 notka i na dziś koniec. Jutro pojawią się następne notki!
Mam nadzieję, że skorzystacie ;D Mam jeszcze dużo pomysłów na zmienienie
właśnie tego avka itp.

BIERZESZ=PISZESZ

Ściana - 'Naciśnij Enter, aby dodać swój komentarz...' - kolor

Siema ;D
Dzisiaj kod na zmienienie koloru 'Naciśnij Enter, aby dodać swój komentarz...'
PODGLĄD:

Styl:
<style>div.secondary-c label {color: yellow ;}</style>

Lub by po najechaniu zmienił się kolor:
<style>div.secondary-c label:hover {color: yellow; -webkit-transition-duration: 1s ;}</style>

BIERZESZ=PISZESZ