பயனர்:Maathavan/test.css

கட்டற்ற கலைக்களஞ்சியமான விக்கிப்பீடியாவில் இருந்து.

குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

main {
	float: right;
    position: relative;
    height: 50px;
    width: 490px;
    top: -108px;
    right: 60px;
}
section {
  display: none;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

input {
  display: none;
}

.tblbl {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 15px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  font-size: 14px;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
}

label[for*='1']:before { content: '\f1cb '; }
label[for*='2']:before { content: '\f17d '; }
label[for*='3']:before { content: '\f16b '; }
label[for*='4']:before { content: '\f1a9 '; }

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}

.icon-bar {
    width: 100%;
    background-color: #485e6b;
    overflow: auto;
}

.icon-bar a {
    float: left;
    width: 16%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.icon-bar a:hover {
    background-color: #018cab;
}
"https://ta.wikipedia.org/w/index.php?title=பயனர்:Maathavan/test.css&oldid=2401015" இலிருந்து மீள்விக்கப்பட்டது