Para alterar o CSS do seu perfil, siga os seguintes passos:
Estilo Preto e Branco
/*Image Opacity effect*/
img { opacity:1;filter:alpha(opacity=100) }
a:hover img { opacity:.50;filter:alpha(opacity=50) }
/*IS NOW FRIENDS WITH TEXT*/
ul.feed .feed_item_generated, ul.feed .feed_item_bodytext
{
color: #0e65a6;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
/*DATE AND TIME*/
ul.feed .feed_item_date .timestamp
{
color: #0e65a6;
font-style: normal;
font-family: Century Gothic;
text-decoration: none;
}
/*UNHOVER LIKE COMMENT DELETE BUTTON*/
ul.feed .feed_item_date a
{
color: #ffffff;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: underline;
}
/*HOVER LIKE COMMENT DELETE BUTTON*/
ul.feed .feed_item_date a:hover
{
color: #0e65a6;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: underline;
}
/*BACKGROUND-IMAGE*/
body {
background-color: rgb(0,0,0);
background-image: url(http://www.mixndmatch.com/public/admin/blox.png);
background-position: center center;
background-attachment: fixed;
background-repeat: repeat;
cursor: url(''), default;
}
/*UNIVERSAL LINKS + UPDATE BUTTON*/
a:link, a:visited
{
color: #ffffff;
font-style: normal;
font-weight: regular;
font-family: Century Gothic;
text-decoration: ;
}
a:hover
{
color: #0e65a6;
font-style: normal;
font-weight: bold;
font-family: Century Gothic;
text-decoration: underline;
}
/*Member INFO, TWITTER, MEMBER LEVEL HEADER TEXT*/
.generic_layout_container h3
{
color: #0e65a6;
font-style: none;
font-size: 12px;
font-weight: bold;
font-family: Century Gothic;
text-decoration: none;
}
/*PROFILE NAME*/
#profile_status h2
{
color: #ffffff;
font-style: normal;
font-size: 18px;
font-weight: bold;
font-family: Century Gothic;
text-decoration: none;
}
/*TABLE BAR ABOVE UPDATES*/
.tabs_alt
{
background-color: #000000;
}
/*INACTIVE UNHOVERED UPDATES,INFO,FRIENDS BUTTON*/
.tabs_alt > ul > li > a
{
color: #0e65a6;
font-family: Century Gothic;
}
.tabs_alt > ul > li.active > a
{
border: 1px dotted rgb(255,255,255);
border-bottom: none;
background-color: #000000;
color: #ffffff;
font-family: Century Gothic;
}
.tabs_alt > ul > li > a:hover
{
border: 1px dotted rgb(255,255,255);
border-bottom: none;
background-color: #000000;
background-image: url();
background-position: center center;
color: #ffffff;
font-family: Century Gothic;
}
/*BACKGROUND FOR UPDATES,INFO,FRIENDS BUTTON*/
.tabs_alt > ul
{
background-color:#000000;
border-bottom: 1px dotted rgb(255,255,255);
}
/*MEMBER LEVEL and MEMBER INFO BACKGROUND*/
.layout_user_profile_info > ul
{
background-color: #000000;
border: 5px none rgb(255,255,255);
}
/*MEMBER LEVEL and MEMBER INFO TEXT*/
.layout_user_profile_info > ul > li
{
color: #0e65a6;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
/*TIME AND JOINED INFO TEXT*/
.layout_user_profile_info > ul > li .timestamp
{
color: #ffffff;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
/*POST SOMETHING BACKGROUND*/
.activity-post-container
{
background-color:#000000;
border: 0px dotted #C2E02D;
}
/*FOOTER*/
.layout_page_footer .layout_main
{
background-color: #000000;
background-image: url();
background-position: bottom left;
background-attachment: fixed;
background-repeat: repeat;
border: 0px solid #ffffff;
text-decoration: none;
}
.layout_page_footer .layout_main a
{
color: #ffffff;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: underline;
}
.layout_page_footer .layout_main a:hover
{
color: #ffffff;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: underline;
}
/*FOOTER TEXT*/
.generic_layout_container
{
color: #0e65a6;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
}
/*FRIENDS COMMENTS TO YOUR POSTS*/
.comments > ul > li
{
background-color: #000000;
border-top: 0px dotted #D3ED2B;
}
/*PROFILE INFORMATION TEXTS*/
.profile_fields span
{
background-color: transparent;
color: #ffffff;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
form.activity-comment-form
{
background-color:transparent;
border-top: 3px dotted rgb(255,255,255);
}
/*SHARE BUTTON*/
button
{
background-color: #000000;
background-image: url(http://62.0.5.135/www.mixndmatch.com/application/themes/midnight/images/topbar_menu_bg.png);
border: 1px solid rgb(255,255,255);
color: #fff;
font-family: Century Gothic;
}
button:hover
{
color: #000000;
background-image: url(http://62.0.5.135/www.mixndmatch.com/application/themes/midnight/images/topbar_menu_bg.png);
background-position: center center;
background-color: #ffffff;
font-family: Century Gothic;
}
/*MAIN NAVIGATION*/
.layout_core_menu_main
{
background-color: transparent;
border: 0px solid rgb(255,255,255);
border-left: none;
border-right: none;
}
.layout_core_menu_main ul a:link, .layout_core_menu_main ul a:visited
{
color: #ffffff;
font-size: 12px;
font-family: Century Gothic;
}
.layout_core_menu_main ul a:hover
{
color: #0e65a6;
}
/*TOP MINI NAVIGATION*/
.layout_core_menu_mini #core_menu_mini_menu > ul > li > a
{
color: #ffffff;
}
.layout_core_menu_mini #core_menu_mini_menu > ul > li > a:hover
{
background: #2B2B2B;
color: #0e65a6;
}
/*UPDATE BUTTON*/
a#updates_toggle
{
background-color: ;
}
a:hover#updates_toggle
{
background-color: #0e65a6;
color: #ffffff;
}
/*TOP MINI NAVIGATION BG*/
#core_menu_mini_menu > ul
{
background-color:#000000;
border: 2px dotted rgb(255,255,255);
border-top:none;
}
/*HEADER*/
.layout_page_header
{
background-color:inherit;
background-image: none;
}
a#updates_toggle
{
background-color:rgb(0,0,0);
}
ul.feed .feed_item_body
{
color: rgb(255,255,255);
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
ul.feed .feed_item_link_desc
{
color: #0e65a6;
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
.comments .comments_likes,
.comments .comments_viewall
{
color: rgb(255,255,255);
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
.profile_status_text
{
color: rgb(255,255,255);
font-style: normal;
font-weight: normal;
font-family: Century Gothic;
text-decoration: none;
}
/*MIDDLE BOX*/
.layout_middle
{
+rounded;
overflow: hidden;
background-color:#000000;
padding: 15px 15px 15px 15px;
vertical-align: top;
}
/*NAV BUTTONS*/
.layout_user_profile_options
{
+rounded;
background-color: #000000;
color: #ffffff;
padding: 10px 10px 10px 10px;
vertical-align: center;
border:0px dotted #D0E2EC;
}
.layout_user_profile_photo
{
+rounded;
background-color: #000000;
color: #ffffff;
padding: 5px 5px 5px 5px;
vertical-align: center;
border:0px dotted #D0E2EC;
font-size:10px;
}
/*TWITTER LAYOUT*/
.layout_twitter > ul {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color: #000000;
background-image: url();
background-position: bottom left;
background-attachment: fixed;
background-repeat: repeat;
border:1px dotted #D0E2EC;
padding:5px;
}
.twitter_item
{
padding: 3px 0px;
border-bottom: 1px solid #DDDDDD;
}
.twitter_name a:link, a:visited {
color:#ffffff;
text-decoration:none;
}
.twitter_item .twitter_date {
color:#999999;
font-size:0.8em;
padding-bottom:5px;
}
a:link.twitter_link_1{color: #ffffff;}
a:visited.twitter_link_1{color: #666;}
a:hover.twitter_link_1{color: #0e65a6;}
a:link.twitter_link_2{color: #ffffff;}
a:visited.twitter_link_2{color: #666;}
a:hover.twitter_link_2{color: #0e65a6;}
a:link.twitter_link_3{color: #ffffff;}
a:visited.twitter_link_3{color: #666;}
a:hover.twitter_link_3{color: #0e65a6;}
a:link.twitter_link_4{color: #ffffff;}
a:visited.twitter_link_4{color: #666;}
a:hover.twitter_link_4{color: #0e65a6;}
a:link.twitter_link_5{color: #ffffff;}
a:visited.twitter_link_5{color: #666;}
a:hover.twitter_link_5{color: #0e65a6;}
a:link.twitter_link_6{color: #ffffff;}
a:visited.twitter_link_6{color: #666;}
a:hover.twitter_link_6{color: #0e65a6;}
a:link.twitter_link_7{color: #ffffff;}
a:visited.twitter_link_7{color: #666;}
a:hover.twitter_link_7{color: #0e65a6;}
a:link.twitter_link_8{color: #ffffff;}
a:visited.twitter_link_8{color: #666;}
a:hover.twitter_link_8{color: #0e65a6;}
a:link.twitter_link_9{color: #ffffff;}
a:visited.twitter_link_9{color: #666;}
a:hover.twitter_link_9{color: #0e65a6;}
a:link.twitter_link_10{color: #ffffff;}
a:visited.twitter_link_10{color: #666;}
a:hover.twitter_link_10{color: #0e65a6;}
อีกค่ายที่พูดถึงไม่ได้ก็คือ ค่าย PG เป็นค่ายที่อยู่คู่กับผู้เล่นมานาน จีคลับ ภาพกาสู้ค่าย PG ไม่ได้ โปร PG SLOT แต่บอกเลยว่าฐาน ข่าวฟุตบอล ผู้เล่นค่ายนี้เขาสูงมาก สมัครสมาชิก PG SLOT มีเกของค่ายนี้ คือ โรม่า ทั้ง 2 PG SLOT ทรูมันนี่ ค่ายลูกค้าสามารถ สล็อต PG SLOT เลื่อนลงไปด้านล่างเล่นก่อนได้ เครดิตฟรี ยังไม่ต้องสมัคร รวมสล็อต เข้าไปทดลองเล่นดูว่าเข้าใจ ทดลองเล่น pg กฏ
สล็อต เครดิตฟรี คือเกมใรูปแบบ northbristol.com/ ที่เล่นผ่านระบบ พี จี ถ้าเปรียบคาสิโน PG SLOT โปรโมชั่น ก็จะแตกต่ในคาสิโน ข่าวยูโร จะเป็นตู้สล็อตซึ่ง สมัคร PG SLOT ท่านจำเป็นต้นั่งที่หน้า PG SLOT ทดลองเล่นฟรี เเพื่อทำไลน์ของ ทางเข้า PG Slot สล็อตxo PG SLOT Ture Money Wallet จะเป็นการเล่นผ่าน จีคลับ มือถือมพิวเตอร์ เกมออนไลน์ และอุปกรณ์ต่างๆ รวมสล็อต ที่มีการเชื่อมต่ออินน็ต
You're so cool and amazing that anyone can do something like, "Your writing skills stand out like a genius.토토사이트 |
검증된 파워볼사이트 를 찾으신다면 eos파워볼사이트 가 있는 파워볼사이트추천 에서 파워볼 을 즐기시길 바랍니다. 5년 이상 운영된 메이저업체 이며 지금까지 많은분들께 사랑받은 안전한파워볼사이트 입니다. 안전한파워볼사이트