Lengvas gidas kaip atnaujinti savo anime lista.
1 Žingsnis: susirandame MyListStyle
Arba paspaudžiame šitą nuorodos http://myanimelist.net/editprofile.php?go=stylepref
Jeigu čia nusigavot jums turi rodyti taip.
2 Žingsnis: Pasidarome nuosavą ID stilių
Dabar spaudžiame advanced style css editor apvestą raudonai
Pastaba jeigu nepasirodys lentelė nepanikuokit:
Tiesiog spaudžiam "I understand.." apvestą raudonai.
Tai jums sukurs nuosavą css failą.
Jeigu pamatysit kažką panašaus į šitaip žingsnį įveikėm!
3 Žingsnis paspaudžiame ant nuosavo id stliaus.
Pastaba: jūsų kodas bus kitoks.
Jeigu išmes lentelę su daug skaičių ir raidžių žingsnį įveikėm!
4 Žingsnis ištriname visą css kodą mums to neprireiks.
Jeigu viską gerai padarėm turi atrodyti taip.
5 Žingsnis Pasirenkame css koda.
Anime list :
Kodas :
/*
MAIN BACKGROUND
By default, there's no image in this part of the code. Its just a background color: #B9B9B9.
(the default image of the angel is in the next code #inlineContent)
Change the color to what you want or add an image here.
The font family for the list can also be changed here.
For more info or questions on this code:
http://myanimelist.net/forum/?topicid=412787
*/
body {
background: url(none) repeat scroll 0 0 #B9B9B9;
font-family: arial,sans-serif;
font-size: 100%;
color: #322B3B;
}
/*
SECOND BACKGROUND (with angel)
The background behind the list but in front of the main background.
By default, for its own image it has the render of the angel Kanade. You can change her with another render or even background image here.
All the other codes should be left alone.
*/
#inlineContent {
background: url("http://ihostimages.x10.mx/images/WseZKhPw4NDt7G.png") no-repeat fixed center top transparent !important;
display: inline-block !important;
height: 1200px !important;
left: 0 !important;
margin: auto !important;
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 2000px !important;
z-index: -1 !important;
}
/*
HEADER
The List header which by default says My Anime List
can be changed out here.
*/
#list_surround {
background: url("http://i44.tinypic.com/15s9esp.jpg") no-repeat scroll 50% 1px transparent;
font-size: 81.25%;
line-height: 1;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 227px;
width: 920px;
}
/*
OTHER CODES
Other codes to change the rest of the layout.
For questions and explanation on changing colors check here:
http://myanimelist.net/forum/?topicid=412787
*/
[cellspacing="0"] {
border-collapse: collapse;
line-height: 17px;
}
a {
-moz-transition: all 0.25s ease-in-out 0s;
color: #EEEEEE;
text-decoration: none;
text-shadow: none;
}
a:hover {
color: #AC2034;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
td.table_header, td.td1, td.td2, td.status_selected, td.status_not_selected, td.category_totals {
-moz-box-sizing: border-box;
border: 0 none #CCCCCC;
height: 36px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
td.table_header {
background-color: rgba(65, 35, 95, 0.6);
}
td.table_header:nth-of-type(1) {
border-radius: 3px 0 0 0;
}
td.table_header:nth-of-type(2) {
text-align: left;
}
td.table_header:nth-of-type(4) {
border-radius: 0 3px 0 0;
}
td.table_header:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.td1 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(136, 147, 169, 0.6);
}
td.td2 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(151, 164, 183, 0.6);
}
tr:hover td.td1, tr:hover td.td2 {
background-color: rgba(72, 64, 87, 0.6);
font-size: 15px;
}
td.td1:nth-of-type(2), td.td2:nth-of-type(2) {
text-align: left;
}
td.td1:nth-of-type(3), td.td2:nth-of-type(3) {
font-size: 16px;
}
tr:hover td.td1:nth-of-type(3), tr:hover td.td2:nth-of-type(3) {
font-size: 18px;
}
td.td1:nth-of-type(5), td.td2:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.status_not_selected, td.status_selected {
border: 0 none !important;
height: auto !important;
padding: 0 8px;
text-align: center !important;
width: 16.667% !important;
}
td.status_not_selected a, td.status_selected a {
background-color: rgba(64, 60, 90, 0.6);
background-image: -moz-linear-gradient(rgba(64, 60, 90, 0.6), rgba(56, 52, 80, 0.6));
border-color: rgba(48, 44, 64, 0.5);
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #FFFFFF;
display: block !important;
font-weight: bold;
padding: 8px;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
td.status_selected a {
background-color: rgba(180, 32, 48, 0.6);
background-image: -moz-linear-gradient(rgba(180, 32, 48, 0.6), rgba(172, 24, 40, 0.6));
border-color: rgba(164, 16, 32, 0.5);
}
td.status_not_selected a:hover, td.status_selected a:hover {
background-color: #403C5A;
background-image: -moz-linear-gradient(#403C5A, #383450);
border-color: #201C3A;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
td.status_selected a:hover {
background-color: #B42030;
background-image: -moz-linear-gradient(#B42030, #AC1828);
border-color: rgba(148, 0, 24, 0.5);
}
td.category_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: transparent;
border-radius: 0 0 3px 3px;
color: rgba(51, 51, 51, 0);
text-align: center;
}
td.category_totals:hover {
background-color: rgba(72, 64, 87, 0.6);
color: #EEEEEE;
}
.header_cw *, .header_completed *, .header_onhold *, .header_dropped *, .header_ptw * {
font-size: 19px;
height: 60px;
line-height: 24px;
padding-bottom: 4px;
text-align: right;
vertical-align: bottom;
}
.header_title {
border-radius: 4px 4px 4px 4px;
display: inline-block;
font-style: italic;
height: auto;
padding: 0 8px 0 0;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}
#grand_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(72, 64, 87, 0.6);
border: 0 none;
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 20px;
min-height: 20px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
#copyright {
background-color: rgba(180, 32, 48, 0.6);
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 17px;
margin-top: 10px;
padding: 8px;
text-align: center;
}
body #mal_cs_listinfo, body #mal_cs_links, body #mal_cs_otherlinks, body #mal_cs_powered {
-moz-box-sizing: border-box;
-moz-transition: all 0.4s ease 0s;
background: none no-repeat scroll 100% 0 transparent;
border: 0 none;
height: 0 !important;
overflow: hidden;
padding: 32px 0 0;
position: absolute;
right: 4px;
text-align: center;
top: 4px;
width: 150px;
z-index: 10;
}
body #mal_cs_listinfo:hover, body #mal_cs_links:hover, body #mal_cs_otherlinks:hover, body #mal_cs_powered:hover {
height: 200px !important;
padding-top: 32px;
width: 150px;
}
body #mal_cs_listinfo div, body #mal_cs_links div, body #mal_cs_otherlinks div, body #mal_cs_powered div, body #mal_cs_powered dd {
-moz-transition: opacity 0.4s ease-in-out 0s;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 3px 0 0 0;
font-size: 0 !important;
line-height: 0;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0;
}
body #mal_cs_listinfo:hover div, body #mal_cs_links:hover div, body #mal_cs_otherlinks:hover div, body #mal_cs_powered:hover div, body #mal_cs_powered:hover dd {
opacity: 1;
}
body #mal_cs_listinfo div:nth-of-type(2), body #mal_cs_links div:nth-of-type(2), body #mal_cs_otherlinks div:nth-of-type(2), body #mal_cs_powered div:nth-of-type(2) {
border-radius: 0 0 3px 3px;
padding: 4px 0 8px;
}
body #mal_cs_listinfo a, body #mal_cs_links a, body #mal_cs_otherlinks a, body #mal_cs_powered a {
background-color: rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
font: 13px/17px arial,sans-serif;
margin: 4px 12px 0;
padding: 3px 0;
text-decoration: none;
}
body #mal_cs_listinfo a:nth-of-type(1), body #mal_cs_links a:nth-of-type(1), body #mal_cs_otherlinks a:nth-of-type(1), body #mal_cs_powered a:nth-of-type(1) {
margin-top: 0;
}
body #mal_cs_listinfo a:hover, body #mal_cs_links a:hover, body #mal_cs_otherlinks a:hover, body #mal_cs_powered a:hover {
background-color: #403C5A;
}
body #mal_cs_listinfo strong a strong {
font-weight: normal;
}
body #mal_cs_otherlinks strong {
color: #333333;
display: block;
font: bold 13px/17px arial,sans-serif !important;
padding: 0 4px 4px;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_otherlinks strong a {
background: none repeat scroll 0 0 transparent;
border-radius: 0 0 0 0;
color: #333333;
display: inline;
font: bold 13px/17px arial,sans-serif !important;
margin: 0;
padding: 0;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_powered a {
background-color: rgba(255, 255, 255, 0.6) !important;
border-radius: 3px 0 0 0 !important;
display: block !important;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0 !important;
}
body #mal_cs_powered:hover a {
opacity: 1;
}
body #mal_cs_powered a img {
background: url("http://invise.s3.amazonaws.com/mal/mal.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
height: 0;
margin: 0 12px;
padding: 23px 0 0 126px;
width: 0;
}
body #mal_cs_powered a img:hover {
background-color: #403C5A;
}
body #mal_cs_powered #search {
border-radius: 0 0 3px 3px;
padding: 8px;
position: relative;
}
body #mal_cs_powered #search #searchBox {
-moz-box-sizing: border-box;
border-color: #BCBCBC #D6D6D6 #D6D6D6;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #333333;
display: inline-block;
font-family: arial,sans-serif;
font-size: 13px;
height: 28px;
padding-left: 6px;
padding-right: 24px;
vertical-align: top;
width: 100%;
}
body #mal_cs_powered #search #searchBox:hover, body #mal_cs_powered #search #searchBox:focus {
border-color: #ACACAC #C6C6C6 #C6C6C6;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
body #mal_cs_powered #search #searchListButton {
background: url("http://invise.s3.amazonaws.com/mal/icon-go.png") no-repeat scroll 0 0 transparent;
border-radius: 3px 3px 3px 3px;
height: 0;
margin: 0;
padding: 16px 0 0 16px;
position: absolute;
right: 12px;
top: 14px;
width: 0;
}
body #mal_cs_listinfo {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1.png");
right: 106px;
}
body #mal_cs_listinfo:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1-over.png");
}
body #mal_cs_links {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2.png");
right: 72px;
z-index: 9;
}
body #mal_cs_links:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2-over.png");
}
body #mal_cs_otherlinks {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3.png");
right: 38px;
z-index: 8;
}
body #mal_cs_otherlinks:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3-over.png");
}
body #mal_cs_powered {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4.png");
right: 4px;
z-index: 7;
}
body #mal_cs_powered:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4-over.png");
}
#mal_control_strip {
background: transparent !important;
}
td#mal_cs_pic a img {
display: none;
}
#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
border-right: 0 none !important;
}
Mangos list'o kodas :
/*
MAIN BACKGROUND
Change the main background image here.
By default the background is Rei Ayanami from Evangelion.
You can also change the font family here for most of the list.
For more info on this code go to:
http://myanimelist.net/forum/?topicid=412787
*/
body {
background: url(http://ihostimages.x10.mx/images/sFave7nBC0c9.jpg) fixed #B9B9B9;
color: #322B3B;
font-family: arial,sans-serif;
font-size: 100%;
background-size: cover;
}
/*
SECONDARY BACKGROUND
This background is located behind the list but in front of the main background.
By default there is no background here but you can add one if you wish, it will be in front of the main background.
*/
#inlineContent {
background: url() no-repeat fixed center top transparent !important;
display: inline-block !important;
height: 1200px !important;
left: 0 !important;
margin: auto !important;
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 2000px !important;
z-index: -1 !important;
}
/*
HEADER
The List header which by default says My Manga List
can be changed out here.
*/
#list_surround {
background: url("http://i41.tinypic.com/34nh0e9.jpg") no-repeat scroll 50% 1px transparent;
font-size: 81.25%;
line-height: 1;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 227px;
width: 920px;
}
/*
OTHER CODES
Other codes to change the rest of the layout.
For questions and explanation on changing colors check here:
http://myanimelist.net/forum/?topicid=412787
*/
[cellspacing="0"] {
border-collapse: collapse;
line-height: 17px;
}
a {
-moz-transition: all 0.25s ease-in-out 0s;
color: #EEEEEE;
text-decoration: none;
text-shadow: none;
}
a:hover {
color: #AC2034;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
td.table_header, td.td1, td.td2, td.status_selected, td.status_not_selected, td.category_totals {
-moz-box-sizing: border-box;
border: 0 none #CCCCCC;
height: 36px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
td.table_header {
background-color: rgba(65, 35, 95, 0.6);
}
td.table_header:nth-of-type(1) {
border-radius: 3px 0 0 0;
}
td.table_header:nth-of-type(2) {
text-align: left;
}
td.table_header:nth-of-type(4) {
border-radius: 0 3px 0 0;
}
td.table_header:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.td1 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(136, 147, 169, 0.6);
}
td.td2 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(151, 164, 183, 0.6);
}
tr:hover td.td1, tr:hover td.td2 {
background-color: rgba(72, 64, 87, 0.6);
font-size: 15px;
}
td.td1:nth-of-type(2), td.td2:nth-of-type(2) {
text-align: left;
}
td.td1:nth-of-type(3), td.td2:nth-of-type(3) {
font-size: 16px;
}
tr:hover td.td1:nth-of-type(3), tr:hover td.td2:nth-of-type(3) {
font-size: 18px;
}
td.td1:nth-of-type(5), td.td2:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.status_not_selected, td.status_selected {
border: 0 none !important;
height: auto !important;
padding: 0 8px;
text-align: center !important;
width: 16.667% !important;
}
td.status_not_selected a, td.status_selected a {
background-color: rgba(64, 60, 90, 0.6);
background-image: -moz-linear-gradient(rgba(64, 60, 90, 0.6), rgba(56, 52, 80, 0.6));
border-color: rgba(48, 44, 64, 0.5);
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #FFFFFF;
display: block !important;
font-weight: bold;
padding: 8px;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
td.status_selected a {
background-color: rgba(180, 32, 48, 0.6);
background-image: -moz-linear-gradient(rgba(180, 32, 48, 0.6), rgba(172, 24, 40, 0.6));
border-color: rgba(164, 16, 32, 0.5);
}
td.status_not_selected a:hover, td.status_selected a:hover {
background-color: #403C5A;
background-image: -moz-linear-gradient(#403C5A, #383450);
border-color: #201C3A;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
td.status_selected a:hover {
background-color: #B42030;
background-image: -moz-linear-gradient(#B42030, #AC1828);
border-color: rgba(148, 0, 24, 0.5);
}
td.category_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: transparent;
border-radius: 0 0 3px 3px;
color: rgba(51, 51, 51, 0);
text-align: center;
}
td.category_totals:hover {
background-color: rgba(72, 64, 87, 0.6);
color: #EEEEEE;
}
.header_cw *, .header_completed *, .header_onhold *, .header_dropped *, .header_ptw * {
font-size: 19px;
height: 60px;
line-height: 24px;
padding-bottom: 4px;
text-align: right;
vertical-align: bottom;
}
.header_title {
border-radius: 4px 4px 4px 4px;
display: inline-block;
font-style: italic;
height: auto;
padding: 0 8px 0 0;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}
#grand_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(72, 64, 87, 0.6);
border: 0 none;
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 20px;
min-height: 20px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
#copyright {
background-color: rgba(180, 32, 48, 0.6);
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 17px;
margin-top: 10px;
padding: 8px;
text-align: center;
}
body #mal_cs_listinfo, body #mal_cs_links, body #mal_cs_otherlinks, body #mal_cs_powered {
-moz-box-sizing: border-box;
-moz-transition: all 0.4s ease 0s;
background: none no-repeat scroll 100% 0 transparent;
border: 0 none;
height: 0 !important;
overflow: hidden;
padding: 32px 0 0;
position: absolute;
right: 4px;
text-align: center;
top: 4px;
width: 150px;
z-index: 10;
}
body #mal_cs_listinfo:hover, body #mal_cs_links:hover, body #mal_cs_otherlinks:hover, body #mal_cs_powered:hover {
height: 200px !important;
padding-top: 32px;
width: 150px;
}
body #mal_cs_listinfo div, body #mal_cs_links div, body #mal_cs_otherlinks div, body #mal_cs_powered div, body #mal_cs_powered dd {
-moz-transition: opacity 0.4s ease-in-out 0s;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 3px 0 0 0;
font-size: 0 !important;
line-height: 0;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0;
}
body #mal_cs_listinfo:hover div, body #mal_cs_links:hover div, body #mal_cs_otherlinks:hover div, body #mal_cs_powered:hover div, body #mal_cs_powered:hover dd {
opacity: 1;
}
body #mal_cs_listinfo div:nth-of-type(2), body #mal_cs_links div:nth-of-type(2), body #mal_cs_otherlinks div:nth-of-type(2), body #mal_cs_powered div:nth-of-type(2) {
border-radius: 0 0 3px 3px;
padding: 4px 0 8px;
}
body #mal_cs_listinfo a, body #mal_cs_links a, body #mal_cs_otherlinks a, body #mal_cs_powered a {
background-color: rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
font: 13px/17px arial,sans-serif;
margin: 4px 12px 0;
padding: 3px 0;
text-decoration: none;
}
body #mal_cs_listinfo a:nth-of-type(1), body #mal_cs_links a:nth-of-type(1), body #mal_cs_otherlinks a:nth-of-type(1), body #mal_cs_powered a:nth-of-type(1) {
margin-top: 0;
}
body #mal_cs_listinfo a:hover, body #mal_cs_links a:hover, body #mal_cs_otherlinks a:hover, body #mal_cs_powered a:hover {
background-color: #403C5A;
}
body #mal_cs_listinfo strong a strong {
font-weight: normal;
}
body #mal_cs_otherlinks strong {
color: #333333;
display: block;
font: bold 13px/17px arial,sans-serif !important;
padding: 0 4px 4px;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_otherlinks strong a {
background: none repeat scroll 0 0 transparent;
border-radius: 0 0 0 0;
color: #333333;
display: inline;
font: bold 13px/17px arial,sans-serif !important;
margin: 0;
padding: 0;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_powered a {
background-color: rgba(255, 255, 255, 0.6) !important;
border-radius: 3px 0 0 0 !important;
display: block !important;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0 !important;
}
body #mal_cs_powered:hover a {
opacity: 1;
}
body #mal_cs_powered a img {
background: url("http://invise.s3.amazonaws.com/mal/mal.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
height: 0;
margin: 0 12px;
padding: 23px 0 0 126px;
width: 0;
}
body #mal_cs_powered a img:hover {
background-color: #403C5A;
}
body #mal_cs_powered #search {
border-radius: 0 0 3px 3px;
padding: 8px;
position: relative;
}
body #mal_cs_powered #search #searchBox {
-moz-box-sizing: border-box;
border-color: #BCBCBC #D6D6D6 #D6D6D6;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #333333;
display: inline-block;
font-family: arial,sans-serif;
font-size: 13px;
height: 28px;
padding-left: 6px;
padding-right: 24px;
vertical-align: top;
width: 100%;
}
body #mal_cs_powered #search #searchBox:hover, body #mal_cs_powered #search #searchBox:focus {
border-color: #ACACAC #C6C6C6 #C6C6C6;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
body #mal_cs_powered #search #searchListButton {
background: url("http://invise.s3.amazonaws.com/mal/icon-go.png") no-repeat scroll 0 0 transparent;
border-radius: 3px 3px 3px 3px;
height: 0;
margin: 0;
padding: 16px 0 0 16px;
position: absolute;
right: 12px;
top: 14px;
width: 0;
}
body #mal_cs_listinfo {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1.png");
right: 106px;
}
body #mal_cs_listinfo:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1-over.png");
}
body #mal_cs_links {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2.png");
right: 72px;
z-index: 9;
}
body #mal_cs_links:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2-over.png");
}
body #mal_cs_otherlinks {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3.png");
right: 38px;
z-index: 8;
}
body #mal_cs_otherlinks:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3-over.png");
}
body #mal_cs_powered {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4.png");
right: 4px;
z-index: 7;
}
body #mal_cs_powered:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4-over.png");
}
#mal_control_strip {
background: transparent !important;
}
td#mal_cs_pic a img {
display: none;
}
#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
border-right: 0 none !important;
}
Dabar pasirenkame norimą stilių apačioje ir nukopijuojame jo kodą.
Kai išsirinkome norimą stilių nukopijuojame jį ir įklijuojame į tuščią lauką.
6 Žingsnis Išsaugome kodą įklijuotą lauke ir spaudžiame raudonai apvestą update CSS.
Jeigu viskas gerai išmes šitą žinutę.
7 Žingsnis patvirtiname stilių.
Paspaudžiame šitą nurodą :http://myanimelist.net/editprofile.p...do=changestyle
Paspaudžiame rodyklę ir spustelime ant savo nuosavo stiliaus.
Dabar paspaudžiame change list styles apvestą raudonai.
Kai išsaugosite nustatymus pamatysite tai
Jei norite susikurti antrą stiliu mangai paspauskite čia http://myanimelist.net/editprofile.p...pref&do=cssadv
Visus savo css stilius pamtysite čia http://myanimelist.net/editprofile.p...pref&do=cssadv
1 Žingsnis: susirandame MyListStyle
Arba paspaudžiame šitą nuorodos http://myanimelist.net/editprofile.php?go=stylepref
Jeigu čia nusigavot jums turi rodyti taip.
Spoileris:
2 Žingsnis: Pasidarome nuosavą ID stilių
Dabar spaudžiame advanced style css editor apvestą raudonai
Spoileris:
Pastaba jeigu nepasirodys lentelė nepanikuokit:
Tiesiog spaudžiam "I understand.." apvestą raudonai.
Tai jums sukurs nuosavą css failą.
Jeigu pamatysit kažką panašaus į šitaip žingsnį įveikėm!
Spoileris:
3 Žingsnis paspaudžiame ant nuosavo id stliaus.
Pastaba: jūsų kodas bus kitoks.
Spoileris:
Jeigu išmes lentelę su daug skaičių ir raidžių žingsnį įveikėm!
Spoileris:
4 Žingsnis ištriname visą css kodą mums to neprireiks.
Jeigu viską gerai padarėm turi atrodyti taip.
Spoileris:
5 Žingsnis Pasirenkame css koda.
Anime list :
Kodas :
Spoileris:
/*
MAIN BACKGROUND
By default, there's no image in this part of the code. Its just a background color: #B9B9B9.
(the default image of the angel is in the next code #inlineContent)
Change the color to what you want or add an image here.
The font family for the list can also be changed here.
For more info or questions on this code:
http://myanimelist.net/forum/?topicid=412787
*/
body {
background: url(none) repeat scroll 0 0 #B9B9B9;
font-family: arial,sans-serif;
font-size: 100%;
color: #322B3B;
}
/*
SECOND BACKGROUND (with angel)
The background behind the list but in front of the main background.
By default, for its own image it has the render of the angel Kanade. You can change her with another render or even background image here.
All the other codes should be left alone.
*/
#inlineContent {
background: url("http://ihostimages.x10.mx/images/WseZKhPw4NDt7G.png") no-repeat fixed center top transparent !important;
display: inline-block !important;
height: 1200px !important;
left: 0 !important;
margin: auto !important;
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 2000px !important;
z-index: -1 !important;
}
/*
HEADER
The List header which by default says My Anime List
can be changed out here.
*/
#list_surround {
background: url("http://i44.tinypic.com/15s9esp.jpg") no-repeat scroll 50% 1px transparent;
font-size: 81.25%;
line-height: 1;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 227px;
width: 920px;
}
/*
OTHER CODES
Other codes to change the rest of the layout.
For questions and explanation on changing colors check here:
http://myanimelist.net/forum/?topicid=412787
*/
[cellspacing="0"] {
border-collapse: collapse;
line-height: 17px;
}
a {
-moz-transition: all 0.25s ease-in-out 0s;
color: #EEEEEE;
text-decoration: none;
text-shadow: none;
}
a:hover {
color: #AC2034;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
td.table_header, td.td1, td.td2, td.status_selected, td.status_not_selected, td.category_totals {
-moz-box-sizing: border-box;
border: 0 none #CCCCCC;
height: 36px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
td.table_header {
background-color: rgba(65, 35, 95, 0.6);
}
td.table_header:nth-of-type(1) {
border-radius: 3px 0 0 0;
}
td.table_header:nth-of-type(2) {
text-align: left;
}
td.table_header:nth-of-type(4) {
border-radius: 0 3px 0 0;
}
td.table_header:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.td1 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(136, 147, 169, 0.6);
}
td.td2 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(151, 164, 183, 0.6);
}
tr:hover td.td1, tr:hover td.td2 {
background-color: rgba(72, 64, 87, 0.6);
font-size: 15px;
}
td.td1:nth-of-type(2), td.td2:nth-of-type(2) {
text-align: left;
}
td.td1:nth-of-type(3), td.td2:nth-of-type(3) {
font-size: 16px;
}
tr:hover td.td1:nth-of-type(3), tr:hover td.td2:nth-of-type(3) {
font-size: 18px;
}
td.td1:nth-of-type(5), td.td2:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.status_not_selected, td.status_selected {
border: 0 none !important;
height: auto !important;
padding: 0 8px;
text-align: center !important;
width: 16.667% !important;
}
td.status_not_selected a, td.status_selected a {
background-color: rgba(64, 60, 90, 0.6);
background-image: -moz-linear-gradient(rgba(64, 60, 90, 0.6), rgba(56, 52, 80, 0.6));
border-color: rgba(48, 44, 64, 0.5);
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #FFFFFF;
display: block !important;
font-weight: bold;
padding: 8px;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
td.status_selected a {
background-color: rgba(180, 32, 48, 0.6);
background-image: -moz-linear-gradient(rgba(180, 32, 48, 0.6), rgba(172, 24, 40, 0.6));
border-color: rgba(164, 16, 32, 0.5);
}
td.status_not_selected a:hover, td.status_selected a:hover {
background-color: #403C5A;
background-image: -moz-linear-gradient(#403C5A, #383450);
border-color: #201C3A;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
td.status_selected a:hover {
background-color: #B42030;
background-image: -moz-linear-gradient(#B42030, #AC1828);
border-color: rgba(148, 0, 24, 0.5);
}
td.category_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: transparent;
border-radius: 0 0 3px 3px;
color: rgba(51, 51, 51, 0);
text-align: center;
}
td.category_totals:hover {
background-color: rgba(72, 64, 87, 0.6);
color: #EEEEEE;
}
.header_cw *, .header_completed *, .header_onhold *, .header_dropped *, .header_ptw * {
font-size: 19px;
height: 60px;
line-height: 24px;
padding-bottom: 4px;
text-align: right;
vertical-align: bottom;
}
.header_title {
border-radius: 4px 4px 4px 4px;
display: inline-block;
font-style: italic;
height: auto;
padding: 0 8px 0 0;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}
#grand_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(72, 64, 87, 0.6);
border: 0 none;
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 20px;
min-height: 20px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
#copyright {
background-color: rgba(180, 32, 48, 0.6);
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 17px;
margin-top: 10px;
padding: 8px;
text-align: center;
}
body #mal_cs_listinfo, body #mal_cs_links, body #mal_cs_otherlinks, body #mal_cs_powered {
-moz-box-sizing: border-box;
-moz-transition: all 0.4s ease 0s;
background: none no-repeat scroll 100% 0 transparent;
border: 0 none;
height: 0 !important;
overflow: hidden;
padding: 32px 0 0;
position: absolute;
right: 4px;
text-align: center;
top: 4px;
width: 150px;
z-index: 10;
}
body #mal_cs_listinfo:hover, body #mal_cs_links:hover, body #mal_cs_otherlinks:hover, body #mal_cs_powered:hover {
height: 200px !important;
padding-top: 32px;
width: 150px;
}
body #mal_cs_listinfo div, body #mal_cs_links div, body #mal_cs_otherlinks div, body #mal_cs_powered div, body #mal_cs_powered dd {
-moz-transition: opacity 0.4s ease-in-out 0s;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 3px 0 0 0;
font-size: 0 !important;
line-height: 0;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0;
}
body #mal_cs_listinfo:hover div, body #mal_cs_links:hover div, body #mal_cs_otherlinks:hover div, body #mal_cs_powered:hover div, body #mal_cs_powered:hover dd {
opacity: 1;
}
body #mal_cs_listinfo div:nth-of-type(2), body #mal_cs_links div:nth-of-type(2), body #mal_cs_otherlinks div:nth-of-type(2), body #mal_cs_powered div:nth-of-type(2) {
border-radius: 0 0 3px 3px;
padding: 4px 0 8px;
}
body #mal_cs_listinfo a, body #mal_cs_links a, body #mal_cs_otherlinks a, body #mal_cs_powered a {
background-color: rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
font: 13px/17px arial,sans-serif;
margin: 4px 12px 0;
padding: 3px 0;
text-decoration: none;
}
body #mal_cs_listinfo a:nth-of-type(1), body #mal_cs_links a:nth-of-type(1), body #mal_cs_otherlinks a:nth-of-type(1), body #mal_cs_powered a:nth-of-type(1) {
margin-top: 0;
}
body #mal_cs_listinfo a:hover, body #mal_cs_links a:hover, body #mal_cs_otherlinks a:hover, body #mal_cs_powered a:hover {
background-color: #403C5A;
}
body #mal_cs_listinfo strong a strong {
font-weight: normal;
}
body #mal_cs_otherlinks strong {
color: #333333;
display: block;
font: bold 13px/17px arial,sans-serif !important;
padding: 0 4px 4px;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_otherlinks strong a {
background: none repeat scroll 0 0 transparent;
border-radius: 0 0 0 0;
color: #333333;
display: inline;
font: bold 13px/17px arial,sans-serif !important;
margin: 0;
padding: 0;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_powered a {
background-color: rgba(255, 255, 255, 0.6) !important;
border-radius: 3px 0 0 0 !important;
display: block !important;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0 !important;
}
body #mal_cs_powered:hover a {
opacity: 1;
}
body #mal_cs_powered a img {
background: url("http://invise.s3.amazonaws.com/mal/mal.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
height: 0;
margin: 0 12px;
padding: 23px 0 0 126px;
width: 0;
}
body #mal_cs_powered a img:hover {
background-color: #403C5A;
}
body #mal_cs_powered #search {
border-radius: 0 0 3px 3px;
padding: 8px;
position: relative;
}
body #mal_cs_powered #search #searchBox {
-moz-box-sizing: border-box;
border-color: #BCBCBC #D6D6D6 #D6D6D6;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #333333;
display: inline-block;
font-family: arial,sans-serif;
font-size: 13px;
height: 28px;
padding-left: 6px;
padding-right: 24px;
vertical-align: top;
width: 100%;
}
body #mal_cs_powered #search #searchBox:hover, body #mal_cs_powered #search #searchBox:focus {
border-color: #ACACAC #C6C6C6 #C6C6C6;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
body #mal_cs_powered #search #searchListButton {
background: url("http://invise.s3.amazonaws.com/mal/icon-go.png") no-repeat scroll 0 0 transparent;
border-radius: 3px 3px 3px 3px;
height: 0;
margin: 0;
padding: 16px 0 0 16px;
position: absolute;
right: 12px;
top: 14px;
width: 0;
}
body #mal_cs_listinfo {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1.png");
right: 106px;
}
body #mal_cs_listinfo:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1-over.png");
}
body #mal_cs_links {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2.png");
right: 72px;
z-index: 9;
}
body #mal_cs_links:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2-over.png");
}
body #mal_cs_otherlinks {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3.png");
right: 38px;
z-index: 8;
}
body #mal_cs_otherlinks:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3-over.png");
}
body #mal_cs_powered {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4.png");
right: 4px;
z-index: 7;
}
body #mal_cs_powered:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4-over.png");
}
#mal_control_strip {
background: transparent !important;
}
td#mal_cs_pic a img {
display: none;
}
#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
border-right: 0 none !important;
}
Mangos list'o kodas :
Spoileris:
/*
MAIN BACKGROUND
Change the main background image here.
By default the background is Rei Ayanami from Evangelion.
You can also change the font family here for most of the list.
For more info on this code go to:
http://myanimelist.net/forum/?topicid=412787
*/
body {
background: url(http://ihostimages.x10.mx/images/sFave7nBC0c9.jpg) fixed #B9B9B9;
color: #322B3B;
font-family: arial,sans-serif;
font-size: 100%;
background-size: cover;
}
/*
SECONDARY BACKGROUND
This background is located behind the list but in front of the main background.
By default there is no background here but you can add one if you wish, it will be in front of the main background.
*/
#inlineContent {
background: url() no-repeat fixed center top transparent !important;
display: inline-block !important;
height: 1200px !important;
left: 0 !important;
margin: auto !important;
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 2000px !important;
z-index: -1 !important;
}
/*
HEADER
The List header which by default says My Manga List
can be changed out here.
*/
#list_surround {
background: url("http://i41.tinypic.com/34nh0e9.jpg") no-repeat scroll 50% 1px transparent;
font-size: 81.25%;
line-height: 1;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 227px;
width: 920px;
}
/*
OTHER CODES
Other codes to change the rest of the layout.
For questions and explanation on changing colors check here:
http://myanimelist.net/forum/?topicid=412787
*/
[cellspacing="0"] {
border-collapse: collapse;
line-height: 17px;
}
a {
-moz-transition: all 0.25s ease-in-out 0s;
color: #EEEEEE;
text-decoration: none;
text-shadow: none;
}
a:hover {
color: #AC2034;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
td.table_header, td.td1, td.td2, td.status_selected, td.status_not_selected, td.category_totals {
-moz-box-sizing: border-box;
border: 0 none #CCCCCC;
height: 36px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
td.table_header {
background-color: rgba(65, 35, 95, 0.6);
}
td.table_header:nth-of-type(1) {
border-radius: 3px 0 0 0;
}
td.table_header:nth-of-type(2) {
text-align: left;
}
td.table_header:nth-of-type(4) {
border-radius: 0 3px 0 0;
}
td.table_header:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.td1 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(136, 147, 169, 0.6);
}
td.td2 {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(151, 164, 183, 0.6);
}
tr:hover td.td1, tr:hover td.td2 {
background-color: rgba(72, 64, 87, 0.6);
font-size: 15px;
}
td.td1:nth-of-type(2), td.td2:nth-of-type(2) {
text-align: left;
}
td.td1:nth-of-type(3), td.td2:nth-of-type(3) {
font-size: 16px;
}
tr:hover td.td1:nth-of-type(3), tr:hover td.td2:nth-of-type(3) {
font-size: 18px;
}
td.td1:nth-of-type(5), td.td2:nth-of-type(5) {
border-color: transparent;
display: none;
}
td.status_not_selected, td.status_selected {
border: 0 none !important;
height: auto !important;
padding: 0 8px;
text-align: center !important;
width: 16.667% !important;
}
td.status_not_selected a, td.status_selected a {
background-color: rgba(64, 60, 90, 0.6);
background-image: -moz-linear-gradient(rgba(64, 60, 90, 0.6), rgba(56, 52, 80, 0.6));
border-color: rgba(48, 44, 64, 0.5);
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #FFFFFF;
display: block !important;
font-weight: bold;
padding: 8px;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
td.status_selected a {
background-color: rgba(180, 32, 48, 0.6);
background-image: -moz-linear-gradient(rgba(180, 32, 48, 0.6), rgba(172, 24, 40, 0.6));
border-color: rgba(164, 16, 32, 0.5);
}
td.status_not_selected a:hover, td.status_selected a:hover {
background-color: #403C5A;
background-image: -moz-linear-gradient(#403C5A, #383450);
border-color: #201C3A;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
td.status_selected a:hover {
background-color: #B42030;
background-image: -moz-linear-gradient(#B42030, #AC1828);
border-color: rgba(148, 0, 24, 0.5);
}
td.category_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: transparent;
border-radius: 0 0 3px 3px;
color: rgba(51, 51, 51, 0);
text-align: center;
}
td.category_totals:hover {
background-color: rgba(72, 64, 87, 0.6);
color: #EEEEEE;
}
.header_cw *, .header_completed *, .header_onhold *, .header_dropped *, .header_ptw * {
font-size: 19px;
height: 60px;
line-height: 24px;
padding-bottom: 4px;
text-align: right;
vertical-align: bottom;
}
.header_title {
border-radius: 4px 4px 4px 4px;
display: inline-block;
font-style: italic;
height: auto;
padding: 0 8px 0 0;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}
#grand_totals {
-moz-transition: all 0.25s ease-in-out 0s;
background-color: rgba(72, 64, 87, 0.6);
border: 0 none;
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 20px;
min-height: 20px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
#copyright {
background-color: rgba(180, 32, 48, 0.6);
border-radius: 3px 3px 3px 3px;
color: #EEEEEE;
line-height: 17px;
margin-top: 10px;
padding: 8px;
text-align: center;
}
body #mal_cs_listinfo, body #mal_cs_links, body #mal_cs_otherlinks, body #mal_cs_powered {
-moz-box-sizing: border-box;
-moz-transition: all 0.4s ease 0s;
background: none no-repeat scroll 100% 0 transparent;
border: 0 none;
height: 0 !important;
overflow: hidden;
padding: 32px 0 0;
position: absolute;
right: 4px;
text-align: center;
top: 4px;
width: 150px;
z-index: 10;
}
body #mal_cs_listinfo:hover, body #mal_cs_links:hover, body #mal_cs_otherlinks:hover, body #mal_cs_powered:hover {
height: 200px !important;
padding-top: 32px;
width: 150px;
}
body #mal_cs_listinfo div, body #mal_cs_links div, body #mal_cs_otherlinks div, body #mal_cs_powered div, body #mal_cs_powered dd {
-moz-transition: opacity 0.4s ease-in-out 0s;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 3px 0 0 0;
font-size: 0 !important;
line-height: 0;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0;
}
body #mal_cs_listinfo:hover div, body #mal_cs_links:hover div, body #mal_cs_otherlinks:hover div, body #mal_cs_powered:hover div, body #mal_cs_powered:hover dd {
opacity: 1;
}
body #mal_cs_listinfo div:nth-of-type(2), body #mal_cs_links div:nth-of-type(2), body #mal_cs_otherlinks div:nth-of-type(2), body #mal_cs_powered div:nth-of-type(2) {
border-radius: 0 0 3px 3px;
padding: 4px 0 8px;
}
body #mal_cs_listinfo a, body #mal_cs_links a, body #mal_cs_otherlinks a, body #mal_cs_powered a {
background-color: rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
font: 13px/17px arial,sans-serif;
margin: 4px 12px 0;
padding: 3px 0;
text-decoration: none;
}
body #mal_cs_listinfo a:nth-of-type(1), body #mal_cs_links a:nth-of-type(1), body #mal_cs_otherlinks a:nth-of-type(1), body #mal_cs_powered a:nth-of-type(1) {
margin-top: 0;
}
body #mal_cs_listinfo a:hover, body #mal_cs_links a:hover, body #mal_cs_otherlinks a:hover, body #mal_cs_powered a:hover {
background-color: #403C5A;
}
body #mal_cs_listinfo strong a strong {
font-weight: normal;
}
body #mal_cs_otherlinks strong {
color: #333333;
display: block;
font: bold 13px/17px arial,sans-serif !important;
padding: 0 4px 4px;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_otherlinks strong a {
background: none repeat scroll 0 0 transparent;
border-radius: 0 0 0 0;
color: #333333;
display: inline;
font: bold 13px/17px arial,sans-serif !important;
margin: 0;
padding: 0;
text-shadow: 0 1px 1px #FFFFFF;
}
body #mal_cs_powered a {
background-color: rgba(255, 255, 255, 0.6) !important;
border-radius: 3px 0 0 0 !important;
display: block !important;
margin: 0 !important;
opacity: 0;
padding: 8px 0 0 !important;
}
body #mal_cs_powered:hover a {
opacity: 1;
}
body #mal_cs_powered a img {
background: url("http://invise.s3.amazonaws.com/mal/mal.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
border-radius: 3px 3px 3px 3px;
display: block;
height: 0;
margin: 0 12px;
padding: 23px 0 0 126px;
width: 0;
}
body #mal_cs_powered a img:hover {
background-color: #403C5A;
}
body #mal_cs_powered #search {
border-radius: 0 0 3px 3px;
padding: 8px;
position: relative;
}
body #mal_cs_powered #search #searchBox {
-moz-box-sizing: border-box;
border-color: #BCBCBC #D6D6D6 #D6D6D6;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: #333333;
display: inline-block;
font-family: arial,sans-serif;
font-size: 13px;
height: 28px;
padding-left: 6px;
padding-right: 24px;
vertical-align: top;
width: 100%;
}
body #mal_cs_powered #search #searchBox:hover, body #mal_cs_powered #search #searchBox:focus {
border-color: #ACACAC #C6C6C6 #C6C6C6;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
body #mal_cs_powered #search #searchListButton {
background: url("http://invise.s3.amazonaws.com/mal/icon-go.png") no-repeat scroll 0 0 transparent;
border-radius: 3px 3px 3px 3px;
height: 0;
margin: 0;
padding: 16px 0 0 16px;
position: absolute;
right: 12px;
top: 14px;
width: 0;
}
body #mal_cs_listinfo {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1.png");
right: 106px;
}
body #mal_cs_listinfo:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon1-over.png");
}
body #mal_cs_links {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2.png");
right: 72px;
z-index: 9;
}
body #mal_cs_links:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon2-over.png");
}
body #mal_cs_otherlinks {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3.png");
right: 38px;
z-index: 8;
}
body #mal_cs_otherlinks:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon3-over.png");
}
body #mal_cs_powered {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4.png");
right: 4px;
z-index: 7;
}
body #mal_cs_powered:hover {
background-image: url("http://invise.s3.amazonaws.com/mal/icon4-over.png");
}
#mal_control_strip {
background: transparent !important;
}
td#mal_cs_pic a img {
display: none;
}
#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
border-right: 0 none !important;
}
Dabar pasirenkame norimą stilių apačioje ir nukopijuojame jo kodą.
Kai išsirinkome norimą stilių nukopijuojame jį ir įklijuojame į tuščią lauką.
6 Žingsnis Išsaugome kodą įklijuotą lauke ir spaudžiame raudonai apvestą update CSS.
Spoileris:
Jeigu viskas gerai išmes šitą žinutę.
7 Žingsnis patvirtiname stilių.
Paspaudžiame šitą nurodą :http://myanimelist.net/editprofile.p...do=changestyle
Paspaudžiame rodyklę ir spustelime ant savo nuosavo stiliaus.
Spoileris:
Dabar paspaudžiame change list styles apvestą raudonai.
Spoileris:
Kai išsaugosite nustatymus pamatysite tai
Spoileris:
Jei norite susikurti antrą stiliu mangai paspauskite čia http://myanimelist.net/editprofile.p...pref&do=cssadv
Visus savo css stilius pamtysite čia http://myanimelist.net/editprofile.p...pref&do=cssadv
Comment