Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[PYTANIE]Co zrobic żeby grafika się nieruszała


Rekomendowane odpowiedzi

Opublikowano

Siemanko mam pytanie żeby grafika się nie ruszała i napisy mój kod cms i screenshot

 

 

 

{
font-family:"Minecraft";
src:url("fonts/minecraft_font_by_pwnage_block-d37t6nb.eot?") format("eot"),url("fonts/minecraft_font_by_pwnage_block-d37t6nb.woff") format("woff"),url("fonts/minecraft_font_by_pwnage_block-d37t6nb.ttf") format("truetype"),url("fonts/minecraft_font_by_pwnage_block-d37t6nb.svg#Minecraft") format("svg");font-weight:normal;font-style:normal;
}


body {
margin: 0px;
padding: 0px;
font-family: Minecraft, sans-serif;
font-size: 13px;
background-image: url(images/bg.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
background-color: black;
}


a:hover {
color: orange;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


a {
color: white;
font-style: italic;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#wrapper {
width: 960px;
margin: 0 auto;
color: white;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}


#top {
width: 960px;
height: 63px;
margin-top: 15px;
margin-bottom: 45px;
}


#strony {
height: 25px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
background-image: url(images/table.png);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin-top: 5px;
margin-bottom: 20px;
opacity: 0.5;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#strony:hover {
opacity: 1.0;
background-image: url(images/table1.png);
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#strony a{
font-family: Minecraft;
font-size: 15px;
color: white;
text-align: center;
font-weight: bold;
text-decoration: none;
margin: 10px;
}
#strony a:hover{
font-size: 18px;
text-decoration: underline;
color: orange;
-webkit-transition: all 0.2s ease-in-out, -webkit-transform 0.5s;
-moz-transition: all 0.2s ease-in-out, -moz-transform 0.5s;
-o-transition: all 0.2s ease-in-out, -o-transform 0.5s;
-ms-transition: all 0.2s ease-in-out, -ms-transform 0.5s;
transition: all 0.2s ease-in-out, transform 0.5s;
}




#sidebar {
width: 200px;
float: left;
text-align:center;
}


#menu {
width: 200px;
float: left;
text-align:center;
padding-top: 5px;
background-image: url(images/table.png);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin-bottom: 2px;
opacity: 0.5;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#menu:hover {
opacity: 1.0;
background-image: url(images/table1.png);
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#menu ul {
font-size:16px;
list-style:none;
line-height: 25px;
margin: 0px;
padding-left:25px;
padding-bottom: 25px;
text-align:left;
font-family: Arial;
}


#menu ul a{
text-decoration:none;
color: white;
font-weight: bold;
}


#menu ul a:hover{
text-decoration: underline;
font-style: italic;
color: orange;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#news {
width: 200px;
float: left;
text-align:center;
padding-top: 5px;
background-image: url(images/table.png);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
opacity: 0.5;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#news:hover{
opacity: 1.0;
background-image: url(images/table1.png);
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#content {
width: 717px;
float: left;
padding: 5px 20px;
background-image: url(images/table.png);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin-bottom: 15px;
opacity: 0.5;
z-index: 1000;
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#content:hover {
opacity: 1.0;
background-image: url(images/table1.png);
text-shadow: 1px 1px black;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}


#tytul {
color: orange;
}


p {
text-align:justify;
font-size:16px;
font-family: Arial;
}


h2 {
font-weight: bold;
font-size: 20px;
font-family: Minecraft;
}






h3 {
font-size: 15px;
font-family: Arial Black;
color: white;
}


h4 {
font-size: 13px;
font-family: Arial;
color: white;
}


i {
color: yellow;
}




p {
color: white;
font-size: 14px;
font-family: Arial;
}


#content ol {
color: white;
font-size: 14px;
font-family: Arial;
}


#content li{
color: white;
font-size: 12px;
font-family: Arial;
}




@-webkit-keyframes bg{
from {background-color: #5a8605;}
50% {background-color: #283c00;}
100% {background-color: #5a8605;}
}
@-moz-keyframes bg{
from {background-color: #5a8605;}
50% {background-color: #283c00;}
100% {background-color: #5a8605;}
}
@-o-keyframes bg{
from {background-color: #5a8605;}
50% {background-color: #283c00;}
100% {background-color: #5a8605;}
}

@-webkit-keyframes glow{
from {box-shadow: 0px 0px 0px 0px white;}
30% {box-shadow: 0px 0px 1px 1px rgb(0,0,1);}
70% {box-shadow: 0px 0px 1px 1px rgb(0,0,1);}
100% {box-shadow: 0px 0px 0px 0px white;}
}
@-moz-keyframes glow{
from {box-shadow: 0px 0px 0px 0px white;}
30% {box-shadow: 0px 0px 1px 1px rgb(100,255,170);}
70% {box-shadow: 0px 0px 1px 1px rgb(100,255,170);}
100% {box-shadow: 0px 0px 0px 0px white;}
}
@-o-keyframes glow{
from {box-shadow: 0px 0px 0px 0px white;}
30% {box-shadow: 0px 0px 1px 1px rgb(100,255,170);}
70% {box-shadow: 0px 0px 1px 1px rgb(100,255,170);}
100% {box-shadow: 0px 0px 0px 0px white;}
}
@-webkit-keyframes glow2{
from {box-shadow: 0px 0px 0px 0px white;}
50% {box-shadow: 0px 0px 1px 1px rgb(227,6,6);}
100% {box-shadow: 0px 0px 0px 0px white;}
}
@-moz-keyframes glow2{
from {box-shadow: 0px 0px 0px 0px white;}
50% {box-shadow: 0px 0px 1px 1px rgb(227,6,6);}
100% {box-shadow: 0px 0px 0px 0px white;}
}
@-o-keyframes glow2{
from {box-shadow: 0 0 0 0 white;}
50% {box-shadow: 0px 0px 1px 1px rgb(227,6,6);}
100% {box-shadow: 0px 0px 0px 0px white;}
}


/*<div id="footer"><div id="stopka">Desing by <a href="#">EastWestFM</a> - Code by <a href="#">EastWestFM</div></a>
<br>
<small> Usunięcie stopki stanowi naruszenie praw autosrkich!</p></div>*/

 

 

 

 

 

 

 

 

stronkaa.png
Uploaded with ImageShack.us

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...