HtmlToText
/* the original subsilver theme for phpbb version 2+ created by subblue design http://www.subblue.com note: these css definitions are stored within the main page body so that you can use the phpbb2 theme administration centre. when you have finalised your style you could cut the final css code and place it in an external file, deleting this section to save bandwidth. */ /* general page style. the scroll bar colours only visible in ie5.5+ */ body { background-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #808080; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #000000; } /* general font families for common tags */ font,th,td,p { font-family: verdana, arial, helvetica, sans-serif } a:link,a:active,a:visited { color : #808080; } a:hover { text-decoration: underline; color : #ff0000; } hr { height: 0px; border: solid #ffffff 0px; border-top-width: 1px;} /* this is the border line & background colour round the entire page */ .bodyline { background-color: #ffffff; border: 1px #000000 solid; } /* this is the outline round the main forum tables */ .forumline { background-color: #ffffff; border: 2px #006699 solid; } /* main table cell colours and backgrounds */ td.row1 { background-color: #ffffff; } td.row2 { background-color: #ffffff; } td.row3 { background-color: #ffffff; } /* this is for the table cell above the topics, post & last posts on the index.php page by default this is the fading out gradiated silver background. however, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #ffffff; background-image: url(templates/subsilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* header cells - the blue and silver gradient backgrounds */ th { color: #000000; font-size: 11px; font-weight : bold; background-color: #808080; height: 25px; background-image: url(templates/subsilver/images/cellpic3.gif); } td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom { background-image: url(templates/subsilver/images/cellpic1.gif); background-color:#ffffff; border: #ffffff; border-style: solid; height: 28px; } /* setting additional nice inner borders for the main table cells. the names indicate which sides the border will be on. don't worry if you don't understand this, just ignore it :-) */ td.cat,td.cathead,td.catbottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr { font-weight: bold; border: #ffffff; border-style: solid; height: 28px; } td.row3right,td.spacerow { background-color: #ffffff; border: #ffffff; border-style: solid; } th.thhead,td.cathead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thsides,td.catsides,td.spacerow { border-width: 0px 1px 0px 1px; } th.thright,td.catright,td.row3right { border-width: 0px 1px 0px 0px; } th.thleft,td.catleft { border-width: 0px 0px 0px 1px; } th.thbottom,td.catbottom { border-width: 0px 1px 1px 1px; } th.thtop { border-width: 1px 0px 0px 0px; } th.thcornerl { border-width: 1px 0px 0px 1px; } th.thcornerr { border-width: 1px 1px 0px 0px; } /* the largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #ffffff; } /* general text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #ffffff; } a.gen,a.genmed,a.gensmall { color: #808080; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #ff0000; text-decoration: underline; } /* the register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #ffffff } a.mainmenu { text-decoration: none; color : #808080; } a.mainmenu:hover{ text-decoration: underline; color : #ff0000; } /* forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #808080} a.cattitle { text-decoration: none; color : #808080; } a.cattitle:hover{ text-decoration: underline; } /* forum title: text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #808080; } a.forumlink { text-decoration: none; color : #808080; } a.forumlink:hover{ text-decoration: underline; color : #ff0000; } /* used for the navigation text, (page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #ffffff;} a.nav { text-decoration: none; color : #808080; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #ffffff; } a.topictitle:link { text-decoration: none; color : #808080; } a.topictitle:visited { text-decoration: none; color : #808080; } a.topictitle:hover { text-decoration: underline; color : #ff0000; } /* name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #ffffff;} /* location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #ffffff; } /* the content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #808080 } a.postlink:visited { text-decoration: none; color : #808080; } a.postlink:hover { text-decoration: underline; color : #ff0000} /* quote & code blocks */ .code { font-family: courier, 'courier new', sans-serif; font-size: 11px; color: #000000; background-color: #808000; border: #ffffff; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #808000; border: #ffffff; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } /* copyright and bottom info */ .copyright { font-size: 10px; font-family: verdana, arial, helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #ffffff; text-decoration: underline;} /* form elements */ input,textarea, select { color : #ffffff; font: normal 11px verdana, arial, helvetica, sans-serif; border-color : #ffffff; } /* the text input fields background colour */ input.post, textarea.post, select { background-color : #ffffff; } input { text-indent : 2px; } /* the buttons used for bbcode styling in message post */ input.button { background-color : #ffffff; color : #ffffff; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; } /* the main submit button option */ input.mainoption { background-color : #808000; font-weight : bold; } /* none-bold submit button */ input.liteoption { background-color : #808000; font-weight : normal; } /* this is the line in the posting page which shows the rollover help line. this is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: #ffffff; border-style: none; } /* import the fancy styles for ie only (ns4.x doesn't use the @import function) */ @import url("templates/subsilver/formie.css"); -- accueil du site -- retour au site | home | faq | rechercher | liste des membres | groupes d'utilisateurs | s'enregistrer profil | se connecter pour vrifier ses messages privs | connexion stade toulousain index du forum information dsol, mais ce forum est actuellement indisponible. veuillez ressayer ultrieurement. powered by phpbb © 2001, 2005 phpbb group traduction par : phpbb-fr.com
Informations Whois
Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;
%%
%% This is the AFNIC Whois server.
%%
%% complete date format : DD/MM/YYYY
%% short date format : DD/MM
%% version : FRNIC-2.5
%%
%% Rights restricted by copyright.
%% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%%
%% Use '-h' option to obtain more information about this service.
%%
%% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> stadetoulousain.fr
%%
%% RL Net [##########] - RL IP [#########.]
%%
domain: stadetoulousain.fr
status: ACTIVE
hold: NO
holder-c: STR29-FRNIC
admin-c: STR29-FRNIC
tech-c: GR283-FRNIC
zone-c: NFC1-FRNIC
nsl-id: NSL105980-FRNIC
registrar: GANDI
Expiry Date: 26/11/2017
created: 04/12/2000
last-update: 26/10/2016
source: FRNIC
ns-list: NSL105980-FRNIC
nserver: lars.ns.cloudflare.com
nserver: yolanda.ns.cloudflare.com
source: FRNIC
registrar: GANDI
type: Isp Option 1
address: 63-65 boulevard Massena
address: PARIS
country: FR
phone: +33 1 70 37 76 61
fax-no: +33 1 43 73 18 51
e-mail: reg.afnic-notification@gandi.net
website: http://www.gandi.net
anonymous: NO
registered: 09/03/2004
source: FRNIC
nic-hdl: STR29-FRNIC
type: ORGANIZATION
contact: S.A.S.P. STADE TOULOUSAIN RUGBY
address: STADE TOULOUSAIN RUGBY
address: 114, rue des Troenes
address: 31200 Toulouse
address: 73
country: FR
phone: +33 5 62 72 47 47
fax-no: +33 5 62 72 47 47
e-mail: d70ffc2eb79ee32d1be0d15c7f785faf-1226954@contact.gandi.net
registrar: GANDI
changed: 05/05/2015 nic@nic.fr
anonymous: NO
obsoleted: NO
eligstatus: ok
eligdate: 29/11/2010 16:35:46
source: FRNIC
nic-hdl: GR283-FRNIC
type: ROLE
contact: GANDI ROLE
address: Gandi
address: 15, place de la Nation
address: 75011 Paris
country: FR
e-mail: noc@gandi.net
trouble: -------------------------------------------------
trouble: GANDI is an ICANN accredited registrar
trouble: for more information:
trouble: Web: http://www.gandi.net
trouble: -------------------------------------------------
trouble: - network troubles: noc@gandi.net
trouble: - SPAM: abuse@gandi.net
trouble: -------------------------------------------------
admin-c: NL346-FRNIC
tech-c: NL346-FRNIC
tech-c: TUF1-FRNIC
notify: noc@gandi.net
registrar: GANDI
changed: 03/03/2006 noc@gandi.net
anonymous: NO
obsoleted: NO
source: FRNIC
REFERRER http://www.nic.fr
REGISTRAR AFNIC
SERVERS
SERVER fr.whois-servers.net
ARGS stadetoulousain.fr
PORT 43
TYPE domain
RegrInfo
DISCLAIMER
%
% This is the AFNIC Whois server.
%
% complete date format : DD/MM/YYYY
% short date format : DD/MM
% version : FRNIC-2.5
%
% Rights restricted by copyright.
% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%
% Use '-h' option to obtain more information about this service.
%
% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> stadetoulousain.fr
%
% RL Net [##########] - RL IP [#########.]
%
REGISTERED yes
ADMIN
HANDLE STR29-FRNIC
TYPE ORGANIZATION
CONTACT S.A.S.P. STADE TOULOUSAIN RUGBY
ADDRESS
STADE TOULOUSAIN RUGBY
114, rue des Troenes
31200 Toulouse
73
COUNTRY FR
PHONE +33 5 62 72 47 47
FAX +33 5 62 72 47 47
EMAIL d70ffc2eb79ee32d1be0d15c7f785faf-1226954@contact.gandi.net
SPONSOR GANDI
CHANGED 2015-05-05
ANONYMOUS NO
OBSOLETED NO
ELIGSTATUS ok
ELIGDATE 29/11/2010 16:35:46
SOURCE FRNIC
TECH
HANDLE GR283-FRNIC
TYPE ROLE
CONTACT GANDI ROLE
ADDRESS
Gandi
15, place de la Nation
75011 Paris
COUNTRY FR
EMAIL noc@gandi.net
TROUBLE
-------------------------------------------------
GANDI is an ICANN accredited registrar
for more information:
Web: http://www.gandi.net
-------------------------------------------------
- network troubles: noc@gandi.net
- SPAM: abuse@gandi.net
-------------------------------------------------
ADMIN-C NL346-FRNIC
TECH-C
NL346-FRNIC
TUF1-FRNIC
NOTIFY noc@gandi.net
SPONSOR GANDI
CHANGED 2006-03-03
ANONYMOUS NO
OBSOLETED NO
SOURCE FRNIC
OWNER
HANDLE STR29-FRNIC
TYPE ORGANIZATION
CONTACT S.A.S.P. STADE TOULOUSAIN RUGBY
ADDRESS
STADE TOULOUSAIN RUGBY
114, rue des Troenes
31200 Toulouse
73
COUNTRY FR
PHONE +33 5 62 72 47 47
FAX +33 5 62 72 47 47
EMAIL d70ffc2eb79ee32d1be0d15c7f785faf-1226954@contact.gandi.net
SPONSOR GANDI
CHANGED 2015-05-05
ANONYMOUS NO
OBSOLETED NO
ELIGSTATUS ok
ELIGDATE 29/11/2010 16:35:46
SOURCE FRNIC
DOMAIN
STATUS ACTIVE
HOLD NO
SPONSOR GANDI
EXPIRY DATE 26/11/2017
CREATED 2000-12-04
CHANGED 2016-10-26
SOURCE FRNIC
HANDLE NSL105980-FRNIC
NSERVER
LARS.NS.CLOUDFLARE.COM 173.245.59.195
YOLANDA.NS.CLOUDFLARE.COM 173.245.58.241
NAME stadetoulousain.fr
Go to top