உள்ளடக்கத்துக்குச் செல்

பயனர்:Thiruak1024/magnifier.css

விக்கிமூலம் இலிருந்து

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

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
#magnifier-main{
 height: 100%;
 width: 100%;
 position: fixed;
 background-color: rgba(0,0,0,0.4);
 display: none;
 z-index: 1000;
}

.magnifier {
  margin:auto;
  position: relative;
  height:100%
}

.magnifier:hover {
  cursor: none;
/*   cursor: crosshair; */
}

.large {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(191, 191, 191, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(191, 191, 191, 0.25);
  display: none;
}

.small {
  display: block;
}
"https://ta.wikisource.org/w/index.php?title=பயனர்:Thiruak1024/magnifier.css&oldid=1340670" இலிருந்து மீள்விக்கப்பட்டது