ব্যবহারকারী:Yahya/mobilemenu.css

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

লক্ষ্য করুন: প্রকাশ করার পর, পরিবর্তনগুলো দেখতে আপনাকে আপনার ব্রাউজারের ক্যাশে পরিষ্কার করার প্রয়োজন হতে পারে।

  • ফায়ারফক্স / সাফারি: পুনরায় লোড-এ ক্লিক করার সময় শিফট টিপে ধরে রাখুন, অথবা হয় Ctrl-F5 বা Ctrl-R টিপুন (ম্যাকে ⌘-R টিপুন)
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাকে ⌘-Shift-R) টিপুন
  • ইন্টারনেট এক্সপ্লোরার / এজ: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 টিপুন
  • অপেরা: Ctrl-F5 টিপুন।
button, .button {
	background: #EEE; /* Old browsers */
	background: -moz-linear-gradient(#EEE, #CCC, #DDD); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(50%, #CCC), color-stop(100%, #DDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#EEE, #CCC, #DDD); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#EEE, #CCC, #DDD); /* Opera 11.10+ */
	background: -ms-linear-gradient(#EEE, #CCC, #DDD); /* IE10+ */
	background: linear-gradient(#EEE, #CCC, #DDD); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	border-radius: 3px;
	padding: 0 6px;
	margin: 2px;
	cursor: default;
	color: #333;
	font: 13px/20px arial;
	display: inline-block;
}
button:hover, .button:hover {
	background: #DDF; /* Old browsers */
	background: -moz-linear-gradient(#EEE, #CCF, #DDF); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(50%, #CCF), color-stop(100%, #DDF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#EEE, #CCF, #DDF); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#EEE, #CCF, #DDF); /* Opera 11.10+ */
	background: -ms-linear-gradient(#EEE, #CCF, #DDF); /* IE10+ */
	background: linear-gradient(#EEE, #CCF, #DDF); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEFF', endColorstr='#CCCCFF',GradientType=0 ); /* IE6-9 */
	color: #333;
}
button:active, .button:active {
	background: #CCF; /* Old browsers */
	background: -moz-linear-gradient(#CCF, #DDF, #EEE); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCF), color-stop(50%, #DDF), color-stop(100%, #EEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#CCF, #DDF, #EEE); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#CCF, #DDF, #EEE); /* Opera 11.10+ */
	background: -ms-linear-gradient(#CCF, #DDF, #EEE); /* IE10+ */
	background: linear-gradient(#CCF, #DDF, #EEE); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCFF', endColorstr='#EEEEFF',GradientType=0 ); /* IE6-9 */
	color: #333;
}
button[disabled], button[disabled]:hover, button[disabled]:active,
.button.disabled, .button.disabled:hover, .button.disabled:active {
	background: #EEE;
	color: #000;
	border: 1px solid #555;
	opacity: 0.6;
}
.button input[type="file"] {
    position: fixed;
    top: -1000px;
}

#save:after {
    content: " '" attr(value) "'";
    font-style: italic;
}

#status {
	border: 1px solid #555;
	background: white;
	padding: 0 3px;
	position: relative;
	z-index: 20;
}